Browse Source

Replace some tabs with spaces

pull/1/head
Scott Lahteine 9 years ago
parent
commit
fe0fe184aa
  1. 2
      Marlin/example_configurations/SCARA/Configuration.h

2
Marlin/example_configurations/SCARA/Configuration.h

@ -86,7 +86,7 @@
#define SCARA_RAD2DEG 57.2957795 // to convert RAD to degrees
#define THETA_HOMING_OFFSET 0 //calculatated from Calibration Guide and command M360 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073
#define PSI_HOMING_OFFSET 0 // calculatated from Calibration Guide and command M364 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073
#define PSI_HOMING_OFFSET 0 //calculatated from Calibration Guide and command M364 / M114 see picture in http://reprap.harleystudio.co.za/?page_id=1073
//some helper variables to make kinematics faster
#define L1_2 sq(Linkage_1) // do not change

Loading…
Cancel
Save