docs: add recommended macros

This commit is contained in:
alfrix
2023-10-03 09:30:05 -03:00
parent 1c5b215d25
commit bd8cbea157
2 changed files with 176 additions and 42 deletions

View File

@@ -80,3 +80,19 @@ managed_services: KlipperScreen
```
!!! tip
If you see warnings in other UIs ignore them until KlipperScreen finishes installing, and Moonraker is restarted.
## Printer Configuration
Some basic configuration needs to be applied for correct functionality.
```ini title="printer.cfg"
[virtual_sdcard]
path: ~/gcode_files
[display_status]
[pause_resume]
```
## Macros
You may need some macros for the printer to function as you expected, [read more in the macros page](macros.md)