I have made it like below in config.yaml, the controls works brilliant but I want them to be disabled when I print as it would create problems if I all of a sudden press one of those buttons in the middle of a print. Clumpsy fingers I guess... the "enable:" is where I have tried with false or true, will only disable or enable the control in general and does not affect the behaviour when the print starts (from what I can see).. Thx for helping out as I am a bit lost here... maybe @foosel can help out here?
controls:
children:
commands:
G28
G90
M104 S200
M109 S200
G1 X300.0 Z50.0 F3000
enabled:
name: Load filament position
With the enabled section, it supports adding a JavaScript snippet to determine the value. It works in the context of the ControlViewModel. I will have a look at the options and get back with a possible option later (very possible I'll forget...)
Sorry Gina, I fully understand, it was not fair of me... I guess that is how it goes sometimes when one self(ish) is passionate about a particular function. Keep up the good work!
Awesome, it worked just the way I wanted it to work
Thank you so much @Charlie_Powell !
May I ask where one can find the documentation for that variable and way of working?