Skip to content

Commit

Permalink
MACRO: removed USED_TOOLS from start print IDEX sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Oct 30, 2024
1 parent 69f1d9c commit db77852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ gcode:

# IDEX post processor sanity check
{% if printer["dual_carriage"] is defined %}
{% if params.MIN_X is not defined or params.MAX_X is not defined or params.USED_TOOLS is not defined or params.FIRST_X is not defined or params.FIRST_Y is not defined %}
{% if params.MIN_X is not defined or params.MAX_X is not defined or params.FIRST_X is not defined or params.FIRST_Y is not defined %}
_LED_START_PRINTING_ERROR
{ action_raise_error("Something went wrong! Missing important post processor start print parameter!") }
{% endif %}
Expand Down

0 comments on commit db77852

Please sign in to comment.