RotBotSlicer / Transform

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

Angled Slising #12

Closed Y13Lab closed 10 months ago

Y13Lab commented 12 months ago

Hello, I am interested in printing at a 45 degree angle. Right now I'm using Slicer4RTN with setup axsis=3. Снимок I would like to have a Python script that will do the same thing, because based on the Python script you can make a plugin for Cura. I modified Transformation_STL.py to produce a non-conical modified .stl изображение_2023-10-09_170618607 But I can't change Backtransformation_GCode_var_angle.py in any way so that it works the way I need it. I would be grateful for any help, any hint on how to do this.

Y13Lab commented 10 months ago

I changed Backtransformation_GCode_var_angle.py now it works as I needed, but it turned out that for printing at an angle of 45 degrees, it is correct not to distort the model before slicing, but to rotate it at an angle of 45 degrees. Again the question arose with changing Backtransformation_GCode_var_angle.py but here I do not have enough knowledge in programming.