Which tool is enabled after startup?
-
@taconite so you had some "if <expression> ... abort" logic to check for certain conditions and then abort if they were true or false? Maybe the issue was the expression was evaluating to true (or false) when it should not have been.
-
I had it this way (tpre.g)
if no tool in effector pick tool else {} display message "Sill tool in effector" abort
I removed the abort. Everything was correct but the execution of a macro with a Tpren.g just did not work with the abort
-
@taconite try it with
break
rather thanabort
-
Hi, this is what i have been thinking and i need this for my toolchanger.
Duet 3 6HC, 3HC and Raspberry pi.If i write to console
M560 P"0:/sys/test"
or run macro like that
M560 P"/sys/test" <!-- **EoF** -->
or whatever else, "Error: M560: Can't open file test for writing" appears...
If i write
M98 P"0:/sys/test
it will run that macro.
Is Raspberry pi somehow causing the trouble here or what?
-
-
@K01571N3N Might be better idea to start a new thread with exactly what you're trying to do. Include firmware version details etc.