Change filament macros
-
Can we create a macro to retract the filament? Here is what I made but it's not working.
M104 T0 S200.00
G28
G1 Z10.0 F3000
M83
G1 F300 E-100 -
What exactly doesn't work?
M104 sets the temp and then proceeds with the next commands, so it may not be at temp before you try to retract.
Try adding M116 before the retraction command to tell the firmware to wait for any set temps before moving on.
-
I try multiple things with no result. I restart my machine and retry and the macro work as is. And I also created a macro to put new filament.
Thanks