Import the Option Settings Configuration——革命制度党ntable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Import the Option Settings Configuration (/Thread-Import-the-Option-Settings-Configuration) |
Import the Option Settings Configuration-roeslib-08-18-2022 How can I import the Option Settings on another computer? RE: Import the Option Settings Configuration-Albert-08-19-2022 You can run this Python script to export the settings:
Code:
C:/RoboDK/RoboDK-Settings-Export.py
Select the location to save the file. This will generate a RoboDK-Settings zip file on your Desktop by default. You can then load this file on another computer by running this Python script:
Code:
C:/RoboDK/RoboDK-Settings-Import.py
RE: Import the Option Settings Configuration-roeslib-08-19-2022 Thank you very much Albert!!! |