bassamanator / Sovol-SV06-firmware

🔥 A comprehensive Klipper configuration for a variety of 3D printers 🔥
GNU Affero General Public License v3.0
885 stars 78 forks source link

Draw Purge Line[BUG] #76

Closed Chewyyy closed 1 year ago

Chewyyy commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Start a Print
  2. Print doesn't draw purge line
  3. If you try and run draw_purge_line alone, it gives error "Error evaluating 'gcode_macro draw_purge_line:gcode': ZeroDivisionError: float division by zero"

Expected behavior Drawing of a purge line before prints begin

Screenshots If applicable, add screenshots to help explain your problem.

What kind of device are you using to host Klipper?

How did you install Klipper?

Additional context No other macros being run other than your package

bassamanator commented 1 year ago

There is no draw_purge_line macro included in this config. Please read about purge_line macro in the docs.

Chewyyy commented 1 year ago

You are absolutely right and I am an idiot. Sorry!!!