01-16-2025, 09:56 PM
I recommend you to debug the file using a Python debugger such as VSCode or another IDE.
I believe you should simply add the angles_2_str to addline without string formatting.
Example:
I believe you should simply add the angles_2_str to addline without string formatting.
Example:
Code:
self.addline(angles_2_str(...))