config: Use position_endstop=0 for Creality printers
The default position_endstop=0.5 is causing confusion for some new users - change the default to 0. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -29,7 +29,7 @@ dir_pin: !ar48
|
|||||||
enable_pin: !ar62
|
enable_pin: !ar62
|
||||||
step_distance: .0025
|
step_distance: .0025
|
||||||
endstop_pin: ^ar18
|
endstop_pin: ^ar18
|
||||||
position_endstop: 0.5
|
position_endstop: 0
|
||||||
position_max: 400
|
position_max: 400
|
||||||
|
|
||||||
[extruder]
|
[extruder]
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ dir_pin: !PL1
|
|||||||
enable_pin: !PK0
|
enable_pin: !PK0
|
||||||
step_distance: .0025
|
step_distance: .0025
|
||||||
endstop_pin: ^PD3
|
endstop_pin: ^PD3
|
||||||
position_endstop: 0.5
|
position_endstop: 0
|
||||||
position_max: 250
|
position_max: 250
|
||||||
|
|
||||||
[extruder]
|
[extruder]
|
||||||
|
|||||||
Reference in New Issue
Block a user