RotBotSlicer / Transform

Algorithm for 3D printer with new kinematics
GNU General Public License v3.0
238 stars 49 forks source link

Changes and Bugfixes #6

Closed RotBotSlicer closed 1 year ago

RotBotSlicer commented 1 year ago

changes:

- slight refactoring of the code

- renaming variables for English and consistency withing the two scripts # - removed all angle calculation which are not neccessary for normal non-planar printing # - GCodes starting with G0 will not be transformed anymore, which is a workaround to still use prime lines from the slicer # - Adjusted regex patterns (* instead of +) so that the script also works with GCode from PrusaSlicer/SuperSlicer/Cura ect. # - fixed a formating bug that caused overextrusions at some locations due to scientific output format