Error in M600-support.cfg (known with Ender3 V3) #672
master-shredder-coder
started this conversation in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There seems to have been a transmission error.
At [gcode_macro _UNLOAD_FILAMENT]
in line 32: Is the instruction "G1 E10 F300"
[gcode_macro _UNLOAD_FILAMENT] gcode: RESTORE_E_CURRENT M109 S{printer['gcode_macro PRINTER_PARAM'].hotend_temp|int} RESPOND TYPE=command MSG="Unloading filament..." M83 G1 E10 F300 G1 E-15 F3000 G1 E-22.4700 F2400 G1 E-6.4200 F1200 G1 E-3.2100 F720 G1 E5.0000 F356 G1 E-5.0000 F384 G1 E5.0000 F412 G1 E-5.0000 F440 G1 E5.0000 F467 G1 E-5.0000 F495 G1 E5.0000 F523 G1 E-5.0000 F3000 G1 E-15 F3000 SET_E_MIN_CURRENT
As I can see from "config/gcode_macro.cfg" at [gcode_macro QUIT_MATERIAL] in line 81.
The instruction should be "G1 E100 F300".
[gcode_macro QUIT_MATERIAL] gcode: SAVE_GCODE_STATE NAME=myMoveState RESTORE_E_CURRENT M109 S{printer.custom_macro.default_extruder_temp} M83 G1 E100 F300 G1 E-15 F3000 G1 E-22.4700 F2400 G1 E-6.4200 F1200 G1 E-3.2100 F720 G1 E5.0000 F356 G1 E-5.0000 F384 G1 E5.0000 F412 G1 E-5.0000 F440 G1 E5.0000 F467 G1 E-5.0000 F495 G1 E5.0000 F523 G1 E-5.0000 F3000 G1 E-15 F3000 SET_E_MIN_CURRENT RESTORE_GCODE_STATE NAME=myMoveState
For me, this causes the filament to tear off in the extruder, cool down and cannot be removed in any direction of the extruder due to a thickening at the end of the filament. Which is why I have to remove the extruder every time.
Beta Was this translation helpful? Give feedback.
All reactions