Skip to content
Discussion options

You must be logged in to vote

Hi @djdbarroso

There was an issue which has been fixed. This fix will be available within the next update from cadwork 2025.

Expected output after that update will be

from pathlib import Path, WindowsPath

import attribute_controller as ac
import cadwork
import element_controller
import machine_controller as mc

robot_drive = cadwork.hundegger_machine_type.robot_drive.value

mc.calculate_hundegger_machine_data(element_controller.get_visible_identifiable_element_ids(),
                                    robot_drive)

mc.export_hundegger_with_file_path(robot_drive, str(WindowsPath(Path().home() / "Downloads" / "machine" / "data")))
mc.export_hundegger_with_file_path_silent(robot_drive, str(W…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by djdbarroso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants