Yep, Got it
This works:
curl -F "file=@[output_filepath]" "http://192.168.x.x/rr_upload?name=0%3A%2Fgcodes%2F[output_filename].gcode"
curl "http://192.168.x.x/rr_gcode?gcode=M32 0%3A%2Fgcodes%2F[output_filename].gcode"
Many thanks !!
Yep, Got it
This works:
curl -F "file=@[output_filepath]" "http://192.168.x.x/rr_upload?name=0%3A%2Fgcodes%2F[output_filename].gcode"
curl "http://192.168.x.x/rr_gcode?gcode=M32 0%3A%2Fgcodes%2F[output_filename].gcode"
Many thanks !!
Yes, I figured that could be the issue, however, I couldn't find anything here https://github.com/chrishamm/DuetWebControl…
Is there a command to print? Where can I look for it?
I can see
[[language]]
function startUpload(type, files, fromCallback) {
```in the javascript, but am clueless how to specify 'print' as the type to upload gcode & start the print
I ran the original and the autouploaded file through notepad++s compare tool and they matched 100%
Uhm, thats interesting.
Can you try this one, i'm using and change the IP to your DuetWifi/Ethernet IP?
[[language]] curl -F "file=@[output_filepath]" "http://192.168.178.144/rr_upload?name=gcodes/[output_filename].gcode"
That is working even if the Printer is currently busy.
Regards
MoS-tekknix
This script
curl -F "file=@[output_filepath]" "http://192.168.x.x/rr_upload?name=gcodes/[output_filename].gcode"
uploads the file correctly, but the print doesn't start…
Am I missing something?
The WiFi connection on my DuetWiFi is very disappointing for me. During printing I'm not able to get a connection to the Duet. "The server dropped it's connection" is the error I get.
I think I am going to hook the Duet to a Pi and use RepetierServer/OctoPi for the wireless printing.
I think you will need to rewire. I swapped my cables and built them from scratch so i don't really know.
Not wat I was hoping for, but thanks for letting me know..
I'll go and hunt down the wiring of the cr-10 connectors.
Agniusm,
I'm about to start my adventure to replace the cr-10 board with the DuetWiFi..
The steppermotor connectors are slightly different, but it's possible to plug it in…
Question:
Are the steppermotor connectors of the CR-10 pin-compatible with the connectors of the Duet board?
Can I plug them in the Duet board or do I have to rewire ??
If so, which way should the connector be orientated?