OctoprintKlipperPlugin icon indicating copy to clipboard operation
OctoprintKlipperPlugin copied to clipboard

A plugin for a better integration of Klipper into OctoPrint.

Results 43 OctoprintKlipperPlugin issues
Sort by recently updated
recently updated
newest added

Feature Request for adding a menu for offset adjustment inside octoprint. currently when I need to do adjustment i have to do it manually through SET_GCODE_OFFSET.

wontfix

Feature request for a bed calibration menu to perform mesh bed leveling, zprobe calibration delta calibration, PID tuning, etc. Currently I am doing this with manual gcode and macros

enhancement

I am trying to run the connection between OctoPrint and Klipper at a higher than standard (250000) baud rate - such as 500000. If I set 500000 as additional baud...

wontfix

Klipper recently added a feature where you can have multiple Config files, and split out each feature into its own config file, making it more modular, and easier to turn...

Octoprint 1.3.9 OctoKlipper 0.2.5 Currently the log file path is hardcoded: https://github.com/mmone/OctoprintKlipperPlugin/blob/769b8a53ed5fa38202aaaeaaa107b176749a8ff1/octoprint_klipper/__init__.py#L284 There is a need to be able to configure the path from the UI. Thanks!

First of all thanks for the plugin It would be nice to be able to edit the built in buttons and or be able to turn them off. I don't...

Sometimes the G-code commands are sent out of order. They should obviously be in the following order: 1. Lift nozzle 2. Move to new position 3. Move nozzle down to...

I've used this simple macro to preheat the bed and hotend with one button: ``` Name: Preheat PLA Command: M140 S60 M104 S180 ``` This worked fine until updating octoKlipper...

I would like a more convenient way to switch between marlin and klipper based printers. Currently I ssh onto the pi to `sudo service klipper stop` and disable the OctoKlipper...

enhancement

When restarting Klipper, the clipper console sometimes shows both `Klipper state: Disconnect` and `Klipper state: Ready` under the same time, leading to the status bar message not updating to the...