Results 12 comments of mmone

To display the current offset in the dialog is possible as it is returned by GET_POSITION. But I won't restore any state of the Klipper process after "RESTART", "FIRMWARE_RESTART". That...

You can disable the simplification of OctoPrints connection panel in the plugins settings ("Settings/OctoKlipper/Basic/Replace Connection Panel") there should be no need to disable the plugin. You need to restart OctopPrint...

Ctrl+F5 should do it. Octoprint does some pretty heavy caching.

I talked to Keving about this. It's in the backlog to add a better status reporting capability to Klipper to enable a more current status display.

Fair enough, will be part of the next release.

With a improved status reporting it can be reduced to a simple "LED" that signals the health state of the MCU and the host process until then it's indeed ugly.

There is a dialog for that on the Klipper Tab. The button is named "Coordinate offset"

The [recommended baudrate ](https://www.klipper3d.org/FAQ.html#how-do-i-change-the-serial-baud-rate) for Klipper is 250000 and there is no reason to change it.

I do strip newlines from the macros. It was indeed added with the parameterised macro feature to allow for better formatting in the editor, with each parameter in a new...

I don't want to remove the ability to format a command in the editor across multiple lines. So I need to come up with a regex that can split gcode...