Arc Overhangs, this may be a big step
RE: Arc Overhangs, this may be a big step
Hello,
I'm trying to test this script "arc overhangs" but I don't understand which files I have to upload on github.com:
"stmcculloch/arc-overhang" or "nicolai-wachenschwan/arc-overhang-prusaslicer-integration".
Is there a simple tutorial that describes all the steps? The youtube videos don't explain what I need to configure.
Thanks a lot!
F. from France
RE: Arc Overhangs, this may be a big step
https://github.com/nicolai-wachenschwan/arc-overhang-prusaslicer-integration readme explains well what to do, just need to read carefully.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Arc Overhangs, this may be a big step
The results are fantastic!
On my laptop under linux ubuntu 22.04 LTS (= Long Term Support) I removed the library shapely too old by apt-get removeand I reinstalled it by sudo pip... to have the last version. I also installed numpy-hilbert-curve using sudo pip, but kept the original matplotlib and numpy libraries.
I cut and pasted the entire "prusa_slicer_post_processing_script.py" file (I didn't find the download icon at the upper right hand of this windows), added "#!/usr/bin/python3" to the very first line of the file, made it executable by chmod a+x, and put it in /usr/local/bin.
Since then, I've run this script directly from prusa_slicer_post_processing_script.py without having to call python. It also works inside prusaSlicer, and I now have the two environments "tête0.4 with ArcOverhang" and "tête0.4", normal, without ArcOverhang.
Thank you !