Print start without setting temperature of Bed and Nozzle

What is the problem?

When I start a print using Prusa Slicer and Octopie on my Raspberry Pie 4+ who has 4 Gig of Ram, the first command are

M107
M190 P65 ; set bed temperature and wait for it to be reached
M104 P215 ; set temperature

It never set the bed temperature neither de nozzle temp. If I try to send the command via the Terminal, it does not work has well. I can send other command and they work fine.

What did you already try to solve it?

I try in Safe Mode and Normal Mode. I update via ssh connection the firmware of the Raspberry Pie. I try to update Octoprint even if I knew I had the Last Update via this command : 1. ~/oprint/bin/pip install -U octoprint.

Have you tried running in safe mode?

Yes without success.

Did running in safe mode solve the problem?

Nope

Complete Logs

octoprint.log, serial.log or output on terminal tab at a minimum, browser error console if UI issue ... no logs, no support! Not log excerpts, complete logs.)

WRITE HERE

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

Version 0.18. Printer is Ender 3 V2, version 1.0.2, I'm using Safari on MacOS

Thanks

Daniel

Could you share the gcode file?

Another good thing to enable is serial.log, under settings > serial connection > scroll to enable serial logging.

Then start the print again, find the problem and it will be captured in the serial.log file. Please upload this here.

1 Like

Hint: It's Pi - not Pie - you can't eat it :wink:

1 Like

Thanks for the quick answer

This is the serial log that I have when I do a M190 P65

2021-03-06 19:04:20,085 - serial.log is currently not enabled, you can enable it via Settings > Serial Connection > Log communication to serial.log
2021-03-06 19:10:18,477 - Enabling serial logging
2021-03-06 19:10:19,049 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:19,050 - Recv:
2021-03-06 19:10:21,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:21,050 - Recv:
2021-03-06 19:10:23,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:23,049 - Recv:
2021-03-06 19:10:23,962 - Send: M190 P65
2021-03-06 19:10:23,981 - Recv: ok
2021-03-06 19:10:25,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:25,049 - Recv:
2021-03-06 19:10:27,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:27,049 - Recv:
2021-03-06 19:10:29,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:29,049 - Recv:
2021-03-06 19:10:31,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:31,049 - Recv:
2021-03-06 19:10:33,053 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:33,054 - Recv:
2021-03-06 19:10:35,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2121.21 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:35,049 - Recv:
2021-03-06 19:10:37,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2121.21 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:37,049 - Recv:
2021-03-06 19:10:39,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:39,049 - Recv:
2021-03-06 19:10:41,047 - Recv: TT::18.7518.75 //0.000.00 BB::21.2521.25 //0.000.00 @@::00 BB@@::00
2021-03-06 19:10:41,049 - Recv:

Complete g-code file is attached but since it doesn't work in the Terminal window, it is not working when trying to print as well. Command to move axis, command to print are working.

Forget to tell that I reinstalled Octopi to my raspberrypi from scratch before trying again.

SmartTemperatureTower_PLA_Plus_195-235.gcode (2.1 MB)

Could you please attach the complete serial.log as file? Thank you!

Curious is, that the printer firmware does not register the heatbed temperature of 65°C.
It stays at 0°C (= off)

Can you set the temperatures at the printer's menu panel?

Ok. I found the problem.

When I created the Octoprint printer in the Prusa Slicer, it defaulted the G-Code flavor to MachineKit. So it didn't put the right command for the Set Bed Temperature and the Set Nozzle Temp. So my print was starting immediately and the temp never changed.

So if you use Prusa Slicer, look for this G-Code Flavor. It needs to be set for the Printer and for the Octoprint Printer as well

Thanks for the help.

Daniel

1 Like