printer: use voron-tap instead of magprobe
This commit is contained in:
parent
1a502753ea
commit
0dd6d6b370
8 changed files with 57 additions and 938 deletions
|
|
@ -59,19 +59,3 @@ gcode:
|
|||
M117 HEATING EXTRUDER from {printer.extruder.temperature} to {EXTRUDER}
|
||||
M118 HEATING EXTRUDER from {printer.extruder.temperature} to {EXTRUDER}
|
||||
|
||||
|
||||
[gcode_macro ZC]
|
||||
gcode:
|
||||
G28
|
||||
CALIBRATE_Z
|
||||
G0 X150 Y30 Z2 F10000
|
||||
G0 Z1 F300
|
||||
|
||||
[gcode_macro TZC]
|
||||
gcode:
|
||||
{% set N=params.N|default(1)|int %}
|
||||
{% for i in range(N) %}
|
||||
M118 move {(i+1)}/{N}
|
||||
G28
|
||||
CALIBRATE_Z
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue