Skip to content

fieldOfView/Cura-LinearAdvanceSettingPlugin

Repository files navigation

LinearAdvanceSettingPlugin

This plugin adds a setting named "Linear Advance Factor", and a number of feature-specific subsettings to the Material category in the Custom print setup of Cura. The plugin inserts M900 commands in the Gcode to set the Linear Advance Factor for Marlin-based printers (that have the LIN_ADVANCE feature enabled) or M572 to set the Pressure Advance Factor for RepRap based printers.

For more information about Linear Advance, see the Marlin documentation: http://marlinfw.org/docs/features/lin_advance.html For more information about Pressure Advance, see the Duet documentation: https://duet3d.dozuki.com/Wiki/Pressure_advance

Users of Klipper can add the following lines to their printer.cfg:

[gcode_macro m900]
default_parameter_K: 0
gcode:
  SET_PRESSURE_ADVANCE ADVANCE={K}

About

A Cura plugin that adds a Linear Advance Factor setting for use in start gcode snippets

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages