nicolai-wachenschwan / arc-overhang-prusaslicer-integration

A 3D printer slicing algorithm that lets you print 90° overhangs without support material.
GNU General Public License v3.0
334 stars 26 forks source link

Update prusa_slicer_post_processing_script.py #4

Closed 5axes closed 1 year ago

5axes commented 1 year ago

To solved the issue : https://github.com/nicolai-wachenschwan/arc-overhang-prusaslicer-integration/issues/3

Feel Free to use your own Code . As I'm not an expert of Python

nicolai-wachenschwan commented 1 year ago

Thank you for working this change out! Very nice in making sure it always works, porting it almost 1:1 :) But I am also no expert :P There is a function extracting the config from the gcode into the dict at the bottom of the file. I changed it there, so the top part with the parameters stays as readable/simple as possible. So the conversion happens a little bit under the hood.

Since I ported the funcitonality from you I will close this pull request, but thanks a lot for submitting it!