RotBotSlicer / Transform

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

Update Transformation_STL.py #13

Open Lakeland97 opened 9 months ago

Lakeland97 commented 9 months ago

Condensed the functions for readability. Replaced list(map(...)) with list comprehensions. Provided more verbose output for tracking progress. Used os.path.join and os.path.basename for safer path manipulation. Checked the minimum required command-line arguments and exited if not met. Utilized the if name == 'main': idiom for better script encapsulation.