CreatBotMainsail/docs/quicktips/disable-octoprint.md
Paul Cutler be2efac9fd
docs: Update Quicktips (#518)
Reiview and update the whole Quicktip section with better readability, grammar and spelling.

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-18 14:14:53 +01:00

21 lines
439 B
Markdown

---
layout: default
title: Disable Octoprint LCD menu
parent: Quicktips
has_children: false
permalink: /quicktips/disable-octoprint-lcd-menu
description: >-
Klipper ships with an Octoprint entry in the LCD menu which does not work with Mainsail.
---
# {{ page.title }}
{{ page.description }}
## Modify printer.cfg
Add the following entry to your printer.cfg to disable Octoprint:
```yaml
[menu __main __octoprint]
type: disabled
```