Open omersa opened 8 years ago
Thank you for your comment @omersa! Instead of setting T1 after start.gcode you could do the following to edit the final gcode:
In the section where the temperature is being set for the extruders and the bed, you can specify which extruder you want to be heated as follows:
M140 S52.000000 M109 T1 S210.000000 M190 S52.000000 T1
By adding the T1 at the end you also ensure that the right extruder will be the one printing the object.
Let me know if this works for you! If you have any further questions do not hesitate to ask.
Dear @remelbourne,
I know this can be done, but it is easier if you always print with second extruder that you put the setting in start.gcode as it should be the first position in final gcode. This in my opinion is a bug that the temperatures set by Cura are set before start.gcode. If you put T1 after setting of teperatures, then the T0 Will stay at set temperature instead of stay cold. One can always manually change the final gcode, but then the start.gcode is of no use. Of course, I could do the folowing in start.gcode: M109 S20.0 T1 M109 S210 But in this case the temperature setting in Cura is of no use. As I print different models with different temperatures, this is not a solution. Solution is that the program is changed in the way, that the temperature settings from Cura are positioned after start.gcode or another file is added (eg. init.gcode), where one could set the primary extruder when printing with only one extruder on a multiple extruder printer.
Dear @omersa, we are currently working on a new simple mode that will let you choose which extruder you wish to print with. I think this is exactly what you are looking for.
I will keep you updated when this new version comes out. Thank you for your comments!
If you add a line T1 in start.gcode to select extruder 2 it is not working right, because Cura export gcode sets extruders and bed temperatures before start.gcode! So it heats extruder 1 instead of 2. I think that start.gcode should always be the first code in final gcode.
Example: M140 S52.000000 M109 S210.000000 M190 S52.000000 ;Sliced at: Sun 17-07-2016 11:16:55 ;Basic settings: Layer height: 0.2 Walls: 0.8 Fill: 15 ;Print time: 1 hour 11 minutes ;Filament used: 3.927m 31.0g ;Filament cost: 1.55 / 7.85 ;M190 S52 ;Uncomment to add your own bed temperature line ;M109 S210 ;Uncomment to add your own temperature line G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops T1