brycestejskal / 3DPrinting

GCODE Start Scripts and Whatnot
0 stars 0 forks source link

`CANCEL_PRINT` does not park head at purge bucket #6

Closed brycestejskal closed 2 years ago

brycestejskal commented 2 years ago

Describe the bug CANCEL_PRINT does not park head at purge bucket

To Reproduce Steps to reproduce the behavior:

  1. Use CANCEL_PRINT
  2. Observe it parks near Xmax and Ymax

Expected behavior It should call out to a purge bucket move location using something like `[gcode_macro purge_bucket_move]

Additional context Refactor cancel print and purge bucket macros to isolate purge bucket move to its own macro.