You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I load a model in Cura (like a benchy in a weird orientation), select it and click Extentions > Auto Orientation > Calculate [fast/extended] optimal printing orientation, nothing happens. The orientation isn't changing for both orientation options.
But the "All selected objects have been oriented." message is visible.
Version
Auto-Orientation 3.7.1
Cura RPM 5.4.0
System
Fedora Linux 39 (Workstation Edition)
Reproduced on an AMD desktop and AMD laptop
Output cura.log
2024-01-19 14:55:48,280 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: Exception: Job <OrientationPlugin.CalculateOrientationJob.CalculateOrientationJob object at 0x7f0bc35af8f0> caused an exception on worker JobQueueWorker [7]
2024-01-19 14:55:48,281 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: Traceback (most recent call last):
2024-01-19 14:55:48,281 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: File "/usr/lib/python3.12/site-packages/UM/JobQueue.py", line 133, in run
2024-01-19 14:55:48,281 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: job.run()
2024-01-19 14:55:48,281 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: File "/home/twan/.local/share/cura/5.4/plugins/OrientationPlugin/OrientationPlugin/CalculateOrientationJob.py", line 30, in run
2024-01-19 14:55:48,281 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: result = Tweak(transformed_vertices, extended_mode = self._extended_mode, verbose=False, progress_callback=self.updateProgress, min_volume=CuraApplication.getInstance().getPreferences().getValue("OrientationPlugin/min_volume"))
2024-01-19 14:55:48,282 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-19 14:55:48,282 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: File "/home/twan/.local/share/cura/5.4/plugins/OrientationPlugin/OrientationPlugin/MeshTweaker.py", line 147, in __init__
2024-01-19 14:55:48,282 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: results = np.array(results)
2024-01-19 14:55:48,282 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: ^^^^^^^^^^^^^^^^^
2024-01-19 14:55:48,282 - ERROR - [JobQueueWorker [7]] UM.JobQueue.run [135]: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (11, 5) + inhomogeneous part.
When I load a model in Cura (like a benchy in a weird orientation), select it and click Extentions > Auto Orientation > Calculate [fast/extended] optimal printing orientation, nothing happens. The orientation isn't changing for both orientation options.
But the "All selected objects have been oriented." message is visible.
Version
Auto-Orientation 3.7.1
Cura RPM 5.4.0
System
Fedora Linux 39 (Workstation Edition)
Reproduced on an AMD desktop and AMD laptop
Output cura.log
cura.log
The text was updated successfully, but these errors were encountered: