Update 'laser-cnc/lasercnc-crealityboard.cfg'
This commit is contained in:
parent
50c944aaf4
commit
0ea6c6861c
|
@ -4,23 +4,28 @@ step_pin: PD7
|
||||||
dir_pin: !PC5
|
dir_pin: !PC5
|
||||||
enable_pin: !PD6
|
enable_pin: !PD6
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
rotation_distance: 40
|
rotation_distance: 20
|
||||||
endstop_pin: ~^PC2
|
endstop_pin: ^PC2
|
||||||
position_endstop: 0
|
position_endstop: 0
|
||||||
position_max: 235
|
position_max: 594
|
||||||
homing_speed: 50
|
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: 40
|
rotation_distance: 20
|
||||||
endstop_pin: ~^PC3
|
endstop_pin: ^PC3
|
||||||
position_endstop: 0
|
position_endstop: 0
|
||||||
position_max: 235
|
position_max: 407
|
||||||
homing_speed: 50
|
homing_speed: 50
|
||||||
|
|
||||||
|
[homing_override]
|
||||||
|
gcode:
|
||||||
|
G28 X Y
|
||||||
|
SET_KINEMATIC_POSITION Z=0
|
||||||
|
|
||||||
[stepper_z]
|
[stepper_z]
|
||||||
step_pin: PB3
|
step_pin: PB3
|
||||||
dir_pin: PB2
|
dir_pin: PB2
|
||||||
|
|
Loading…
Reference in New Issue