3dprinterMEI
Posts: 19
Joined: Fri Jan 26, 2024 4:15 pm

Chamber temp not changing in gcode file

Why does my chamber temp not change when I export the G code file? I have it set to 85
Capture.JPG
as shown but it continously outputs as 70 here

M107
G91
G1 Z1
G90
M190 S95
M104 T3 S70
M218 T0 Z-0
M218 T1 Z-0
M218 T2 Z-0
T0
G28 Y0
G92 Y0
G28 X0
G28 Z0
G1 Z2

Am I missing where it is set at?
horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Chamber temp not changing in gcode file

Temp Identifire:
Extruder 1= T0
Extruder2 = T1
Extruder3 = T2
Buildplate = T3
Chamber = ???
3dprinterMEI
Posts: 19
Joined: Fri Jan 26, 2024 4:15 pm

Re: Chamber temp not changing in gcode file

Build plate is M190, S95. It will heat to 70 as it is noted in the line and will heat to any number I change the T3 line to. T3 is the correct controller #.
3dprinterMEI
Posts: 19
Joined: Fri Jan 26, 2024 4:15 pm

Re: Chamber temp not changing in gcode file

I want to know why the software is not changing that line or where th 70 is coming from. I can post the file if anyone is interested.
Attachments
Cap.factory
(777.11 KiB) Downloaded 13 times
S3D-Jason
Posts: 1409
Joined: Sun May 31, 2015 6:01 am

Re: Chamber temp not changing in gcode file

In your 2nd process the chamber temperature is still set to 70 degrees, so that's probably where the value is coming from. Try changing the temp in both processes if you want it to be 85C for the whole print.
3dprinterMEI
Posts: 19
Joined: Fri Jan 26, 2024 4:15 pm

Re: Chamber temp not changing in gcode file

Jason thanks for finding that. I wasn't using the second process, only selecting the first when slicing the part. Is that a possible bug?
S3D-Jason
Posts: 1409
Joined: Sun May 31, 2015 6:01 am

Re: Chamber temp not changing in gcode file

Look at your starting script for the first process. It has all of these lines in it:

M190 S95
M104 T3 S70
M218 T0 Z-0
M218 T1 Z-0
M218 T2 Z-0

So that's why those same lines show up in the gcode. Not a bug, it's just using the starting script that you entered.
3dprinterMEI
Posts: 19
Joined: Fri Jan 26, 2024 4:15 pm

Re: Chamber temp not changing in gcode file

Thanks I missed that, or at least thought that was just a warm up routine. Shouldn't the settings in the process take over after the start up script?

Return to “General Discussion and Tips”