Skip to content

sharkovich/Cura-LinearAdvanceSettingPlugin

 
 

Repository files navigation

LinearAdvanceSettingPlugin

This plugin adds a setting named "Linear Advance Factor" to the Material category in the Custom print setup of Cura.

If the start gcode doesn't include an M900 statement to set the linear advance parameters, a single G-code line is added before the start G-code:

...
M900 K{material_linear_advance_factor}
...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%