Update 'printer.conf'
center bltouch on bed for z homing
This commit is contained in:
parent
eaef632012
commit
66752cb997
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ control_pin: P2.0
|
||||||
#pin_up_touch_mode_reports_triggered: False
|
#pin_up_touch_mode_reports_triggered: False
|
||||||
x_offset: -60
|
x_offset: -60
|
||||||
y_offset: -13
|
y_offset: -13
|
||||||
z_offset: 3.0 #3.1
|
z_offset: 2.95 #3.1
|
||||||
samples: 2
|
samples: 2
|
||||||
#speed: 3
|
#speed: 3
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@ gcode:
|
||||||
G90
|
G90
|
||||||
G1 Z20 F600
|
G1 Z20 F600
|
||||||
G28 X0 Y0 F3000
|
G28 X0 Y0 F3000
|
||||||
G1 X117 Y117 F3000
|
G1 X177 Y130 F3000 # G1 X117 Y117 F3000
|
||||||
G28 Z0
|
G28 Z0
|
||||||
G1 Z20 F500
|
G1 Z20 F500
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue