1

Topic: cold extrusion

Hi,

I'am running Da Vinci 1.0 with repetere 0.92 firmware. I'am in the process of converting it to Bowden extruder so I was wondering, is there a way to enable cold extrusion in repetere? It is really annoying that in order to test my E steps I have to first heat up the extruder and only then can I extrude manually from repetre host.

2

Re: cold extrusion

arturnoole163 wrote:

Hi,

I'am running Da Vinci 1.0 with repetere 0.92 firmware. I'am in the process of converting it to Bowden extruder so I was wondering, is there a way to enable cold extrusion in repetere? It is really annoying that in order to test my E steps I have to first heat up the extruder and only then can I extrude manually from repetre host.

Your line in question: Line 955:

#define MIN_EXTRUDER_TEMP 170

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

3

Re: cold extrusion

Ok thanks. I was hoping there is something like a gcode command I could use to temporarily enable cold extrusion.

4

Re: cold extrusion

arturnoole163 wrote:

Ok thanks. I was hoping there is something like a gcode command I could use to temporarily enable cold extrusion.


Change has to be made at firmware level..

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

5 (edited by luc 2015-07-07 09:18:19)

Re: cold extrusion

try this one : M302 S<0 or 1> - allow cold extrusion. Without S parameter it will allow. S1 will disallow.

FYR: https://github.com/luc-github/Repetier- … petier.ino

6

Re: cold extrusion

luc wrote:

try this one : M302 S<0 or 1> - allow cold extrusion. Without S parameter it will allow. S1 will disallow.

FYR: https://github.com/luc-github/Repetier- … petier.ino

Did not work for me, but never-mind, decided do just calibrate whit hot extruder, it just wasn't wort flashing the firmware for the calibration.