Page 1 of 1

Remarks on configuring the Geeetech A10 in Cura.

Posted: Sun Oct 28, 2018 8:08 pm
by emaren
I am not sure that the following two lines are useful in the Start G-code section.

Code: Select all

M109 S200;Heating nozzle
M190 S60;Heating bed
This appears to override Nozzle and Bed temp to 200/60 that are taken from Filament or Custom profiles.

Commenting them out, or zapping them entirely returns control of temps to Cura.

Re: How to add the printer Geeetech A10 to Cura

Posted: Mon Oct 29, 2018 1:14 am
by _kaktus_
Hello.
:mrgreen:

Temperatures are entered permanently. This is not the best solution.
Below you have a piece of script with parameters for two extruders. You can try it out.

Code: Select all

; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
{IF_EXT1}M109 T1 S{TEMP1}
:D