You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To further increase the utility of "Pause at layer" dialog (see: #1944), as extra "icing on the cake" so to speak, it could allow multiple entries, so you can set up a chain of gcode to be executed at arbitrary layer numbers. This would require changes to the mainsail klipper macros, changing the current state to a list of dicts with layer number and gcode to execute. Each layer change, loop through the list and look for "layer_num", execute in a FIFO manner.
Solves the following problem:
Further increases utility of the Pause at layer dialog.
Additional information:
No response
The text was updated successfully, but these errors were encountered:
Requested feature:
To further increase the utility of "Pause at layer" dialog (see: #1944), as extra "icing on the cake" so to speak, it could allow multiple entries, so you can set up a chain of gcode to be executed at arbitrary layer numbers. This would require changes to the mainsail klipper macros, changing the current state to a list of dicts with layer number and gcode to execute. Each layer change, loop through the list and look for "layer_num", execute in a FIFO manner.
Solves the following problem:
Further increases utility of the Pause at layer dialog.
Additional information:
No response
The text was updated successfully, but these errors were encountered: