Heaters turn off after filament change

Have a Stacker S4 and Repetier Server 1.1.2. I updated a while back from 0.9?.??. Everything seemed to work but recently  I ran out of filament on one of the heads. Clicked the control to reheat the head to change filament which worked fine. Changed filament, head at working temp. Clicked on control button to restart. Print restarted but heaters turned off. Tested a few times to see if this problem repeated and it did. Updated to 1.2.0 but no change. Is this a known issue? I'd assume this was a stacker problem except before I updated the Repetier Server (on a Raspberry Pi 4) I had no issue.

Comments

  • > Clicked on control button to restart. 
    Do you mean continue button with restart?
    Will test on my server, but it should of course restore old temperature before continuing the print.
  • By control button I mean the main control on the Stacker itself. Press once to heat up to change filament. Change filament. Rotate know to feed filament. Press knob to restart the print. Temperature is at temp after changing the filament and purging  but as soon as I press the knob to resume the print  G Code is sent to turn the heaters off (M104 T0 or there about, didn't save the log and don't remember the exact string). In the above procedure worked fine but after the update it's not working.
  • I just tried a print with the raspberry pi/ repetier server disconnected and printing directly from the Stacker off the SD card. No problem resuming, temperature stayed at 220C so it seems that it is definitely linked to the Repetier Server.
  • I need more information to know what is happening here. First which firmware version is the S4 using. Not sure if stacker upgraded  to V2. Also when you trigger filament change on printer is it blocking communication or does server also offer filament change routine? These are different procedures. Also how fast did you react - especially if a timeout caused extruders to cool down the server will in blocking solution not reheat since it did not disable heaters. So firmware should continue with heaters on. 
  • Not sure what firmware version. Hav reached out to Stacker to answer that.
    At the Repetier end it does not seem to offer any functionality to change filament. Just shows the stop/ pause buttons and I did try hitting pause with the idea that I could "un-pause" it after I resumed at the Stacker but there seems to be no response until after I resume at the Stacker.
    I've tried resuming after filament has been out a while and heads are cold and immediately after the filament runs out. In either case the normal routine is: Filament runs out, gantry homes, heads turn off. Press control knob to re-heat heads. Change filament. Purge heads by turning knob. Press knob to resume printing. The heads cool down at filament out, heat up for the filament change and stay hot until printing is resumed at which case I see a M104 S0 T0. Of possible note, when filament runs out it shows up as a jam if that makes any difference to Repetier. As far as I know this has been normal for the stacker.

  • You see firmware version when you send
    M115
    but I think it is V1.

    Yes jam and out of filament is not differentiated in repetier-firmware.

    You should not try to pause in server when firmware already has forced an internal pause. It would store temperature when you hit the button and as you describe it is 0 from firmware config, so on continue from server it will set 0. If you do not pause in server at all, it will not send anything on continue.

    Need to check if I have a printer that behaves the same to simulate that. If you recreate this with a logging enabled and post the log around the that would be a big help I guess.
  • Looks like firmware 1.0.3
    Here's what I believe is the relevant part

    Recv:10:11:17.156: Set output: 13 to 255
    Recv:10:11:17.156: ok 17
    Recv:10:11:17.156: ok 18
    Send:10:11:17.156: N26 G1 X23.688 Y72.162 F6000
    Recv:10:11:17.190: pos absolute false
    Recv:10:11:17.191: pos absolute false
    Recv:10:11:17.726: T:221.29 /220 B:54.93 /55 B@:105 @:142 T0:221.29 /220 @0:142 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.59 /0 @3:0
    Recv:10:11:18.828: T:221.05 /220 B:54.93 /55 B@:107 @:137 T0:221.05 /220 @0:137 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:19.151: busy:processing
    Recv:10:11:19.893: T:220.82 /220 B:54.93 /55 B@:110 @:149 T0:220.82 /220 @0:149 T1:31.97 /0 @1:0 T2:30.57 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:20.925: T:220.70 /220 B:54.93 /55 B@:112 @:142 T0:220.70 /220 @0:142 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:21.342: busy:processing
    Recv:10:11:21.957: T:220.58 /220 B:54.88 /55 B@:125 @:152 T0:220.58 /220 @0:152 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.59 /0 @3:0
    Recv:10:11:22.989: T:220.35 /220 B:54.93 /55 B@:117 @:148 T0:220.35 /220 @0:148 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:23.730: busy:processing
    Recv:10:11:24.021: T:220.23 /220 B:54.93 /55 B@:119 @:150 T0:220.23 /220 @0:150 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:24.271: X:0.00 Y:0.00 Z:0.000 E:0.0000
    Recv:10:11:24.275: ok 19
    Recv:10:11:24.275: ok 20
    Recv:10:11:24.275: ok 21
    Recv:10:11:24.275: ok 22
    Send:10:11:24.275: N27 M117 ETA 10:32:17 day 9
    Recv:10:11:25.054: T:220.12 /220 B:54.93 /55 B@:122 @:162 T0:220.12 /220 @0:162 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:26.086: T:220.00 /220 B:54.93 /55 B@:124 @:156 T0:220.00 /220 @0:156 T1:31.91 /0 @1:0 T2:30.57 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:26.274: busy:processing
    Recv:10:11:27.118: T:220.00 /220 B:54.98 /55 B@:116 @:155 T0:220.00 /220 @0:155 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:28.150: T:219.89 /220 B:54.93 /55 B@:114 @:149 T0:219.89 /220 @0:149 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.53 /0 @3:0
    Recv:10:11:28.273: busy:processing
    Recv:10:11:28.293: important:Extruder jam detected
    Recv:10:11:28.297: Info:Marked all extruders as unjammed.
    Recv:10:11:28.301: Jam control disabled:1
    Recv:10:11:28.301: // action:pause
    Recv:10:11:29.183: T:219.78 /220 B:54.98 /55 B@:134 @:161 T0:219.78 /220 @0:161 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:30.215: T:219.78 /-220 B:54.98 /55 B@:107 @:0 T0:219.78 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:30.271: busy:processing
    Recv:10:11:30.943: SelectExtruder:0
    Recv:10:11:30.944: FlowMultiply:100
    Send:10:11:30.995: N28 M104 S0 T0
    Recv:10:11:31.247: T:219.78 /-220 B:54.98 /55 B@:122 @:0 T0:219.78 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:32.275: T:219.67 /-220 B:55.02 /55 B@:113 @:0 T0:219.67 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:32.278: busy:paused for user interaction
    Recv:10:11:33.307: T:219.56 /-220 B:54.98 /55 B@:109 @:0 T0:219.56 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:34.273: busy:paused for user interaction
    Recv:10:11:34.340: T:219.22 /-220 B:54.98 /55 B@:137 @:0 T0:219.22 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:35.372: T:218.89 /-220 B:54.98 /55 B@:123 @:0 T0:218.89 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:36.272: busy:paused for user interaction
    Recv:10:11:36.404: T:218.44 /-220 B:55.02 /55 B@:99 @:0 T0:218.44 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:37.436: T:217.89 /-220 B:55.02 /55 B@:112 @:0 T0:217.89 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:38.353: busy:paused for user interaction
    Recv:10:11:38.468: T:217.33 /-220 B:55.02 /55 B@:112 @:0 T0:217.33 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:39.500: T:216.67 /-220 B:55.02 /55 B@:111 @:0 T0:216.67 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.51 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:40.355: busy:paused for user interaction
    Recv:10:11:40.533: T:216.00 /-220 B:55.02 /55 B@:110 @:0 T0:216.00 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:41.565: T:215.22 /-220 B:55.07 /55 B@:99 @:0 T0:215.22 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:42.355: busy:paused for user interaction
    Recv:10:11:42.597: T:214.44 /-220 B:55.02 /55 B@:94 @:0 T0:214.44 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:43.629: T:213.67 /-220 B:55.02 /55 B@:121 @:0 T0:213.67 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:44.353: busy:paused for user interaction
    Recv:10:11:44.661: T:212.89 /-220 B:55.02 /55 B@:106 @:0 T0:212.89 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.46 /0 @3:0
    Recv:10:11:45.690: T:212.11 /-220 B:55.07 /55 B@:95 @:0 T0:212.11 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:46.352: busy:paused for user interaction
    Recv:10:11:46.722: T:211.33 /-220 B:55.02 /55 B@:104 @:0 T0:211.33 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:47.754: T:210.56 /-220 B:55.02 /55 B@:102 @:0 T0:210.56 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:48.355: busy:paused for user interaction
    Recv:10:11:48.786: T:209.78 /-220 B:55.02 /55 B@:101 @:0 T0:209.78 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:49.818: T:209.00 /-220 B:55.02 /55 B@:100 @:0 T0:209.00 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:50.354: busy:paused for user interaction
    Recv:10:11:50.850: T:208.11 /-220 B:55.02 /55 B@:99 @:0 T0:208.11 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:51.882: T:207.44 /-220 B:55.02 /55 B@:83 @:0 T0:207.44 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:52.389: busy:paused for user interaction
    Recv:10:11:52.915: T:206.67 /-220 B:55.02 /55 B@:111 @:0 T0:206.67 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:53.947: T:205.78 /-220 B:55.02 /55 B@:96 @:0 T0:205.78 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:11:54.388: busy:paused for user interaction
    Recv:10:11:54.979: T:205.11 /-220 B:55.02 /55 B@:95 @:0 T0:205.11 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:11:56.011: T:204.22 /-220 B:55.02 /55 B@:94 @:0 T0:204.22 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:11:56.387: busy:paused for user interaction
    Recv:10:11:57.043: T:203.56 /-220 B:55.07 /55 B@:84 @:0 T0:203.56 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:11:58.075: T:202.78 /-220 B:55.02 /55 B@:92 @:0 T0:202.78 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:11:58.386: busy:paused for user interaction
    Recv:10:11:59.108: T:202.00 /-220 B:55.02 /55 B@:92 @:0 T0:202.00 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.45 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:00.136: T:201.33 /-220 B:55.02 /55 B@:92 @:0 T0:201.33 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:00.389: busy:paused for user interaction
    Recv:10:12:01.168: T:200.56 /-220 B:54.98 /55 B@:101 @:0 T0:200.56 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.45 /0 @2:0 T3:31.40 /0 @3:0
    Recv:10:12:02.200: T:199.79 /-220 B:54.98 /55 B@:101 @:0 T0:199.79 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:02.388: busy:paused for user interaction
    Recv:10:12:03.232: T:199.06 /-220 B:54.98 /55 B@:116 @:0 T0:199.06 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:04.265: T:198.44 /-220 B:54.98 /55 B@:102 @:0 T0:198.44 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:04.387: busy:paused for user interaction
    Recv:10:12:05.297: T:197.71 /-220 B:54.98 /55 B@:103 @:0 T0:197.71 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:06.329: T:196.98 /-220 B:54.98 /55 B@:103 @:0 T0:196.98 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:06.422: busy:paused for user interaction
    Recv:10:12:07.361: T:196.35 /-220 B:54.98 /55 B@:104 @:0 T0:196.35 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:08.393: T:195.73 /-220 B:55.02 /55 B@:80 @:0 T0:195.73 /-220 @0:0 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:08.421: busy:paused for user interaction
    Recv:10:12:09.425: T:195.00 /-220 B:55.02 /55 B@:109 @:0 T0:195.00 /-220 @0:0 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:10.420: busy:heating
    Recv:10:12:10.458: T:194.38 /220 B:54.98 /55 B@:105 @:255 T0:194.38 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:11.490: T:193.75 /220 B:55.02 /55 B@:81 @:255 T0:193.75 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:12.423: busy:heating
    Recv:10:12:12.522: T:193.13 /220 B:54.98 /55 B@:105 @:255 T0:193.13 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:13.554: T:192.60 /220 B:54.98 /55 B@:105 @:255 T0:192.60 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:14.422: busy:heating
    Recv:10:12:14.586: T:192.19 /220 B:54.98 /55 B@:105 @:255 T0:192.19 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.34 /0 @3:0
    Recv:10:12:15.618: T:192.08 /220 B:55.02 /55 B@:110 @:255 T0:192.08 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:16.421: busy:heating
    Recv:10:12:16.651: T:192.19 /220 B:55.02 /55 B@:81 @:255 T0:192.19 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:17.679: T:192.40 /220 B:55.02 /55 B@:109 @:255 T0:192.40 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:18.423: busy:heating
    Recv:10:12:18.711: T:192.81 /220 B:55.02 /55 B@:80 @:255 T0:192.81 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.38 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:19.743: T:193.23 /220 B:55.02 /55 B@:93 @:255 T0:193.23 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.27 /0 @3:0
    Recv:10:12:20.455: busy:heating
    Recv:10:12:20.776: T:193.85 /220 B:55.02 /55 B@:92 @:255 T0:193.85 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:21.808: T:194.48 /220 B:55.07 /55 B@:81 @:255 T0:194.48 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:22.454: busy:heating
    Recv:10:12:22.840: T:195.21 /220 B:55.02 /55 B@:76 @:255 T0:195.21 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:23.872: T:195.94 /220 B:55.02 /55 B@:103 @:255 T0:195.94 /220 @0:255 D0:6 T1:31.91 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:24.453: busy:heating
    Recv:10:12:24.904: T:196.77 /220 B:55.02 /55 B@:88 @:255 T0:196.77 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:25.936: T:197.50 /220 B:55.02 /55 B@:87 @:255 T0:197.50 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:26.456: busy:heating
    Recv:10:12:26.969: T:198.23 /220 B:55.02 /55 B@:86 @:255 T0:198.23 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:28.001: T:199.06 /220 B:55.02 /55 B@:85 @:255 T0:199.06 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.21 /0 @3:0
    Recv:10:12:28.455: busy:heating
    Recv:10:12:29.033: T:199.79 /220 B:55.02 /55 B@:69 @:255 T0:199.79 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:30.065: T:200.67 /220 B:55.02 /55 B@:97 @:255 T0:200.67 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:30.453: busy:heating
    Recv:10:12:31.097: T:201.44 /220 B:55.02 /55 B@:82 @:255 T0:201.44 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:32.126: T:202.22 /220 B:55.02 /55 B@:81 @:255 T0:202.22 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.32 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:32.456: busy:heating
    Recv:10:12:33.158: T:203.11 /220 B:55.02 /55 B@:80 @:255 T0:203.11 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:34.190: T:203.89 /220 B:55.02 /55 B@:80 @:255 T0:203.89 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:34.488: busy:heating
    Recv:10:12:35.222: T:204.67 /220 B:55.02 /55 B@:79 @:255 T0:204.67 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:36.254: T:205.44 /220 B:54.98 /55 B@:88 @:255 T0:205.44 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:36.491: busy:heating
    Recv:10:12:37.286: T:206.33 /220 B:55.02 /55 B@:78 @:255 T0:206.33 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:38.319: T:207.11 /220 B:54.98 /55 B@:87 @:255 T0:207.11 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:38.490: busy:heating
    Recv:10:12:39.351: T:207.89 /220 B:55.02 /55 B@:91 @:255 T0:207.89 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:40.383: T:208.67 /220 B:54.98 /55 B@:72 @:255 T0:208.67 /220 @0:255 D0:6 T1:31.85 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:40.489: busy:heating
    Recv:10:12:41.415: T:209.44 /220 B:55.02 /55 B@:91 @:255 T0:209.44 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.15 /0 @3:0
    Recv:10:12:42.447: T:210.11 /220 B:54.98 /55 B@:86 @:255 T0:210.11 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.08 /0 @3:0
    Recv:10:12:42.491: busy:heating
    Recv:10:12:43.479: T:210.89 /220 B:55.02 /55 B@:62 @:255 T0:210.89 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.08 /0 @3:0
    Recv:10:12:44.490: busy:heating
    Recv:10:12:44.508: T:211.67 /220 B:55.02 /55 B@:76 @:255 T0:211.67 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.08 /0 @3:0
    Recv:10:12:45.540: T:212.33 /220 B:54.98 /55 B@:85 @:255 T0:212.33 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.08 /0 @3:0
    Recv:10:12:46.489: busy:heating
    Recv:10:12:46.572: T:213.11 /220 B:54.98 /55 B@:100 @:255 T0:213.11 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.25 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:47.604: T:213.78 /220 B:55.02 /55 B@:76 @:255 T0:213.78 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:48.521: busy:heating
    Recv:10:12:48.636: T:214.44 /220 B:55.02 /55 B@:62 @:255 T0:214.44 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:49.668: T:215.22 /220 B:55.02 /55 B@:76 @:255 T0:215.22 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:50.520: busy:heating
    Recv:10:12:50.701: T:215.89 /220 B:55.02 /55 B@:76 @:255 T0:215.89 /220 @0:255 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:51.733: T:216.56 /220 B:54.98 /55 B@:100 @:255 T0:216.56 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:52.522: busy:heating
    Recv:10:12:52.765: T:217.22 /220 B:54.98 /55 B@:86 @:255 T0:217.22 /220 @0:255 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:53.793: T:217.89 /220 B:54.98 /55 B@:87 @:254 T0:217.89 /220 @0:254 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:54.521: busy:heating
    Recv:10:12:54.825: T:218.56 /220 B:54.98 /55 B@:87 @:238 T0:218.56 /220 @0:238 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:55.857: T:219.00 /220 B:54.98 /55 B@:88 @:228 T0:219.00 /220 @0:228 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:56.524: busy:paused for user interaction
    Recv:10:12:56.890: T:219.89 /220 B:55.02 /55 B@:78 @:206 T0:219.89 /220 @0:206 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:57.922: T:220.58 /220 B:55.02 /55 B@:63 @:189 T0:220.58 /220 @0:189 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:12:58.523: busy:paused for user interaction
    Recv:10:12:58.954: T:221.17 /220 B:55.02 /55 B@:92 @:171 T0:221.17 /220 @0:171 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:12:59.986: T:221.75 /220 B:55.02 /55 B@:63 @:163 T0:221.75 /220 @0:163 D0:6 T1:31.78 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:13:00.522: busy:paused for user interaction
    Recv:10:13:01.018: T:222.34 /220 B:55.02 /55 B@:77 @:145 T0:222.34 /220 @0:145 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:02.046: T:222.81 /220 B:54.98 /55 B@:86 @:138 T0:222.81 /220 @0:138 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:13:02.525: busy:paused for user interaction
    Recv:10:13:03.080: T:223.16 /220 B:55.02 /55 B@:90 @:124 T0:223.16 /220 @0:124 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:13:04.111: T:223.51 /220 B:54.98 /55 B@:87 @:109 T0:223.51 /220 @0:109 D0:6 T1:31.72 /0 @1:0 T2:30.19 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:04.524: busy:paused for user interaction
    Recv:10:13:05.143: T:223.74 /220 B:54.98 /55 B@:87 @:106 T0:223.74 /220 @0:106 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:31.02 /0 @3:0
    Recv:10:13:06.175: T:223.98 /220 B:55.02 /55 B@:77 @:102 T0:223.98 /220 @0:102 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:06.580: busy:paused for user interaction
    Recv:10:13:07.207: T:224.09 /220 B:55.02 /55 B@:77 @:100 T0:224.09 /220 @0:100 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:08.239: T:224.09 /220 B:55.02 /55 B@:77 @:93 T0:224.09 /220 @0:93 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:08.579: busy:paused for user interaction
    Recv:10:13:09.268: T:224.09 /220 B:55.02 /55 B@:61 @:94 T0:224.09 /220 @0:94 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:10.300: T:224.09 /220 B:55.02 /55 B@:90 @:86 T0:224.09 /220 @0:86 D0:6 T1:31.66 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:10.578: busy:paused for user interaction
    Recv:10:13:11.332: T:223.98 /220 B:54.98 /55 B@:71 @:81 T0:223.98 /220 @0:81 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:12.364: T:223.74 /220 B:54.98 /55 B@:85 @:98 T0:223.74 /220 @0:98 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:12.581: busy:paused for user interaction
    Recv:10:13:13.396: T:223.63 /220 B:55.02 /55 B@:75 @:85 T0:223.63 /220 @0:85 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:14.429: T:223.39 /220 B:55.02 /55 B@:75 @:84 T0:223.39 /220 @0:84 D0:6 T1:31.66 /0 @1:0 T2:30.13 /0 @2:0 T3:30.96 /0 @3:0
    Recv:10:13:14.579: busy:paused for user interaction
    Recv:10:13:15.461: T:223.16 /220 B:54.98 /55 B@:99 @:92 T0:223.16 /220 @0:92 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:16.493: T:222.92 /220 B:55.02 /55 B@:75 @:101 T0:222.92 /220 @0:101 D0:6 T1:31.66 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:16.578: busy:paused for user interaction
    Recv:10:13:17.521: T:222.69 /220 B:55.02 /55 B@:60 @:83 T0:222.69 /220 @0:83 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:18.553: T:222.34 /220 B:55.02 /55 B@:75 @:105 T0:222.34 /220 @0:105 D0:6 T1:31.66 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:18.577: busy:paused for user interaction
    Recv:10:13:19.586: T:222.11 /220 B:54.98 /55 B@:84 @:97 T0:222.11 /220 @0:97 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:20.597: busy:paused for user interaction
    Recv:10:13:20.605: T:221.87 /220 B:55.02 /55 B@:75 @:109 T0:221.87 /220 @0:109 D0:6 T1:31.66 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:21.650: T:221.52 /220 B:55.02 /55 B@:75 @:105 T0:221.52 /220 @0:105 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:22.616: busy:paused for user interaction
    Recv:10:13:22.682: T:221.29 /220 B:54.98 /55 B@:99 @:108 T0:221.29 /220 @0:108 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:23.694: T:221.05 /220 B:54.98 /55 B@:86 @:120 T0:221.05 /220 @0:120 D0:6 T1:31.72 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:24.615: busy:paused for user interaction
    Recv:10:13:24.742: T:220.82 /220 B:54.98 /55 B@:86 @:115 T0:220.82 /220 @0:115 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:25.775: T:220.58 /220 B:54.98 /55 B@:87 @:119 T0:220.58 /220 @0:119 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:26.614: busy:paused for user interaction
    Recv:10:13:26.807: T:220.35 /220 B:54.98 /55 B@:87 @:124 T0:220.35 /220 @0:124 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:27.839: T:220.12 /220 B:55.02 /55 B@:63 @:129 T0:220.12 /220 @0:129 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:28.612: busy:paused for user interaction
    Recv:10:13:28.871: T:219.89 /220 B:55.02 /55 B@:91 @:135 T0:219.89 /220 @0:135 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:29.903: T:219.78 /220 B:55.02 /55 B@:77 @:128 T0:219.78 /220 @0:128 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:30.615: busy:paused for user interaction
    Recv:10:13:30.935: T:219.67 /220 B:55.02 /55 B@:62 @:132 T0:219.67 /220 @0:132 D0:6 T1:31.72 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:31.968: T:219.56 /220 B:54.98 /55 B@:86 @:135 T0:219.56 /220 @0:135 D0:6 T1:31.72 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:32.614: busy:paused for user interaction
    Recv:10:13:32.996: T:219.56 /220 B:55.02 /55 B@:76 @:136 T0:219.56 /220 @0:136 D0:6 T1:31.72 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:34.028: T:219.44 /220 B:55.02 /55 B@:91 @:140 T0:219.44 /220 @0:140 D0:6 T1:31.72 /0 @1:0 T2:30.13 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:34.638: busy:paused for user interaction
    Recv:10:13:35.060: T:219.33 /220 B:55.02 /55 B@:76 @:135 T0:219.33 /220 @0:135 D0:6 T1:31.72 /0 @1:0 T2:30.06 /0 @2:0 T3:30.89 /0 @3:0
    Recv:10:13:36.092: T:219.33 /220 B:55.02 /55 B@:61 @:145 T0:219.33 /220 @0:145 D0:6 T1:31.66 /0 @1:0 T2:30.00 /0 @2:0 T3:30.83 /0 @3:0
    Recv:10:13:36.808: busy:processing
    Recv:10:13:37.124: T:219.22 /220 B:55.02 /55 B@:75 @:140 T0:219.22 /220 @0:140 D0:6 T1:31.66 /0 @1:0 T2:30.00 /0 @2:0 T3:30.83 /0 @3:0
    Recv:10:13:37.906: X:0.00 Y:0.00 Z:10.000 E:0.0000
    Recv:10:13:38.156: T:219.22 /220 B:55.02 /55 B@:75 @:150 T0:219.22 /220 @0:150 D0:6 T1:31.66 /0 @1:0 T2:30.06 /0 @2:0 T3:30.83 /0 @3:0
    Recv:10:13:38.869: busy:processing
    Recv:10:13:39.185: T:219.22 /220 B:55.02 /55 B@:75 @:143 T0:219.22 /220 @0:143 D0:6 T1:31.66 /0 @1:0 T2:30.00 /0 @2:0 T3:30.83 /0 @3:0
    Recv:10:13:39.237: Jam control disabled:0
    Recv:10:13:39.237: // action:resume
    Recv:10:13:39.438: ok 23
    Send:10:13:39.438: N29 M104 S0 T0
    Recv:10:13:39.540: ok 24
    Recv:10:13:39.651: ok 25
    Send:10:13:39.651: N30 M117 ETE 00:20:57
    Recv:10:13:39.655: ok 26
    Recv:10:13:39.655: ok 27
    Send:10:13:39.655: N31 M532 X1.6494 L0
    Send:10:13:39.655: N32 G1 E0.0000 F1800
    Send:10:13:39.656: N33 G92 E0.0000
    Recv:10:13:39.757: ok 28
    Send:10:13:39.758: N34 G1 X21.804 Y70.279 E0.2422 F703
    Recv:10:13:40.217: T:219.22 /220 B:55.02 /55 B@:75 @:144 T0:219.22 /220 @0:144 D0:6 T1:31.66 /0 @1:0 T2:30.00 /0 @2:0 T3:30.83 /0 @3:0
    Recv:10:13:40.724: TargetExtr0:0
    Recv:10:13:40.757: Printed filament:19607.60m Printing time:144 days 9 hours 59 min
    Recv:10:13:40.757: ok 29
    Recv:10:13:40.757: TargetExtr0:0
    Recv:10:13:40.761: ok 30
  • Helpful. Please see pm for some extra info so i can reproduce for sure.
  • Ok I could reproduce and identify the problem. The problem is that firmware remembers old tempeature by negating it and the gui knob ha sminimum value 0. So once it sees -180 it sends M104 S0.

    I think I have a solution for this I can implement for next release.
  • Fantastic. Thank you.
  • As intermediate solution select before final continue temperature with 1 ° difference so it sends new M104 with correct temperature.
  • Thanks. That appears to work. Don't even have to change the temperature. Just selecting the desired temperature works.
    Thanks again.
Sign In or Register to comment.