Tool Temperature not Updating

Hello - I'm using CURA to generate the gcode and then uploading it to Octoprint. When I select the gcode that I've uploaded within octoprint, my bed automatically selects the correct temperature, but my tool does not update the target temperature and just stays at room temperature.

Am I doing something wrong? Cura shows the correct temperature for the material I have selected, and I can manually change my temperature within Octoprint after I've already hit start, but I thought all of that was supposed to come over with the gcode from Cura.

I'm extremely green to all of this, so any advice or guidance is greatly appreciated.

You can start by detailing your configuration. What printer? What version of Cura? Where did the Cura printer profile come from? What is OctoPrint running on (include version numbers)?

Slice something simple like a 5x5x5mm cube and post the gcode here.

The more information you give us, the better we are able to help you.

I am having the exact same problem. I have the newest stable version of cura. I have a longer lk5. I selected this printer from the cura profilesoctoprint is running on a pi4
I am slicing using marlin. Selecting pla 210 tool temp and 60 for the bed, in cura.
When i hit print from octoprint the bed temp sets to 60 but tool temp remains at off
I try and change it manually in octo and it just reverts to off.
I have to goto the printer and set the tool temp there then it shows up in octo at 210 then octo will allow me to adjust it once it starts actually printing.
Any ideas where to start?
Thanks

Try safe mode, check the gcode commands are in the gcode file and then check with the serial log that the same heating commands are actually sent to the printer.

will try safemode and report back.
here is the gcode from latest project, both m104 and 109 are there
;FLAVOR:Marlin
;TIME:19760
;Filament used: 12.4563m
;Layer height: 0.2
;MINX:95.243
;MINY:112.17
;MINZ:0.2
;MAXX:205.671
;MAXY:188.683
;MAXZ:47.8
;Generated with Cura_SteamEngine 4.13.1
M140 S60
M105
M190 S60
M104 S215
M105
M109 S215
M82 ;absolute extrusion mode
; LONGER Start G-code
G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
M107 ; start with the fan off
G92 E0 ; Reset Extruder
G28 ; Home all axes
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

M141 S28
G92 E0
G92 E0
G1 F2700 E-5
;LAYER_COUNT:240
;LAYER:0
M107
;MESH:tiburon mordedor 7.stl
G0 F6000 X183.364 Y182.786 Z0.2

Safe mode did not correct the issue.
Here is serial

