Browse Source

Replace some tabs with spaces

Scott Lahteine 8 years ago
parent
commit
fe0fe184aa

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

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

+ 6
- 6
Marlin/pins_PRINTRBOARD_REVF.h View File

90
 // uncomment to enable an I2C based DAC like on the Printrboard REVF
90
 // uncomment to enable an I2C based DAC like on the Printrboard REVF
91
 #define DAC_STEPPER_CURRENT
91
 #define DAC_STEPPER_CURRENT
92
 // Number of channels available for DAC, For Printrboar REVF there are 4
92
 // Number of channels available for DAC, For Printrboar REVF there are 4
93
-#define DAC_STEPPER_ORDER 	{3,2,1,0}
93
+#define DAC_STEPPER_ORDER {3,2,1,0}
94
 
94
 
95
-#define DAC_STEPPER_SENSE 0.11
96
-#define DAC_STEPPER_ADDRESS	0
97
-#define DAC_STEPPER_MAX 	3520
98
-#define DAC_STEPPER_VREF 	1 //internal Vref, gain 1x = 2.048V
99
-#define DAC_STEPPER_GAIN	0
95
+#define DAC_STEPPER_SENSE    0.11
96
+#define DAC_STEPPER_ADDRESS  0
97
+#define DAC_STEPPER_MAX   3520
98
+#define DAC_STEPPER_VREF     1 //internal Vref, gain 1x = 2.048V
99
+#define DAC_STEPPER_GAIN     0
100
 
100
 
101
 #if DISABLED(SDSUPPORT)
101
 #if DISABLED(SDSUPPORT)
102
   // these pins are defined in the SD library if building with SD support
102
   // these pins are defined in the SD library if building with SD support

Loading…
Cancel
Save