Update 'laser-cnc/lasercnc-crealityboard.cfg'
This commit is contained in:
parent
abe3b0b437
commit
37b4cb6b93
|
@ -12,19 +12,18 @@ homing_speed: 50
|
||||||
|
|
||||||
[stepper_y]
|
[stepper_y]
|
||||||
step_pin: PC6
|
step_pin: PC6
|
||||||
dir_pin: PC7
|
dir_pin: !PC7
|
||||||
enable_pin: !PD6
|
enable_pin: !PD6
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
rotation_distance: 20
|
rotation_distance: 20
|
||||||
endstop_pin: ^PC3
|
endstop_pin: ^PC3
|
||||||
position_endstop: 0
|
position_endstop: 407
|
||||||
position_max: 407
|
position_max: 407
|
||||||
homing_speed: 50
|
homing_speed: 50
|
||||||
|
|
||||||
[homing_override]
|
[homing_override]
|
||||||
gcode:
|
gcode:
|
||||||
G28 X Y
|
G28 X Y
|
||||||
SET_KINEMATIC_POSITION Z=0
|
|
||||||
|
|
||||||
[stepper_z]
|
[stepper_z]
|
||||||
step_pin: PB3
|
step_pin: PB3
|
||||||
|
|
Loading…
Reference in New Issue