You are not logged in.
Pages: 1
Is there a way to write out gcode file or debug without attaching printer?
Offline
You can use minicom and netcat to debug gcode output.
Offline
Thanks managed it.
Offline
Where can I find example of Syscall calculate_speed.py ?
Offline
I have not seen public example. But it is not difficult to write one.
Offline
using sys.argv and sys.exit?
Offline
Yes, you can use sys.argv
You can use any other language. From reliability standpoint it is better to use [[Net url]] keyword.
Offline
Can it be used similar like Syscall Before Each Layer & Syscall After Each Layer?
[[Net URL]]
Send get request to the specified URL without waiting for the result eg. [[Net http://example.com/api]]
[[SyscallResult]]
If any GCODE box has paired with external execution, the result of execution could be used inside the GCODE box.
Offline
Exactly, actually syscall inputs are redundant as you can use them on gcode boxes too.
Offline
Pages: 1