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:
|
Certain variables are available for conditional testing of the enable statement:
|
||||||
```
|
```
|
||||||
printer.bltouch # Available if bltouch section defined in config
|
printer.bltouch # Available if bltouch section defined in config
|
||||||
|
printer.gcode_macros.count # Number of gcode macros
|
||||||
printer.idle_timeout # Idle timeout section
|
printer.idle_timeout # Idle timeout section
|
||||||
printer.pause_resume # Pause resume section of Klipper
|
printer.pause_resume # Pause resume section of Klipper
|
||||||
printer.probe # Available if probe section defined in config
|
printer.probe # Available if probe section defined in config
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### 2020 12 18
|
||||||
|
* Add gcode_macros panel
|
||||||
|
|
||||||
#### 2020 12 16
|
#### 2020 12 16
|
||||||
* Config file can now be specified when running from the command line
|
* Config file can now be specified when running from the command line
|
||||||
* Moonraker host/port can be specified in the configuration file
|
* 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)
|
* [extrude](#extrude)
|
||||||
* [fan](#fan)
|
* [fan](#fan)
|
||||||
* [fine_tune](#finetune)
|
* [fine_tune](#finetune)
|
||||||
|
* [gcode_macros](#gcode-macros)
|
||||||
* [move](#move)
|
* [move](#move)
|
||||||
* [network](#network)
|
* [network](#network)
|
||||||
* [preheat](#preheat)
|
* [preheat](#preheat)
|
||||||
@ -51,6 +52,10 @@ type: fan
|
|||||||
type: fine_tune
|
type: fine_tune
|
||||||

|

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

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

|

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