FYI: if you use cura to generate gcode

Post Reply
bob64
Printmaster!
Posts: 89
Joined: Sun Jul 20, 2014 8:45 pm

FYI: if you use cura to generate gcode

Post by bob64 »

Put M83 right after G91 in end g-code to prevent your extruder retracting all the way and unloading your filament after your print is done.
Rostock Max V2 with mods:
E3d v6 with 713maker mount & e3d titan extruder
Tricklaser CF arms, heat spreader, tricktrucks, fly-n-strude, metal carriage & effector
Duet v.8.5.0
24v MeanWell 750w PS & Cydom D1D40 SSR in parallel with stock 12v PS
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: FYI: if you use cura to generate gcode

Post by geneb »

This tells the firmware on the RAMBo that the extrude commands will be relative and not absolute values. Regardless of slicer, it's always a good idea to explicitly tell your controller what extrusion method your slicer is using.

Now, the .64 question is, is there any difference in performance or quality between absolute and relative extrusion? :)

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
User avatar
mhackney
ULTIMATE 3D JEDI
Posts: 5391
Joined: Mon Mar 26, 2012 4:15 pm
Location: MA, USA
Contact:

Re: FYI: if you use cura to generate gcode

Post by mhackney »

None whatsoever - I've actually tested this on Slic3r and KISS. The advantage of relative extrusion is that it makes it easier to cut and past layers from multiple gcode files to create hybrid gcode. I do this quite a bit on my fly reels to get special effects or properties.

Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art

Start Here:
A Strategy for Successful (and Great) Prints

Strategies for Resolving Print Artifacts

The Eclectic Angler
Polygonhell
ULTIMATE 3D JEDI
Posts: 2417
Joined: Mon Mar 26, 2012 1:44 pm
Location: Redmond WA

Re: FYI: if you use cura to generate gcode

Post by Polygonhell »

mhackney wrote:None whatsoever - I've actually tested this on Slic3r and KISS. The advantage of relative extrusion is that it makes it easier to cut and past layers from multiple gcode files to create hybrid gcode. I do this quite a bit on my fly reels to get special effects or properties.
Been a while since I looked at generated GCode, but, most slicers used to insert a G92 E0 between layers with absolute extrusion, do they not still do that?
It seems that would negate that particular advantage.

The real advantage of relative extrusion (if there is one) is it has consistent accuracy, since the slicer parses the extruder position as a float, accuracy of the value changes based on the size of the number, it would make very little if any difference over a layers worth of extrusion, but might make some marginal difference over a print if it's not reset between layers.
With relative, you can lose cumulative steps, but it's going to be irrelevant.
Post Reply

Return to “Duet”