Page 1 of 1

Extruder 2 Slicing Problems- Cura

Posted: Sun Jan 20, 2019 10:35 am
by trixster87
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.

Re: Extruder 2 Slicing Problems- Cura

Posted: Sun Jan 20, 2019 8:26 pm
by theroar84
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

Re: Extruder 2 Slicing Problems- Cura

Posted: Wed Jan 23, 2019 10:38 am
by trixster87
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 5098 times