2022-05-08 20:31:58,243 - Changing monitoring state from "Offline" to "Detecting serial connection"
2022-05-08 20:31:58,305 - Performing autodetection with 7 port/baudrate candidates: /dev/ttyUSB0@115200, /dev/ttyUSB0@250000, /dev/ttyUSB0@230400, /dev/ttyUSB0@57600, /dev/ttyUSB0@38400, /dev/ttyUSB0@19200, /dev/ttyUSB0@9600
2022-05-08 20:31:58,306 - Trying port /dev/ttyUSB0, baudrate 115200
2022-05-08 20:31:58,307 - Connecting to port /dev/ttyUSB0, baudrate 115200
2022-05-08 20:31:58,379 - Handshake attempt #1 with timeout 2.0s
2022-05-08 20:31:58,380 - Connected to: Serial<id=0xaf296930, open=True>(port='/dev/ttyUSB0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=2.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2022-05-08 20:31:58,382 - Send: N0 M110 N0125
2022-05-08 20:31:59,278 - Recv: start
2022-05-08 20:31:59,286 - Changing monitoring state from "Detecting serial connection" to "Operational"
2022-05-08 20:31:59,316 - Send: N0 M110 N0
125
2022-05-08 20:31:59,318 - Recv: echo:Marlin 0.4.0-Marlin2.x
2022-05-08 20:31:59,320 - Recv:
2022-05-08 20:31:59,322 - Recv: echo: Last Updated: 2022-02-18 | Author: Longer3D, Hobi, tpruvot
2022-05-08 20:31:59,326 - Recv: echo:Compiled: Feb 18 2022
2022-05-08 20:31:59,329 - Recv: echo: Free Memory: 2842 PlannerBufferBytes: 1200
2022-05-08 20:31:59,336 - Recv: echo:EEPROM version mismatch (EEPROM=? Marlin=V76)
2022-05-08 20:31:59,338 - Recv: echo:Hardcoded Default Settings Loaded
2022-05-08 20:32:00,206 - Recv: echo:SD card ok
2022-05-08 20:32:00,221 - Recv: Detect touch screen: DWIN T5
2022-05-08 20:32:01,229 - Recv: ok
2022-05-08 20:32:01,234 - Send: N1 M11539
2022-05-08 20:32:01,255 - Recv: FIRMWARE_NAME:Marlin 0.4.0-Marlin2.x (GitHub) SOURCE_CODE_URL:LONGER3D (Longer3D) Β· GitHub PROTOCOL_VERSION:1.0 MACHINE_TYPE:Longer3D LK5 Pro EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
2022-05-08 20:32:01,262 - Recv: Cap:SERIAL_XON_XOFF:0
2022-05-08 20:32:01,268 - Recv: Cap:BINARY_FILE_TRANSFER:0
2022-05-08 20:32:01,279 - Recv: Cap:EEPROM:1
2022-05-08 20:32:01,281 - Recv: Cap:VOLUMETRIC:1
2022-05-08 20:32:01,283 - Recv: Cap:AUTOREPORT_TEMP:1
2022-05-08 20:32:01,288 - Recv: Cap:PROGRESS:0
2022-05-08 20:32:01,291 - Recv: Cap:PRINT_JOB:1
2022-05-08 20:32:01,293 - Recv: Cap:AUTOLEVEL:0
2022-05-08 20:32:01,294 - Recv: Cap:Z_PROBE:0
2022-05-08 20:32:01,295 - Recv: Cap:LEVELING_DATA:0
2022-05-08 20:32:01,297 - Recv: Cap:BUILD_PERCENT:0
2022-05-08 20:32:01,298 - Recv: Cap:SOFTWARE_POWER:0
2022-05-08 20:32:01,299 - Recv: Cap:TOGGLE_LIGHTS:0
2022-05-08 20:32:01,300 - Recv: Cap:CASE_LIGHT_BRIGHTNESS:0
2022-05-08 20:32:01,301 - Recv: Cap:EMERGENCY_PARSER:0
2022-05-08 20:32:01,302 - Recv: Cap:PROMPT_SUPPORT:0
2022-05-08 20:32:01,303 - Recv: Cap:AUTOREPORT_SD_STATUS:0
2022-05-08 20:32:01,305 - Recv: Cap:THERMAL_PROTECTION:1
2022-05-08 20:32:01,306 - Recv: Cap:MOTION_MODES:0
2022-05-08 20:32:01,307 - Recv: Cap:CHAMBER_TEMPERATURE:0
2022-05-08 20:32:01,308 - Recv: ok
2022-05-08 20:32:01,309 - Send: M21
2022-05-08 20:32:01,319 - Recv: echo:SD card ok
2022-05-08 20:32:01,320 - Recv: ok
2022-05-08 20:32:01,321 - Send: M20
2022-05-08 20:32:01,323 - Recv: Begin file list
2022-05-08 20:32:01,327 - Recv: LK5PRO~1.GCO 2104012
2022-05-08 20:32:01,329 - Recv: LK5PRO~2.GCO 3926224
2022-05-08 20:32:01,332 - Recv: LK5PRO~3.GCO 322307
2022-05-08 20:32:01,333 - Recv: LK5PRO~4.GCO 11426693
2022-05-08 20:32:01,335 - Recv: LKD106~1.GCO 1880327
2022-05-08 20:32:01,607 - Recv: LLK5PR~1.GCO 0
2022-05-08 20:32:01,620 - Recv: End file list
2022-05-08 20:32:01,621 - Recv: ok
2022-05-08 20:32:01,622 - Send: M155 S2
2022-05-08 20:32:01,628 - Recv: ok
2022-05-08 20:32:03,636 - Recv: T:59.96 /0.00 B:52.95 /0.00 @:0 B@:0
2022-05-08 20:32:05,636 - Recv: T:59.39 /0.00 B:52.86 /0.00 @:0 B@:0
2022-05-08 20:32:07,636 - Recv: T:58.84 /0.00 B:52.73 /0.00 @:0 B@:0
2022-05-08 20:32:09,635 - Recv: T:58.33 /0.00 B:52.71 /0.00 @:0 B@:0
2022-05-08 20:32:11,635 - Recv: T:57.81 /0.00 B:52.56 /0.00 @:0 B@:0
2022-05-08 20:32:13,635 - Recv: T:57.29 /0.00 B:52.50 /0.00 @:0 B@:0
2022-05-08 20:32:15,441 - Changing monitoring state from "Operational" to "Starting"
2022-05-08 20:32:15,473 - Send: N0 M110 N0
125
2022-05-08 20:32:15,490 - Recv: ok
2022-05-08 20:32:15,500 - Changing monitoring state from "Starting" to "Printing"
2022-05-08 20:32:15,506 - Send: N1 M140 S6082
2022-05-08 20:32:15,510 - Recv: ok
2022-05-08 20:32:15,512 - Send: N2 M105
37
2022-05-08 20:32:15,530 - Recv: ok T:56.88 /0.00 B:52.41 /60.00 @:0 B@:0
2022-05-08 20:32:15,533 - Send: N3 M190 S6093
2022-05-08 20:32:15,544 - Recv: T:56.78 /0.00 B:52.36 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:15,635 - Recv: T:56.78 /0.00 B:52.36 /60.00 @:0 B@:0
2022-05-08 20:32:16,544 - Recv: T:56.60 /0.00 B:52.36 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:17,546 - Recv: T:56.34 /0.00 B:52.30 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:17,548 - Recv: echo:busy: processing
2022-05-08 20:32:17,548 - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
2022-05-08 20:32:17,635 - Recv: T:56.34 /0.00 B:52.30 /60.00 @:0 B@:0
2022-05-08 20:32:18,544 - Recv: T:56.05 /0.00 B:52.26 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:19,546 - Recv: T:55.83 /0.00 B:52.24 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:19,553 - Recv: echo:busy: processing
2022-05-08 20:32:19,635 - Recv: T:55.82 /0.00 B:52.26 /60.00 @:0 B@:0
2022-05-08 20:32:20,544 - Recv: T:55.61 /0.00 B:52.20 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:21,545 - Recv: T:55.42 /0.00 B:52.16 /60.00 @:0 B@:0 W:?
2022-05-08 20:32:21,552 - Recv: echo:busy: processing
2022-05-08 20:32:21,636 - Recv: T:55.42 /0.00 B:52.10 /60.00 @:0 B@:0
2022-05-08 20:32:22,544 - Recv: T:55.21 /0.00 B:52.07 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:23,545 - Recv: T:54.99 /0.00 B:52.09 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:23,552 - Recv: echo:busy: processing
2022-05-08 20:32:23,636 - Recv: T:54.91 /0.00 B:52.06 /60.00 @:0 B@:127
2022-05-08 20:32:24,544 - Recv: T:54.77 /0.00 B:52.05 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:25,544 - Recv: T:54.49 /0.00 B:52.14 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:25,553 - Recv: echo:busy: processing
2022-05-08 20:32:25,635 - Recv: T:54.49 /0.00 B:52.14 /60.00 @:0 B@:127
2022-05-08 20:32:26,545 - Recv: T:54.29 /0.00 B:52.26 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:27,544 - Recv: T:54.03 /0.00 B:52.34 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:27,550 - Recv: echo:busy: processing
2022-05-08 20:32:27,635 - Recv: T:54.03 /0.00 B:52.34 /60.00 @:0 B@:127
2022-05-08 20:32:28,545 - Recv: T:53.81 /0.00 B:52.50 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:29,544 - Recv: T:53.59 /0.00 B:52.71 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:29,547 - Recv: echo:busy: processing
2022-05-08 20:32:29,635 - Recv: T:53.52 /0.00 B:52.73 /60.00 @:0 B@:127
2022-05-08 20:32:30,545 - Recv: T:53.38 /0.00 B:52.83 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:31,544 - Recv: T:53.11 /0.00 B:53.05 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:31,551 - Recv: echo:busy: processing
2022-05-08 20:32:31,635 - Recv: T:53.05 /0.00 B:53.05 /60.00 @:0 B@:127
2022-05-08 20:32:32,545 - Recv: T:52.91 /0.00 B:53.20 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:33,544 - Recv: T:52.71 /0.00 B:53.41 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:33,553 - Recv: echo:busy: processing
2022-05-08 20:32:33,634 - Recv: T:52.67 /0.00 B:53.41 /60.00 @:0 B@:127
2022-05-08 20:32:34,544 - Recv: T:52.50 /0.00 B:53.64 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:35,546 - Recv: T:52.24 /0.00 B:53.85 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:35,548 - Recv: echo:busy: processing
2022-05-08 20:32:35,634 - Recv: T:52.24 /0.00 B:53.85 /60.00 @:0 B@:127
2022-05-08 20:32:36,544 - Recv: T:52.05 /0.00 B:54.08 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:37,545 - Recv: T:51.82 /0.00 B:54.19 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:37,551 - Recv: echo:busy: processing
2022-05-08 20:32:37,635 - Recv: T:51.82 /0.00 B:54.19 /60.00 @:0 B@:127
2022-05-08 20:32:38,544 - Recv: T:51.61 /0.00 B:54.40 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:39,545 - Recv: T:51.41 /0.00 B:54.55 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:39,552 - Recv: echo:busy: processing
2022-05-08 20:32:39,635 - Recv: T:51.38 /0.00 B:54.57 /60.00 @:0 B@:127
2022-05-08 20:32:40,544 - Recv: T:51.25 /0.00 B:54.77 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:41,545 - Recv: T:51.09 /0.00 B:54.94 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:41,552 - Recv: echo:busy: processing
2022-05-08 20:32:41,635 - Recv: T:51.05 /0.00 B:54.97 /60.00 @:0 B@:127
2022-05-08 20:32:42,545 - Recv: T:50.89 /0.00 B:55.14 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:43,545 - Recv: T:50.68 /0.00 B:55.27 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:43,551 - Recv: echo:busy: processing
2022-05-08 20:32:43,635 - Recv: T:50.68 /0.00 B:55.27 /60.00 @:0 B@:127
2022-05-08 20:32:44,545 - Recv: T:50.48 /0.00 B:55.42 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:45,545 - Recv: T:50.26 /0.00 B:55.61 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:45,552 - Recv: echo:busy: processing
2022-05-08 20:32:45,635 - Recv: T:50.26 /0.00 B:55.61 /60.00 @:0 B@:127
2022-05-08 20:32:45,795 - Changing monitoring state from "Printing" to "Cancelling"
2022-05-08 20:32:46,545 - Recv: T:50.17 /0.00 B:55.74 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:47,544 - Recv: T:49.97 /0.00 B:55.83 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:47,551 - Recv: echo:busy: processing
2022-05-08 20:32:47,635 - Recv: T:49.97 /0.00 B:55.83 /60.00 @:0 B@:127
2022-05-08 20:32:48,545 - Recv: T:49.75 /0.00 B:56.04 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:49,545 - Recv: T:49.51 /0.00 B:56.18 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:49,552 - Recv: echo:busy: processing
2022-05-08 20:32:49,635 - Recv: T:49.46 /0.00 B:56.20 /60.00 @:0 B@:127
2022-05-08 20:32:50,545 - Recv: T:49.31 /0.00 B:56.30 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:51,547 - Recv: T:49.16 /0.00 B:56.43 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:51,549 - Recv: echo:busy: processing
2022-05-08 20:32:51,635 - Recv: T:49.11 /0.00 B:56.46 /60.00 @:0 B@:127
2022-05-08 20:32:52,545 - Recv: T:48.96 /0.00 B:56.59 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:53,546 - Recv: T:48.68 /0.00 B:56.71 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:53,549 - Recv: echo:busy: processing
2022-05-08 20:32:53,636 - Recv: T:48.68 /0.00 B:56.71 /60.00 @:0 B@:127
2022-05-08 20:32:54,545 - Recv: T:48.59 /0.00 B:56.88 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:55,545 - Recv: T:48.39 /0.00 B:56.99 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:55,548 - Recv: echo:busy: processing
2022-05-08 20:32:55,636 - Recv: T:48.39 /0.00 B:56.99 /60.00 @:0 B@:127
2022-05-08 20:32:56,545 - Recv: T:48.16 /0.00 B:57.11 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:57,545 - Recv: T:48.01 /0.00 B:57.27 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:57,553 - Recv: echo:busy: processing
2022-05-08 20:32:57,636 - Recv: T:47.93 /0.00 B:57.27 /60.00 @:0 B@:127
2022-05-08 20:32:58,546 - Recv: T:47.89 /0.00 B:57.32 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:59,545 - Recv: T:47.66 /0.00 B:57.50 /60.00 @:0 B@:127 W:?
2022-05-08 20:32:59,554 - Recv: echo:busy: processing
2022-05-08 20:32:59,636 - Recv: T:47.62 /0.00 B:57.50 /60.00 @:0 B@:127
2022-05-08 20:33:00,546 - Recv: T:47.53 /0.00 B:57.63 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:01,545 - Recv: T:47.34 /0.00 B:57.71 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:01,553 - Recv: echo:busy: processing
2022-05-08 20:33:01,636 - Recv: T:47.32 /0.00 B:57.72 /60.00 @:0 B@:127
2022-05-08 20:33:02,546 - Recv: T:47.15 /0.00 B:57.86 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:03,545 - Recv: T:46.91 /0.00 B:57.93 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:03,553 - Recv: echo:busy: processing
2022-05-08 20:33:03,636 - Recv: T:46.91 /0.00 B:57.93 /60.00 @:0 B@:127
2022-05-08 20:33:04,546 - Recv: T:46.79 /0.00 B:58.13 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:05,545 - Recv: T:46.58 /0.00 B:58.16 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:05,548 - Recv: echo:busy: processing
2022-05-08 20:33:05,636 - Recv: T:46.58 /0.00 B:58.16 /60.00 @:0 B@:127
2022-05-08 20:33:06,546 - Recv: T:46.38 /0.00 B:58.32 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:07,548 - Recv: T:46.30 /0.00 B:58.39 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:07,550 - Recv: echo:busy: processing
2022-05-08 20:33:07,636 - Recv: T:46.25 /0.00 B:58.46 /60.00 @:0 B@:127
2022-05-08 20:33:08,545 - Recv: T:46.05 /0.00 B:58.54 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:09,546 - Recv: T:45.97 /0.00 B:58.61 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:09,554 - Recv: echo:busy: processing
2022-05-08 20:33:09,637 - Recv: T:45.89 /0.00 B:58.65 /60.00 @:0 B@:127
2022-05-08 20:33:10,545 - Recv: T:45.79 /0.00 B:58.75 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:11,546 - Recv: T:45.63 /0.00 B:58.83 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:11,555 - Recv: echo:busy: processing
2022-05-08 20:33:11,637 - Recv: T:45.63 /0.00 B:58.85 /60.00 @:0 B@:127
2022-05-08 20:33:12,545 - Recv: T:45.51 /0.00 B:58.96 /60.00 @:0 B@:127 W:?
2022-05-08 20:33:13,546 - Recv: T:45.26 /0.00 B:59.09 /60.00 @:0 B@:127 W:9
2022-05-08 20:33:13,552 - Recv: echo:busy: processing
2022-05-08 20:33:13,636 - Recv: T:45.26 /0.00 B:59.09 /60.00 @:0 B@:127
2022-05-08 20:33:14,546 - Recv: T:45.18 /0.00 B:59.17 /60.00 @:0 B@:127 W:8
2022-05-08 20:33:15,546 - Recv: T:45.00 /0.00 B:59.31 /60.00 @:0 B@:127 W:7
2022-05-08 20:33:15,553 - Recv: echo:busy: processing
2022-05-08 20:33:15,636 - Recv: T:45.00 /0.00 B:59.31 /60.00 @:0 B@:127
2022-05-08 20:33:16,546 - Recv: T:44.91 /0.00 B:59.39 /60.00 @:0 B@:127 W:6
2022-05-08 20:33:17,546 - Recv: T:44.69 /0.00 B:59.52 /60.00 @:0 B@:127 W:5
2022-05-08 20:33:17,548 - Recv: echo:busy: processing
2022-05-08 20:33:17,636 - Recv: T:44.67 /0.00 B:59.53 /60.00 @:0 B@:127
2022-05-08 20:33:18,546 - Recv: T:44.50 /0.00 B:59.58 /60.00 @:0 B@:127 W:4
2022-05-08 20:33:19,546 - Recv: T:44.39 /0.00 B:59.75 /60.00 @:0 B@:104 W:3
2022-05-08 20:33:19,553 - Recv: echo:busy: processing
2022-05-08 20:33:19,636 - Recv: T:44.36 /0.00 B:59.73 /60.00 @:0 B@:112
2022-05-08 20:33:20,546 - Recv: T:44.14 /0.00 B:59.80 /60.00 @:0 B@:106 W:2
2022-05-08 20:33:21,545 - Recv: T:44.12 /0.00 B:59.90 /60.00 @:0 B@:100 W:1
2022-05-08 20:33:21,553 - Recv: echo:busy: processing
2022-05-08 20:33:21,636 - Recv: T:44.04 /0.00 B:59.97 /60.00 @:0 B@:86
2022-05-08 20:33:22,546 - Recv: T:43.84 /0.00 B:60.01 /60.00 @:0 B@:90 W:0
2022-05-08 20:33:23,028 - Recv: ok
2022-05-08 20:33:23,030 - Send: N4 M108
46
2022-05-08 20:33:23,033 - Recv: ok
2022-05-08 20:33:23,035 - Send: N5 M113 S2100
2022-05-08 20:33:23,039 - Recv: ok
2022-05-08 20:33:23,041 - Send: N6 M84
25
2022-05-08 20:33:23,044 - Recv: ok
2022-05-08 20:33:23,046 - Send: N7 M104 T0 S038
2022-05-08 20:33:23,049 - Recv: ok
2022-05-08 20:33:23,051 - Send: N8 M140 S0
109
2022-05-08 20:33:23,054 - Recv: ok
2022-05-08 20:33:23,056 - Send: N9 M106 S0*110
2022-05-08 20:33:23,058 - Recv: ok
2022-05-08 20:33:23,065 - Changing monitoring state from "Cancelling" to "Operational"
2022-05-08 20:33:23,636 - Recv: T:43.71 /0.00 B:60.06 /0.00 @:0 B@:0
2022-05-08 20:33:25,637 - Recv: T:43.49 /0.00 B:60.14 /0.00 @:0 B@:0

here is from terminal

Changing monitoring state from "Offline" to "Detecting serial connection"
Performing autodetection with 7 port/baudrate candidates: /dev/ttyUSB0@115200, /dev/ttyUSB0@250000, /dev/ttyUSB0@230400, /dev/ttyUSB0@57600, /dev/ttyUSB0@38400, /dev/ttyUSB0@19200, /dev/ttyUSB0@9600
Trying port /dev/ttyUSB0, baudrate 115200
Connecting to port /dev/ttyUSB0, baudrate 115200
Handshake attempt #1 with timeout 2.0s
Connected to: Serial<id=0xaf296930, open=True>(port='/dev/ttyUSB0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=2.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Send: N0 M110 N0125
Recv: start
Changing monitoring state from "Detecting serial connection" to "Operational"
Send: N0 M110 N0
125
Recv: echo:Marlin 0.4.0-Marlin2.x
Recv:
Recv: echo: Last Updated: 2022-02-18 | Author: Longer3D, Hobi, tpruvot
Recv: echo:Compiled: Feb 18 2022
Recv: echo: Free Memory: 2842 PlannerBufferBytes: 1200
Recv: echo:EEPROM version mismatch (EEPROM=? Marlin=V76)
Recv: echo:Hardcoded Default Settings Loaded
Recv: echo:SD card ok
Recv: Detect touch screen: DWIN T5
Recv: ok
Send: N1 M11539
Recv: FIRMWARE_NAME:Marlin 0.4.0-Marlin2.x (GitHub) SOURCE_CODE_URL:LONGER3D (Longer3D) Β· GitHub PROTOCOL_VERSION:1.0 MACHINE_TYPE:Longer3D LK5 Pro EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff
Recv: Cap:SERIAL_XON_XOFF:0
Recv: Cap:BINARY_FILE_TRANSFER:0
Recv: Cap:EEPROM:1
Recv: Cap:VOLUMETRIC:1
Recv: Cap:AUTOREPORT_TEMP:1
Recv: Cap:PROGRESS:0
Recv: Cap:PRINT_JOB:1
Recv: Cap:AUTOLEVEL:0
Recv: Cap:Z_PROBE:0
Recv: Cap:LEVELING_DATA:0
Recv: Cap:BUILD_PERCENT:0
Recv: Cap:SOFTWARE_POWER:0
Recv: Cap:TOGGLE_LIGHTS:0
Recv: Cap:CASE_LIGHT_BRIGHTNESS:0
Recv: Cap:EMERGENCY_PARSER:0
Recv: Cap:PROMPT_SUPPORT:0
Recv: Cap:AUTOREPORT_SD_STATUS:0
Recv: Cap:THERMAL_PROTECTION:1
Recv: Cap:MOTION_MODES:0
Recv: Cap:CHAMBER_TEMPERATURE:0
Recv: ok
Send: M21
Recv: echo:SD card ok
Recv: ok
Send: M20
Recv: Begin file list
Recv: LK5PRO~1.GCO 2104012
Recv: LK5PRO~2.GCO 3926224
Recv: LK5PRO~3.GCO 322307
Recv: LK5PRO~4.GCO 11426693
Recv: LKD106~1.GCO 1880327
Recv: LLK5PR~1.GCO 0
Recv: End file list
Recv: ok
Send: M155 S2
Recv: ok
Recv: T:59.96 /0.00 B:52.95 /0.00 @:0 B@:0
Recv: T:59.39 /0.00 B:52.86 /0.00 @:0 B@:0
Recv: T:58.84 /0.00 B:52.73 /0.00 @:0 B@:0
Recv: T:58.33 /0.00 B:52.71 /0.00 @:0 B@:0
Recv: T:57.81 /0.00 B:52.56 /0.00 @:0 B@:0
Recv: T:57.29 /0.00 B:52.50 /0.00 @:0 B@:0
Changing monitoring state from "Operational" to "Starting"
Send: N0 M110 N0
125
Recv: ok
Changing monitoring state from "Starting" to "Printing"
Send: N1 M140 S6082
Recv: ok
Send: N2 M105
37
Recv: ok T:56.88 /0.00 B:52.41 /60.00 @:0 B@:0
Send: N3 M190 S6093
Recv: T:56.78 /0.00 B:52.36 /60.00 @:0 B@:0 W:?
Recv: T:56.78 /0.00 B:52.36 /60.00 @:0 B@:0
Recv: T:56.60 /0.00 B:52.36 /60.00 @:0 B@:0 W:?
Recv: T:56.34 /0.00 B:52.30 /60.00 @:0 B@:0 W:?
Recv: echo:busy: processing
Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
Recv: T:56.34 /0.00 B:52.30 /60.00 @:0 B@:0
Recv: T:56.05 /0.00 B:52.26 /60.00 @:0 B@:0 W:?
Recv: T:55.83 /0.00 B:52.24 /60.00 @:0 B@:0 W:?
Recv: echo:busy: processing
Recv: T:55.82 /0.00 B:52.26 /60.00 @:0 B@:0
Recv: T:55.61 /0.00 B:52.20 /60.00 @:0 B@:0 W:?
Recv: T:55.42 /0.00 B:52.16 /60.00 @:0 B@:0 W:?
Recv: echo:busy: processing
Recv: T:55.42 /0.00 B:52.10 /60.00 @:0 B@:0
Recv: T:55.21 /0.00 B:52.07 /60.00 @:0 B@:127 W:?
Recv: T:54.99 /0.00 B:52.09 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:54.91 /0.00 B:52.06 /60.00 @:0 B@:127
Recv: T:54.77 /0.00 B:52.05 /60.00 @:0 B@:127 W:?
Recv: T:54.49 /0.00 B:52.14 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:54.49 /0.00 B:52.14 /60.00 @:0 B@:127
Recv: T:54.29 /0.00 B:52.26 /60.00 @:0 B@:127 W:?
Recv: T:54.03 /0.00 B:52.34 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:54.03 /0.00 B:52.34 /60.00 @:0 B@:127
Recv: T:53.81 /0.00 B:52.50 /60.00 @:0 B@:127 W:?
Recv: T:53.59 /0.00 B:52.71 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:53.52 /0.00 B:52.73 /60.00 @:0 B@:127
Recv: T:53.38 /0.00 B:52.83 /60.00 @:0 B@:127 W:?
Recv: T:53.11 /0.00 B:53.05 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:53.05 /0.00 B:53.05 /60.00 @:0 B@:127
Recv: T:52.91 /0.00 B:53.20 /60.00 @:0 B@:127 W:?
Recv: T:52.71 /0.00 B:53.41 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:52.67 /0.00 B:53.41 /60.00 @:0 B@:127
Recv: T:52.50 /0.00 B:53.64 /60.00 @:0 B@:127 W:?
Recv: T:52.24 /0.00 B:53.85 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:52.24 /0.00 B:53.85 /60.00 @:0 B@:127
Recv: T:52.05 /0.00 B:54.08 /60.00 @:0 B@:127 W:?
Recv: T:51.82 /0.00 B:54.19 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:51.82 /0.00 B:54.19 /60.00 @:0 B@:127
Recv: T:51.61 /0.00 B:54.40 /60.00 @:0 B@:127 W:?
Recv: T:51.41 /0.00 B:54.55 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:51.38 /0.00 B:54.57 /60.00 @:0 B@:127
Recv: T:51.25 /0.00 B:54.77 /60.00 @:0 B@:127 W:?
Recv: T:51.09 /0.00 B:54.94 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:51.05 /0.00 B:54.97 /60.00 @:0 B@:127
Recv: T:50.89 /0.00 B:55.14 /60.00 @:0 B@:127 W:?
Recv: T:50.68 /0.00 B:55.27 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:50.68 /0.00 B:55.27 /60.00 @:0 B@:127
Recv: T:50.48 /0.00 B:55.42 /60.00 @:0 B@:127 W:?
Recv: T:50.26 /0.00 B:55.61 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:50.26 /0.00 B:55.61 /60.00 @:0 B@:127
Changing monitoring state from "Printing" to "Cancelling"
Recv: T:50.17 /0.00 B:55.74 /60.00 @:0 B@:127 W:?
Recv: T:49.97 /0.00 B:55.83 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:49.97 /0.00 B:55.83 /60.00 @:0 B@:127
Recv: T:49.75 /0.00 B:56.04 /60.00 @:0 B@:127 W:?
Recv: T:49.51 /0.00 B:56.18 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:49.46 /0.00 B:56.20 /60.00 @:0 B@:127
Recv: T:49.31 /0.00 B:56.30 /60.00 @:0 B@:127 W:?
Recv: T:49.16 /0.00 B:56.43 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:49.11 /0.00 B:56.46 /60.00 @:0 B@:127
Recv: T:48.96 /0.00 B:56.59 /60.00 @:0 B@:127 W:?
Recv: T:48.68 /0.00 B:56.71 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:48.68 /0.00 B:56.71 /60.00 @:0 B@:127
Recv: T:48.59 /0.00 B:56.88 /60.00 @:0 B@:127 W:?
Recv: T:48.39 /0.00 B:56.99 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:48.39 /0.00 B:56.99 /60.00 @:0 B@:127
Recv: T:48.16 /0.00 B:57.11 /60.00 @:0 B@:127 W:?
Recv: T:48.01 /0.00 B:57.27 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:47.93 /0.00 B:57.27 /60.00 @:0 B@:127
Recv: T:47.89 /0.00 B:57.32 /60.00 @:0 B@:127 W:?
Recv: T:47.66 /0.00 B:57.50 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:47.62 /0.00 B:57.50 /60.00 @:0 B@:127
Recv: T:47.53 /0.00 B:57.63 /60.00 @:0 B@:127 W:?
Recv: T:47.34 /0.00 B:57.71 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:47.32 /0.00 B:57.72 /60.00 @:0 B@:127
Recv: T:47.15 /0.00 B:57.86 /60.00 @:0 B@:127 W:?
Recv: T:46.91 /0.00 B:57.93 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:46.91 /0.00 B:57.93 /60.00 @:0 B@:127
Recv: T:46.79 /0.00 B:58.13 /60.00 @:0 B@:127 W:?
Recv: T:46.58 /0.00 B:58.16 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:46.58 /0.00 B:58.16 /60.00 @:0 B@:127
Recv: T:46.38 /0.00 B:58.32 /60.00 @:0 B@:127 W:?
Recv: T:46.30 /0.00 B:58.39 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:46.25 /0.00 B:58.46 /60.00 @:0 B@:127
Recv: T:46.05 /0.00 B:58.54 /60.00 @:0 B@:127 W:?
Recv: T:45.97 /0.00 B:58.61 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:45.89 /0.00 B:58.65 /60.00 @:0 B@:127
Recv: T:45.79 /0.00 B:58.75 /60.00 @:0 B@:127 W:?
Recv: T:45.63 /0.00 B:58.83 /60.00 @:0 B@:127 W:?
Recv: echo:busy: processing
Recv: T:45.63 /0.00 B:58.85 /60.00 @:0 B@:127
Recv: T:45.51 /0.00 B:58.96 /60.00 @:0 B@:127 W:?
Recv: T:45.26 /0.00 B:59.09 /60.00 @:0 B@:127 W:9
Recv: echo:busy: processing
Recv: T:45.26 /0.00 B:59.09 /60.00 @:0 B@:127
Recv: T:45.18 /0.00 B:59.17 /60.00 @:0 B@:127 W:8
Recv: T:45.00 /0.00 B:59.31 /60.00 @:0 B@:127 W:7
Recv: echo:busy: processing
Recv: T:45.00 /0.00 B:59.31 /60.00 @:0 B@:127
Recv: T:44.91 /0.00 B:59.39 /60.00 @:0 B@:127 W:6
Recv: T:44.69 /0.00 B:59.52 /60.00 @:0 B@:127 W:5
Recv: echo:busy: processing
Recv: T:44.67 /0.00 B:59.53 /60.00 @:0 B@:127
Recv: T:44.50 /0.00 B:59.58 /60.00 @:0 B@:127 W:4
Recv: T:44.39 /0.00 B:59.75 /60.00 @:0 B@:104 W:3
Recv: echo:busy: processing
Recv: T:44.36 /0.00 B:59.73 /60.00 @:0 B@:112
Recv: T:44.14 /0.00 B:59.80 /60.00 @:0 B@:106 W:2
Recv: T:44.12 /0.00 B:59.90 /60.00 @:0 B@:100 W:1
Recv: echo:busy: processing
Recv: T:44.04 /0.00 B:59.97 /60.00 @:0 B@:86
Recv: T:43.84 /0.00 B:60.01 /60.00 @:0 B@:90 W:0
Recv: ok
Send: N4 M108
46
Recv: ok
Send: N5 M113 S2100
Recv: ok
Send: N6 M84
25
Recv: ok
Send: N7 M104 T0 S038
Recv: ok
Send: N8 M140 S0
109
Recv: ok
Send: N9 M106 S0*110
Recv: ok
Changing monitoring state from "Cancelling" to "Operational"
Recv: T:43.71 /0.00 B:60.06 /0.00 @:0 B@:0
Recv: T:43.49 /0.00 B:60.14 /0.00 @:0 B@:0
Recv: T:43.20 /0.00 B:60.01 /0.00 @:0 B@:0
Recv: T:42.90 /0.00 B:59.80 /0.00 @:0 B@:0
Recv: T:42.59 /0.00 B:59.58 /0.00 @:0 B@:0

Please append your logs as files or use the </> icon in the top bar of the edit window to format them as code.

1 Like

The formatting issues aside, while it is hard to tell I can't see anything wrong there. The bed is heating up, but then you've cancelled it so it is effectively useless. If you cancel the bed heatup process... Then it won't move on to the tool.

YUP I wasn't waiting, I realized after looking at the log file and seeing the responses it was getting from the printer that it was waiting for the bed to hit 60 before sending the next command which was to heat the tool. I was impatient :slight_smile: I am very new to 3d printing and wasn't aware of how it worked. So thanks for pointing me in the right direction to see the logs. I learned a bunch today!

Marlin has two commands for setting the nozzle temperature and two commands for setting the bed temperature. These are M104, M109, M140, and M190.

If you use the "wait" versions (M109, M190) then Marlin does not process the next command until the temperature is reached. You can heat both the nozzle and the bed at the same time by using the sequence M104, M190, M109 or M140, M109, M190.
You can even use M104, M140 followed by other commands that don't rely on the temperature ending with M109, M190 before commands that do rely on the temperature.