Skip to content

Commit

Permalink
removed last M204 for SET_VELOCITY_LIMIT (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedwards authored Mar 20, 2024
1 parent 6710c36 commit 183cb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/base/probing/overrides/qgl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gcode:

# Set the tilting acceleration prior to any movement
{% set saved_accel = printer.toolhead.max_accel %}
M204 S{tilting_travel_accel}
SET_VELOCTITY_LIMIT ACCEL={tilting_travel_accel}

_BASE_QUAD_GANTRY_LEVEL {% for p in params %}{'%s=%s ' % (p, params[p])}{% endfor %}

Expand Down

0 comments on commit 183cb40

Please sign in to comment.