Skip to content

Commit

Permalink
Fix for Einsy no z_tilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome committed Sep 1, 2021
1 parent ba37df3 commit 18fab7f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ gcode:
# wait for bed temp
M190 S{BED_TEMP}
# Z_Tilt + mesh
{% if printer.z_tilt.applied is false %}
Z_TILT_ADJUST
{% endif %}
{% if printer["gcode_macro _stepper_type"].tmc2209|int == 1 %}
{% if printer.z_tilt.applied is false %}
Z_TILT_ADJUST
{% endif %}
{% endif %}
{% if printer.bed_mesh.profile_name == "" %}
G80
{% endif %}
Expand Down

0 comments on commit 18fab7f

Please sign in to comment.