Syncing extrusion flow multiplier in UI
I have a question about syncing the extrusion flow multiplier value in Repetier-server UI.
As I understand then internally Repetier-server is catching it from the gcode (M221) command
or you can set the value manually from UI and server will send M221 command to firmware.
In Klipper firmware, I'm using filament width module and the module is setting the extrusion flow multiplier
internally in Klipper. The Repetier-Server doesn't know that this value was changed.
Is it possible to report the value of the new extrusion flow multiplier to the Repetier-Server
without executing M221 S<percent> command?
As I understand then internally Repetier-server is catching it from the gcode (M221) command
or you can set the value manually from UI and server will send M221 command to firmware.
In Klipper firmware, I'm using filament width module and the module is setting the extrusion flow multiplier
internally in Klipper. The Repetier-Server doesn't know that this value was changed.
Is it possible to report the value of the new extrusion flow multiplier to the Repetier-Server
without executing M221 S<percent> command?
Comments
which detects when firmware changes flow. Question is does klipper send any message to console when it changes the flow rate? If so what? Then a similar line could be added to klipper.xml firmware description and server would detect the changes from firmware side and show them correctly.
and for detecting the flow change in Repetier-Server I'm using the following line.
Great you found a solution to still transfer it, but being quite special so I can not add it be default. But if klipper adds a message by default let me know and I add the response parser.