Notifications
Clear all
Doesn't extrude below 190 degrees
Hello guys, I have a filament which I print at 190 degrees, but apparently, the printer will refuse to extrude at 190 degrees and below. I believe that this is a software issue as it started to extrude when I set it to 191 degrees. Are there any ways to remove this restriction, or say adjust it to 185 degrees?
Posted : 20/01/2018 5:12 am
Re: Doesn't extrude below 190 degrees
It is decided by the row
#define EXTRUDE_MINTEMP 190
in Configuration_prusa.h
It can be overridden by the M302 command, like so.
M302 ; always allow extrusion
M302 S190 ; change back to only allow extrusion above 190 degrees
Posted : 20/01/2018 7:52 am