With start_gcode_manual, some prologue is omitted that is hard for custom gcode to recreate #2916
Labels
fix is live in the last release
Please download /build the last release and try to reproduce.
problem
What happened?
I turned on start_gcode_manual because I'm using klipper and I wanted to avoid generated M109 etc.
That code suppresses other things, in particular the initial retraction. The corresponding deretraction is still emitted in the code as usual. There is no variable with retraction length, so the custom start gcode must know the retraction length and must know it needs to have a retraction to balance the following gcode.
There are other things that are suppressed by that option which are important defaults (units: mm, absolute positioning) or are controlled by other slicer settings (such as relative E) that must occur in the custom start gcode for proper operation.
Project file & How to reproduce
20mm-box.zip
Version
2.4.58.2
Operating system
windows 20
Printer model
makergear m2 v3a with klipper
The text was updated successfully, but these errors were encountered: