3 hours ago, Slashee_the_Cow said:
Do the M190 and M109 commands need to go somewhere specific in the start sequence? I still get the same issue with how i tried.
Also, considering that it is a dual extruder printer, could that be a part of the problem? As of now it hasn't had the second extruder defined, so i'm wondering if that might cause the printer to not being able to designate which extruder to use? Or does one of them automatically function as the main one?
Put the M109 and M190 before the G28. Technically it makes a difference if you home when the bed is heated (it expands slightly), practically not a noticeable one... but I usually go for the "technically better" option.
Being a dual extruder could have something to do with it, so in the start gcode, as the first line, before everything else, put
T0
That tells it to do everything with the first tool (in this case the first extruder) until it receives a command to use a different one (which it shouldn't if it's only set up in Cura as single extruder).
Also if you look in machine settings, there's a tab for each extruder and they can have their own start and end gcode - is any of that set?
Recommended Posts
Slashee_the_Cow 481
You should look at the start of a gcode file you saved from Cura. If there's no temperature commands in the startup gcode it will insert them automatically so the printer doesn't try printing cold.
As for the temperature commands: you're right that they're not in there. At the very least you need a
in the startup code, before the G28.
The end code also has an M104 to turn off the hot end but it doesn't have a command for the bed, so you should add a
after the M104.
(I could rant about a lot of things in that start/end gcode, some of the profiles that come with Cura are a bit terrible, but the temperature is the main problem here)
Link to post
Share on other sites