rrf3 state model question (get the config values)
-
Hi,
I have multiple heads with the different phisical setup (different type of extruders, remote/direct)
So, I need to set its steps on a macrosThe issue here is:
I cant set steps for E1 without touching E0 by M92Is there any way setting the steps for Ex individually, or get the config from rrf3.state.models, like
m92 e{config.e0.steps:9999:config.e2.steps:config.e3.steps} where 9999 - its my new value for e1
-
its more or less corelated with https://forum.duet3d.com/topic/15523/m92-to-set-extruder-esteps-individually-in-a-dual-config
-
You can do the following if running in standalone mode, but not if running with attached SBC:
M92 E{expression}:9999:{expression}
I'm fairly sure the steps/mm is in the object model under move.extruders, but I'm not near a printer right now to look it up.
-
@dc42 said in rrf3 state model question (get the config values):
move.extruders
Thanks
that command works
m92 e{move.extruders[0].stepsPerMm}:1333I need to find the docs for the object model
-
@chernogorsky https://duet3d.dozuki.com/Wiki/Object_Model_of_RepRapFirmware
Sending M409 by itself may also be helpful.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M409_Query_object_model