docs: Update for gcode_macros panel
This commit is contained in:
parent
6a6161dfef
commit
cb90a0bd70
@ -67,6 +67,7 @@ Available panels are listed here: [docs/panels.md](panels.md)
|
||||
Certain variables are available for conditional testing of the enable statement:
|
||||
```
|
||||
printer.bltouch # Available if bltouch section defined in config
|
||||
printer.gcode_macros.count # Number of gcode macros
|
||||
printer.idle_timeout # Idle timeout section
|
||||
printer.pause_resume # Pause resume section of Klipper
|
||||
printer.probe # Available if probe section defined in config
|
||||
|
@ -1,5 +1,8 @@
|
||||
## Changelog
|
||||
|
||||
#### 2020 12 18
|
||||
* Add gcode_macros panel
|
||||
|
||||
#### 2020 12 16
|
||||
* Config file can now be specified when running from the command line
|
||||
* Moonraker host/port can be specified in the configuration file
|
||||
|
BIN
docs/img/gcode_macros.png
Normal file
BIN
docs/img/gcode_macros.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -7,6 +7,7 @@
|
||||
* [extrude](#extrude)
|
||||
* [fan](#fan)
|
||||
* [fine_tune](#finetune)
|
||||
* [gcode_macros](#gcode-macros)
|
||||
* [move](#move)
|
||||
* [network](#network)
|
||||
* [preheat](#preheat)
|
||||
@ -51,6 +52,10 @@ type: fan
|
||||
type: fine_tune
|
||||

|
||||
|
||||
### Gcode Macros
|
||||
type: gcode_macros
|
||||

|
||||
|
||||
### Menu
|
||||
type: menu
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user