Way to extrude filament without using motors?

Hi,

I am working on a school project. I am using a OneUp v2 printer. I was wondering if there were any possible ways to make the printer extrude filament without making any of the motors move. Is it possible to use a G-Code command?

Comments

  • Assuming you mean without all of the motors EXCEPT the extruder motor. You could connect to your printer with either pronterface or repetier host and use the GUI to set an appropriate temperature for your filament, then extrude same filament at a given speed. 

    You could also use M104 to heat your nozzle then use G1 to extrude some filament. Examples of how to use these can be found here. But basically it would work like this:

    M104 S190 ; Heat the nozzle to 190
    G1 F200 E20 ; Move 20mm of feed stock at a speed of 20 mm/s 
Sign In or Register to comment.