bassamanator / Sovol-SV06-firmware

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

[BUG] No purge line SV06 Plus? #43

Closed LsHallo closed 1 year ago

LsHallo commented 1 year ago

Describe the bug When using the PRINT_START and PRINT_END macro no purge line is printed resulting in inconsistent first layers.

To Reproduce

  1. Set Cura pre-print to "PRINT_START"
  2. Set Cura post-print to "PRINT_END"
  3. Print the sliced G-Code
  4. Observe that no form of purge line is printed before starting the print.

Expected behavior I would expect the macro to print the purge line. This line would be in the cura pre-print code previously but with Klipper it is common practice to replace the whole pre-print block with just "PRINT_START".

Screenshots image

What kind of device are you using to host Klipper?

How did you install Klipper?

bassamanator commented 1 year ago

Change your Cura start code as follows:

PRINT_START BED={material_bed_temperature_layer_0} HOTEND={material_print_temperature_layer_0} CHAMBER={build_volume_temperature}
PURGE_LINE
bassamanator commented 1 year ago

Re-open if the need arises.