File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/CuraEngineBackend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def calculateTransformData() -> Matrix:
2626 #self._gantry_angle = 0
2727 #self._transform_matrix = Matrix()
2828 # return Matrix()
29- gantry_angle = 0.7 #math.radians(float(gantry_angle))
29+ gantry_angle = 0.48869219 #math.radians(float(gantry_angle))
3030
3131 machine_depth = global_stack .getProperty ("machine_depth" , "value" )
3232
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ def run(self) -> None:
460460 stack_id = stack .getId ()
461461
462462 # Adapt layer_height and material_flow for a slanted gantry
463- gantry_angle = 0.7 #self._scene.getRoot().callDecoration("getGantryAngle")
463+ gantry_angle = 0.48869219 #self._scene.getRoot().callDecoration("getGantryAngle")
464464 if gantry_angle : # not 0 or None
465465 # Act on a copy of the stack, so these changes don't cause a reslice
466466 _stack = CuraContainerStack (stack_id + "_temp" )
You can’t perform that action at this time.
0 commit comments