RoboDK Forum
3d printing tool Path ERROR- Printable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: 3d printing tool Path ERROR (/Thread-3d-printing-tool-Path-ERROR)



3d printing tool Path ERROR-Martin Jewell-11-23-2021

Hi I am getting the error (Below in red )when I run my 3d PrintingPython script . Im using the Epson VT6 Machine. Can you please help ?


Python脚本失败返回1
Traceback (most recent call last):
文件“/私人/ var/folders/kq/gtfdp80x03vg_ysmbnm_wc6h0000gn/T/Extruder.py", line 40, in
bytes2send = bytes(str(E_Value) + '\0', 'ascii')
TypeError: str() takes at most 1 argument (2 given)


Thanks Martin


RE: 3d printing tool Path ERROR-Jeremy-11-23-2021

Hi Martin,

Can you provide your .rdk file?
You are using the "Generate robot program" feature?

Jeremy


RE: 3d printing tool Path ERROR-Martin Jewell-11-24-2021

I fixed the issue, I had a Extrude macro , that was making the error .

Thanks !