Page 3 of 3

Re: S3D with UM3, fails to print

Posted: Mon Dec 04, 2017 11:19 am
by DarthRevan
Custom temps will get used. There are available header variables for setting temps that match CPE, but the g-code file already sets the temperature a few lines laters with M104 and M109 codes. The GUID and Nozzle Name appear to only be needed for matching what the machine's firmware has been setup for. So when you loaded your filament, if you selected CPE, the script I posted for you will work. If you didn't set CPE, then you'll need to match that with the G-Code file header.

Re: S3D with UM3, fails to print

Posted: Tue Dec 05, 2017 11:30 am
by cutl2014
DarthRevan wrote:Custom temps will get used. There are available header variables for setting temps that match CPE, but the g-code file already sets the temperature a few lines laters with M104 and M109 codes. The GUID and Nozzle Name appear to only be needed for matching what the machine's firmware has been setup for. So when you loaded your filament, if you selected CPE, the script I posted for you will work. If you didn't set CPE, then you'll need to match that with the G-Code file header.
Fantastic, thanks a lot!!