Octoprint-Bettergrblsupport icon indicating copy to clipboard operation
Octoprint-Bettergrblsupport copied to clipboard

Missing Option 112 - Maximum Z Feed Rate on Ocotoprint Plugin Installation

Open phalix opened this issue 4 years ago • 0 comments

Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/server/api/init.py", line 158, in pluginCommand response = api_plugin.on_api_command(command, data) File "/home/pi/oprint/lib/python3.7/site-packages/octoprint/util/init.py", line 1737, in wrapper return f(*args, **kwargs) File "/home/pi/oprint/lib/python3.7/site-packages/octoprint_bettergrblsupport/init.py", line 1412, in on_api_command zf = int(float(self.grblSettings.get(112)[0]))

I found then, that in the Config.yaml of octoprint, the 112 is not in the grblsettingstext.

The issue is fixed when manually editing the config yaml in the octoprint folder.

phalix avatar Apr 07 '22 20:04 phalix