move: Allow inverting of the axis

This commit is contained in:
Jordan Ruthe
2020-12-05 15:42:34 -05:00
parent cf3a924bb2
commit 0907c6a06a
6 changed files with 38 additions and 12 deletions

View File

@@ -1,7 +1,22 @@
# Configuration
In the KlipperScreen folder, a file _KlipperScreen.conf_ allows for configuration of the screen. This document will
detail how to configure KlipperScreen. A default config is included here: [ks_includes/KlipperScreen.conf](../ks_includes/KlipperScreen.conf)
KlipperScreen has some configuration options which are outlined below. KlipperScreen will search for a configuration
file in the following order:
_${HOME}/KlipperScreen.conf_
_${KlipperScreen_Directory}/KlipperScreen.conf_
If one of those files are found, it will be used over the default configuration. The default configuration will be
merged with the custom configuration, so if you do not define any menus the default menus will be used.The default
config is included here: [ks_includes/KlipperScreen.conf](../ks_includes/KlipperScreen.conf)
## Main Options
```
[main]
# Invert axis in move panel. Default is False. Change to true to invert
invert_x: False
invert_y: False
invert_z: False
```
## Preheat Options

View File

@@ -1,5 +1,9 @@
## Changelog
#### 2020 12 05
* Added ability to invert Z axis in move panel
* Fixed problem with metadata being retreived constantly
#### 2020 12 04
* Removed fan options from fine tuning
* Add bed mesh panel