@Lexan said in Filament Runout Event:
if !exists(global.filamentDistance)
global filamentDistance = <- is here missing a point after global ?
Another possibility is that daemon.g is starting before the tools & monitors are defined
In your config.g put in a global to stop the daemon code executing
This will also help when you need to edit daemon.g
So at the start of config.g
Then at the start of daemon.g put
while true if global.runDaemon = false M99 ;rest of codeEdit
Forgot to say, at the end of config.g put
You will have to rename daemon.g before you can edit and save it, then rename it back again