Cannot get extruder temperature to set correctly
When I start Repetier Host the extruder temperature is displayed as 200 on the Manual tab. But when I start a print, the extruder temperature suddenly becomes 210.
I have checked the printer configuration and all of the Cura settings, and I cannot find the number 210 anywhere. I also checked the startup GCodes. In the GCode, there is a variable called "TEMP0": I do not know how/where the value gets set, nor what the value is.
Can anyone suggest another place to look for the 210?
I have checked the printer configuration and all of the Cura settings, and I cannot find the number 210 anywhere. I also checked the startup GCodes. In the GCode, there is a variable called "TEMP0": I do not know how/where the value gets set, nor what the value is.
Can anyone suggest another place to look for the 210?
Comments
Not sure what the "right side" is. I note that, as I said before, the Filament, Print Temperature is 200. I don't see "General" anywhere. I open the Slice tab and click on the Configuration button and then go to the Filament tab to set the Print Temperature. Is there some other way to do this?
Not sure what "checked" means. Enabled? Verified? The Cura GCode is clearly being emitted, and by implication the value for TEMP0 is 210 when I have specified it as 200.
I'm sure I am confusing something; I'm not sure exactly what.
If you are using the default profile (under CuraEngine) and the filament temp is set to 200 it SHOULD compile at 200.
The start g-code script is under Slicer - CuraEngine - Configuration - Print - G Codes.
There is also one under Config - Printer Settings - Script - Start Code on the upper Tab above the viewing window.
I don't use the Original Start g-code script, I modified it for my own situation. I don't use the TEMP0 / TEMP1 variables.
1- In the cura slicer configuration setting, on the Print tab, do a "save as" of the default setting into another name "MyDefaultSettings"
2- In the cura slicer configuration setting, on the filament tab, do a "save as" of your filament setting "ABS"
3 - Setting DONE!
4- In the tab Slicer (just before you print), select the print configuration "MyDefaultSettings" and the Filament settings "ABS"
5- it finally generate the right temperature into the G-CODE.
Repetier version : V2.1.3
It looks like if you still take the printer default setting.. Repetier can't take any different filament setting than default.. even if you selected it!
Thank you!
Finally the stupid g-code is genreated with correct values. No longer do I need to manually change the settings on the printer, each time after the print has just started.