Skip to content

Commit

Permalink
Macros: add warning to INITIALIZE_PA_TUNING when not on first layer (#72
Browse files Browse the repository at this point in the history
)
  • Loading branch information
XScorpion2 authored Mar 3, 2025
1 parent c0617cc commit ce1433d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration/macros/calibration.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ gcode:
# initialize PA tuning
{% if is_printing_gcode and layer_number < 2 %}
DEBUG_ECHO PREFIX="START_PA_TOWER" MSG="START: {start}, FACTOR: {factor}"
RATOS_ECHO MSG="Starting presssure advance tuning tower..."
RATOS_ECHO MSG="Starting pressure advance tuning tower..."
TUNING_TOWER COMMAND=SET_PRESSURE_ADVANCE PARAMETER=ADVANCE START={start} FACTOR={factor}
{% else %}
RATOS_ECHO MSG="Pressure advance tuning tower requires you to be printing gcode and on layer 1 to start."
{% endif %}

_LEARN_MORE_CALIBRATION

0 comments on commit ce1433d

Please sign in to comment.