Extruder 2 Slicing Problems- Cura

Post Reply
trixster87
Posts: 3
Joined: Sun Jan 20, 2019 8:56 am

Extruder 2 Slicing Problems- Cura

Post by trixster87 » Sun Jan 20, 2019 10:35 am

New owner of the A10m. I'm using Cura 3.6 with the Json files from : http://www.geeetech.com/forum/viewtopic ... ura#p89761

When I slice a model (single or dual color) for extruder 2 the gcode does not call for temp to be set. I have verified that the temp is set for 200c in the slicer profile(standby included).

I know this is slicer related cause when I use the marlin color mixer menu to flip the extruder models sliced for e1 print fine and models sliced for e2 do not. I currently do not have any special start gcodes for either extruders.

theroar84
Posts: 3
Joined: Tue Sep 18, 2018 10:02 pm

Re: Extruder 2 Slicing Problems- Cura

Post by theroar84 » Sun Jan 20, 2019 8:26 pm

Not quite sure if this is the problem you had. I had a temperature error where it tried to heat tool 1 instead of tool 0 and would freeze. This is how I solved it.
https://youtu.be/PJ8JvSphOE8

trixster87
Posts: 3
Joined: Sun Jan 20, 2019 8:56 am

Re: Extruder 2 Slicing Problems- Cura

Post by trixster87 » Wed Jan 23, 2019 10:38 am

That link pointed me int the right direction, but there's an easier way if you set it up as a post processing script that cura automatically does.

Add the find and replace post processing script twice. Once to replace M104 T1 with just M104 and M109 T1 with M109
print.PNG
print.PNG (41.34 KiB) Viewed 5093 times

Post Reply