Page 1 of 2
Feature Request: Linear Advance
Posted: Sat Feb 24, 2018 3:21 pm
by mark_3d
Is it possible to insert a beahavior like the linear advance used in marlin firmware that will give the print a little bit more quality?
Re: Feature Request: Linear Advance
Posted: Sun Feb 25, 2018 5:23 am
by rrdavis
I have used this in the past. From what I remember, I just had to add a "M900 K30" command in the starting script and make sure it was enabled in my firmware.
Re: Feature Request: Linear Advance
Posted: Sun Feb 25, 2018 5:33 am
by blackbird2016
Rrdavis is right.
Given your printers firmware supports linear advance (Prusa e.g.)
Just add the M900 Kxx command in to the start script where xx will be your k for any given material.
Re: Feature Request: Linear Advance
Posted: Sun Feb 25, 2018 9:17 am
by mark_3d
How to ceck if it's enabled in my firmware? i have a Rasie3d N2 duale Extruder.
Re: Feature Request: Linear Advance
Posted: Mon Feb 26, 2018 2:05 am
by rrdavis
Try asking the manufacturer
Re: Feature Request: Linear Advance
Posted: Mon Feb 26, 2018 6:57 am
by zemlin
mark_3d wrote:How to ceck if it's enabled in my firmware? i have a Rasie3d N2 duale Extruder.
The firmware currently published by RAISE does not have Linear Advance enabled, but users have posted firmware on the RAISE forum.
http://forum.raise3d.com/viewtopic.php?f=3&t=6244
Re: Feature Request: Linear Advance
Posted: Tue Feb 27, 2018 12:09 pm
by SDX
Linear Advance would be very difficult to implement within a slicer-software. It would at least double your g-code.
Re: Feature Request: Linear Advance
Posted: Sun Mar 11, 2018 11:10 am
by wbarber69
SDX wrote: ↑Tue Feb 27, 2018 12:09 pm
Linear Advance would be very difficult to implement within a slicer-software. It would at least double your g-code.
Craftware does it. quite well, and doesnt need the firmware to support it
Re: Feature Request: Linear Advance
Posted: Mon Mar 12, 2018 5:35 am
by arhi
wbarber69 wrote: ↑Sun Mar 11, 2018 11:10 am
SDX wrote: ↑Tue Feb 27, 2018 12:09 pm
Linear Advance would be very difficult to implement within a slicer-software. It would at least double your g-code.
Craftware does it. quite well, and doesnt need the firmware to support it
you sure it's the same thing?
Re: Feature Request: Linear Advance
Posted: Wed Sep 23, 2020 12:34 am
by Omikron
Looking through the posts I didn't see if this feature was acknowledged as planned for next release (whenever that may be) but +1 for per-material LA settings. Every other slicer I use has it, and it's lack is one of the reasons I don't use S3D as often anymore.