diff options
Diffstat (limited to 'config/printer-makergear-m2-2012.cfg')
-rw-r--r-- | config/printer-makergear-m2-2012.cfg | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/config/printer-makergear-m2-2012.cfg b/config/printer-makergear-m2-2012.cfg index 67df1537..52bdfeec 100644 --- a/config/printer-makergear-m2-2012.cfg +++ b/config/printer-makergear-m2-2012.cfg @@ -12,8 +12,10 @@ endstop_pin: ^!PB6 position_endstop: 0.0 position_max: 200 homing_speed: 50 -homing_stepper_phases: 32 -homing_endstop_accuracy: .200 + +[endstop_phase stepper_x] +phases: 32 +endstop_accuracy: .200 [stepper_y] step_pin: PC1 @@ -24,8 +26,10 @@ endstop_pin: ^!PB5 position_endstop: 0.0 position_max: 250 homing_speed: 50 -homing_stepper_phases: 32 -homing_endstop_accuracy: .200 + +[endstop_phase stepper_y] +phases: 32 +endstop_accuracy: .200 [stepper_z] step_pin: PC2 @@ -37,8 +41,10 @@ position_min: 0.1 position_endstop: 0.7 position_max: 200 homing_retract_dist: 2.0 -homing_stepper_phases: 32 -homing_endstop_accuracy: .070 + +[endstop_phase stepper_z] +phases: 32 +endstop_accuracy: .070 [extruder] step_pin: PC3 |