Object model syntax for filament loaded?
-
Is it possible to use the object model to display the currently loaded filament for a given tool?
I'm guessing it must be burried somewhere in there, but I can't find it...Such as: echo state.blah....
-
@Kolbi Yes move.extruders
-
Starting from software version 3.2 (currently still beta) you'll be able to browse the object model using a DWC plugin.
I think what you're looking for is
move.extruders[0].filament
.