Temp changes do not change in Gcode
If I make changes to my filament temps in Slic3r Configuration, save changes, then slice with the newly created settings. Then go to G Code editor to check the code before starting the print the temp settings do not show the correct temps as I have created.
As an example my Configuration for Filament Settings show Extruder 1st layer = 265, Bed 1st layer= 100
G Code editor after slice
M190 S115: set bed temperature and wait for it to be reached
M104 S270: set temperature
How do I make changes in my configuration take affect? I have tried uninstalling and reinstalling Repetier Host, it seems to not completely uninstall with the installer. After reinstall Host still has the previously created configurations as well as the same behavior.
Windows 10 Repetier Host V2.1.6
Comments
Can you check if the same happens to you? One reason might be that print contained filament settings as well so these were used, also they should not contain them. Question is than how did they come into that file. It can happen if you copy a full ini file with temperatures to that folder instead of the print part only. Host just mixes the config files for slicer.
Uninstalling does not help since it does not delete slic3r configs. These are stored under HOME/AppData/Roaming/Slic3r so renaming that folder is enough to start with new slicer settings.