@rabbit said in Conditional GCode Expressions:
Is there a compilation of the expressions, which are implemented?
Not yet because the Object Model is still being added too. There are omre new entries coming in RRF 3.01-RC4, after that it should be more stable.
You can explore the OM provided by your version of RRF like this:
Send: M409 without parameters. This will list the top-level elements in the 'response' field.
For each of those top-level elements (or just the ones you are interested in), send: M409 K"xxx" where xxx is the element. Paste the response into https://codebeautify.org/jsonviewer and click Tree Viewer to make ti easy to read and navigate.