Page 1 of 1

Rostock v4 Error code M141

Posted: Fri Aug 02, 2019 9:33 am
by SLB
Hi everybody, Im new to Rostock printers and intermediate to 3d printing. I use a Rostock V4 at work and Im getting an error that keeps coming up. Error code "M141, No chamber heater has been configured for slot 0" anybody have an idea what this is???
Thanks for any replies.

Re: Rostock v4 Error code M141

Posted: Sat Aug 03, 2019 6:46 pm
by geneb
Check to make sure that your slicing software isn't adding an M141 call - you might have accidentally told it you've got a chamber heater, which would trigger the inclusion of the M141 code.

g.

Re: Rostock v4 Error code M141

Posted: Sun Aug 11, 2019 11:16 am
by DDXdesign
I've started getting this too in the past week, repeatedly. The only change on my end is that I upgraded Cura from 4.1 to 4.2.1 so maybe it's a default in there.

Re: Rostock v4 Error code M141

Posted: Sun Aug 11, 2019 1:20 pm
by SLB
DDXdesign wrote: Sun Aug 11, 2019 11:16 am I've started getting this too in the past week, repeatedly. The only change on my end is that I upgraded Cura from 4.1 to 4.2.1 so maybe it's a default in there.
I think your on to something with this, I didn't think of that but I also upgraded recently. Thanks!

Re: Rostock v4 Error code M141

Posted: Sat Sep 14, 2019 11:53 am
by Michail1
The upgrade from 4.1 to 4.2.1 is the cause of the problem.
Take a look at the gcode files you're producing. You will notice a M141 S28 has been added by 4.2.1.
You can either take out the M141 S28 completely or change it to M141 S0

To solve the problem completely, simply change the default in the software to 0 in order to prevent it from happening in all the files you slice with Cura 4.2.1

Why they made the default change in the Cura upgrade? No idea. Pretty stupid to have a default installation/upgrade that probably is against MOST ALL printers out today.

In Cura settings...
Fine any reference to Build Volume Temperature. Either uncheck to put in a 0.
Save/Close. Reload and you will see that gcode files will now be made with S0 instead of S28.