PanelDue is not starting any print job [SOLVED]
-
Can you just confirm that the web interface does the same. i.e is it as the thread title that you can't print from Pane Due, or is it acse that you can't print from either the web interface or PanelDue? And does it show print complete 100% done?
-
have you definitely got a tool selected I have seen this behaviour if you don't
-
Hi,
As you can see from the start script I got T0, which is pretty much a tool selection I guess, or do I have to confirm it somewhere?all the best
-
try putting a T0 at the end of your Config.g I agree the one in the start should do it but S3D can ignore things like that from time to time
-
try putting a T0 at the end of your Config.g I agree the one in the start should do it but S3D can ignore things like that from time to time
I have that multiple times now everywhere
OK, now I can say if I take the uploaded file from S3D and want to print it via WebControl. It does not print as well. Same behaviour. But if I upload the file via WebControl via Upload and Print it does it fine.
all the best
-
OK I figured it out now…. Whooheee!!!!
Slightly modified postprocessing script:
[[bash]] path=[output_filepath] file=${path##*/} curl --data-binary "@[output_filepath]" http://192.168.0.85/rr_upload?name=gcodes/[output_filename].gcode logger "Writing file to 3DPrinter via: curl --data-binary "@[output_filepath]" http://192.168.0.85/rr_upload?name=gcodes/[output_filename].gcode" curl http://192.168.0.85/rr_gcode?gcode=M140S50 curl http://192.168.0.85/rr_gcode?gcode=G10P0R120S200 curl http://192.168.0.85/rr_gcode?gcode=T-1
If you are courious what the difference is
1. I tried to find a debug possibility with logger -> install logutils and you can directly log into syslog | Check
2. I found out that the file I uploaded was completely different in size and behaviour -> changed to data-binary option | CheckVoila printing from PanelDue and WebControl -> no problemo
Could have been so easy, but the dog lies in detail (or whatever you say in english)
all the best duetino
-
How can I mark the thread as solved?
-
-
Thanks guys, even no direct hint brought me to THE solution, and also edit the title is even better… did that and I guess nobody can tell if I did hit a button or not.
BTW, there is an Answer button, which marks the solution of the thread, don't know if that leads to a double solved ?
Great work/help/assistance anyway
-