Only 1 Extruder On Per Process. Not Possible?
Posted: Wed Mar 05, 2025 6:23 pm
These are the steps I need to have working:
I see this at the start of the G-Code no matter what I do:
Why? I have set Cooldown extruder while idle enabled for both processes, and still both extruders turn on at the start of the G-Code. This is frustrating. This causes both extruders to start oozing filament before the print even starts. I am printing 2 different colors and I don't ever want them both on at the same time. This is horrible.
How can this be done? Cooldown extruder while idle doesn't seem to actually do much of anything to fix this. Even when enabled, both extruders still turn on at the start of the print. I have Required Idle Time set to 1 second. Process 0 uses only extruder 0. It's the first process that runs. At the start of my print, process 0 takes more than 1 second to complete, so why is extruder 1 on while process 0 runs? It doesn't work. Obviously there's a bug.
Is there a workaround to this Cooldown extruder while idle bug? Some other trick to get this working?
Is what I want to do even possible in Simplify3D?
- Heat up extruder 0 only.
- Perform process 0 with extruder 1 off.
- Heat up extruder 1 only. Turn off extruder 2.
- Perform process 1 with extruder 0 off.
- Repeat for each layer...
I see this at the start of the G-Code no matter what I do:
Code: Select all
M104 S220 T0
M104 S220 T1
M109 S220 T0
M109 S220 T1How can this be done? Cooldown extruder while idle doesn't seem to actually do much of anything to fix this. Even when enabled, both extruders still turn on at the start of the print. I have Required Idle Time set to 1 second. Process 0 uses only extruder 0. It's the first process that runs. At the start of my print, process 0 takes more than 1 second to complete, so why is extruder 1 on while process 0 runs? It doesn't work. Obviously there's a bug.
Is there a workaround to this Cooldown extruder while idle bug? Some other trick to get this working?
Is what I want to do even possible in Simplify3D?