Run external programs .py 3D printing- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Run external programs .py 3D printing (/Thread-Run-external-programs-py-3D-printing) |
Run external programs .py 3D printing-robo1973-06-29-2022 Please help t postprosesoer基因和发送程序he UR3 robot I generate and send the program to the UR3 robot I can't run extruder.py and speed.py external programs while executing the main program How do extruder handlers derive It works//m.sinclairbody.com/doc/en/Robot-Machining.html#Print3D Can't run extruder.py on the robot UR3 ?
Code:
def RunCode(self, code, is_function_call = False):
RE: Run external programs .py 3D printing-robo1973-07-01-2022
Code:
if code.startswith("Extruder("):
I run the program You did I am generating a program in RoboDK and it takes a long time Is it supposed to be Is something wrong? |