Fix some comment spacing

This commit is contained in:
Scott Lahteine 2020-09-25 16:47:56 -05:00
parent 4fe4959a8a
commit b5f0a0a3df
223 changed files with 277 additions and 277 deletions

View file

@ -738,8 +738,8 @@ White polyurethane belt(T2.5), 14 - tooth printed pulley : 91.4286 step per mm (
Black rubber belt(MXL), 17 - tooth printed pulley : 92.635 step per mm (Huxley, Mendel Mono and Tri since 1 / 4 / 2013)
Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley, Mendel Mono and Tri since 1 / 1 / 2014)
*/
#define XY_PULLEY_PITCH 2.5 //RepRapPro Huxley has T2.5 belts
#define XY_PULLEY_TEETH 14.0 //RepRapPro Huxley has 14 teeth pulleys
#define XY_PULLEY_PITCH 2.5 // RepRapPro Huxley has T2.5 belts
#define XY_PULLEY_TEETH 14.0 // RepRapPro Huxley has 14 teeth pulleys
//
// Standard NEMA 17 with fancy 5mm lead screws
@ -753,8 +753,8 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
//
// MK7 Direct Drive
//
#define E_MOTOR_GEAR_TEETH 11.0 //Num of teeth of gear on extruder motor
#define E_ROD_GEAR_TEETH 53.0 //Num of teeth of gear driving the extruder rod
#define E_MOTOR_GEAR_TEETH 11.0 // Num of teeth of gear on extruder motor
#define E_ROD_GEAR_TEETH 53.0 // Num of teeth of gear driving the extruder rod
#define E_ROD_DIAM 5.4 // ca value. M6 rod drives the filament. Manual calibration needed.
#define E_ROD_CIRC (M_PI * E_ROD_DIAM)
#define E_STEPS (E_MOTOR_STEPS / (E_MOTOR_GEAR_TEETH/E_ROD_GEAR_TEETH) / E_ROD_CIRC)