Aldo Hoeben
Aldo Hoeben
My plugin is just the "glue" between Cura and the Arc Welder algorithm. I have basic knowledge of what the ArcWelderlib does, but for indepth questions about the settings for...
From the ArcWelderlib readme: > If you are running (...) Klipper, you might consider enabling Firmware Compensation. This is dependent on your firmware settings, but in general you will want...
Is the order of the images correct? I see what looks like an underextruded horizontal line (outer wall) in the last two images, but not the first (it seems to...
Let me ping @FormerLurker who created the actual [magic](https://github.com/FormerLurker/ArcWelderLib) that processes the gcode, to see if he has any ideas.
The next release of the plugin will come with a new version of the ArcWelder command line tool, and I will change the default value to reflect the default value...
Specifying values in the .def.json file is going to be hard to impossible to support in this plugin, because the .def.json is loaded and parsed before the plugin adds its...
I'm considering this as "not a bug", but I'll keep the issue open as an "enhancement"/feature request. I never intended the plugin values to be set in the printer definition...
This is true for all postprocessing-type plugins. It may be hard to fix this from inside the plugin, but I will keep looking for a way to detect which filewriter...
Not unless you want to change how Cura works internally ;-) Like I said, this is true for all postprocessing-type plugins, including the postprocessor that ships with Cura. It needs...
Does this need a note about which versions of Klipper need which syntax, or does the new syntax work for all versions?