1.2.0 #78
Replies: 9 comments 11 replies
-
On my macOS 10.12.6 (Sierra) virtual machine, the macOS binary gives the following output:
I don't know if this also happens on newer macOS versions. It would be good to hear from someone testing this on an actual mac. Compiling the binary from source works like a charm. Here's my compiled version: |
Beta Was this translation helpful? Give feedback.
-
Thanks @fieldOfView! I've attached your build to the release. At some point I'll have to figure out what's wrong with the macOs part of the github action. Also, if you have the time, would you be willing to compile ArcStraightener (InverseProcessor)? If so, I'll attach that to the release as well. Also, I haven't forgotten about the API call for the ArcWelder Octoprint plugin. I'll be working on that over the holiday. |
Beta Was this translation helpful? Give feedback.
-
I had already built it, but forgot to put both in a single archive. Here's ArcStraightener: |
Beta Was this translation helpful? Give feedback.
-
The readme.md doesn't reflect the changes in 1.2.0 yet. |
Beta Was this translation helpful? Give feedback.
-
@fieldOfView, I am thinking about switching the version to 2.0, since I made a couple potentially breaking changes. There are some new restrictions on settings that might require some slight adjustments to your plugins. However, the result is a console app that's less likely to encounter any issues due to bad parameter selection. I still need to do a bit more testing before I push. I'll keep you posted. |
Beta Was this translation helpful? Give feedback.
-
@FormerLurker Using Windows 11 + SuperSlicer... Before I have ran this Post-Processing: arcwelder.exe - p -z -r=0.05 --g90-influences-extruder; but now it fails... What need to be changed to make it work again? |
Beta Was this translation helpful? Give feedback.
-
I realized after I published that I made a few breaking changes to some of the command line parameters (which is why I will re-release as v2.0). The -p parameter is no longer a flag, but supports three values: -p=NONE (this is what -p used to do by itself) - No progress updates Regarding the non-plannar project, I have not yet gotten to this, but I hope to eventually. Thanks for your comment! |
Beta Was this translation helpful? Give feedback.
-
Can you please release a 32bit version as well? Thank you! |
Beta Was this translation helpful? Give feedback.
-
In december, you pushed a commit with the description "Version 2.0" (0cb6087), but you did not tag a release. Is version 2.0 far off? If so, I'll make an intermediate release of my Cura plugin with the 1.2 version. But I can also wait patiently. |
Beta Was this translation helpful? Give feedback.
-
At long last a new version of ArcWelderLib, ArcWelder Console, the Inverse Processor, and the associated libraries are available!
Please report any feedback in the discussion created for this release.
Enhancements
Arc Welder Console Argument Changes
New arguments are available for the console version of ArcWelder:
Arc Straightener (Inverse Processor) Argument Changes
This has been COMPLETELY overhauled. It's quite difficult to test these functions, so I'd appreciate any feedback you have.
Note - Not all of the following arguments are supported by all firmware implementations. Use the --print-firmware-defaults to see if the selected firmware supports these options.
Important Notes about Binaries
The MacOs version may or may not work. I've had problems building for MacOs for a long while. If an issue is detected, and someone provides me a working build, I'll attach it.
The Raspbian version does not output the correct version info or branch, but it does include the correct build date. This is because it is built remotely on a Raspberry Pi, which does not include git info. I'll work to remedy this.
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions