CreatBotMainsail/docs/quicktips/disable-octoprint.md
Stefan Dej 390bb40c69 fix some docs
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-02-03 21:05:10 +01:00

21 lines
438 B
Markdown

---
layout: default
title: Disable Octoprint LCD menu
parent: Quicktips
has_children: false
permalink: /quicktips/disable-octoprint-lcd-menu
description: >-
Klipper is shipped with an Octoprint entry in the LCD menu. These menu points don't work with Mainsail.
---
# {{ page.title }}
{{ page.description }}
## Modify printer.cfg
Just add the following entry to your printer.cfg:
```yaml
[menu __main __octoprint]
type: disabled
```