You are not logged in.

#1 2020-11-01 17:33:22

F.m
Member
Registered: 2017-12-22
Posts: 147

printer hangs on transfering data at middle of job

my printer works with uv dlp light engine that the led control code is located at shutter gcode box includes execution of a python script sent to engine via usb cable. some times and randomly, the printer hangs on "action: transferring data ..." just after the led turns off and before moving the plate to lift height. i am suspect that execution of python code and sending the movement gcode to Z axis sometimes interfere and make this problem.

Offline

#2 2020-11-01 19:19:48

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: printer hangs on transfering data at middle of job

please share a debug file

Offline

#3 2020-11-03 11:40:48

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: printer hangs on transfering data at middle of job

here is the debug file
https://drive.google.com/file/d/1qVOOxm … sp=sharing

i should mention that sometimes at the print start, projector powers on but  doesn't light up the led, but the plate goes up and down and SOMETIMES middle of print job it hangs just after the led powers off and the plate doesn't move anymore. i also have some "External Call Problem exec: '[[Exec': executable file not found in $PATH"}" message in log.
i searched the forum and think it somehow related to the problem mentioned here: https://www.nanodlp.com/forum/viewtopic.php?id=2540 which remained unsolved.

Last edited by F.m (2020-11-03 12:53:08)

Offline

#4 2020-11-05 09:59:09

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: printer hangs on transfering data at middle of job

shahin did you find the problem?

Offline

#5 2020-11-10 09:42:32

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: printer hangs on transfering data at middle of job

Remove sudo, then add python code full path without calling interpreter (better to mention it on python file itself)
eg. #!/usr/local/bin/python

[[Exec /bla/bla/pythoncode.py]]

Offline

#6 2020-11-10 10:21:19

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: printer hangs on transfering data at middle of job

thanks

Offline

Board footer

Powered by FluxBB