forked from CreatBot/CreatBotKlipperScreen
docs: add layer progress to quicktips
This commit is contained in:
@@ -54,6 +54,7 @@ Where the matrix can be one of the following options:
|
||||
* invert X: `-1 0 1 0 1 0 0 0 1`
|
||||
|
||||
For example:
|
||||
|
||||
`DISPLAY=:0 xinput set-prop "ADS7846 Touchscreen" 'Coordinate Transformation Matrix' -1 0 1 0 -1 1 0 0 1`
|
||||
|
||||
To make this permanent, modify the file `/etc/udev/rules.d/51-touchscreen.rules` and add following line:
|
||||
@@ -63,5 +64,5 @@ ACTION=="add", ATTRS{name}=="<device name>", ENV{LIBINPUT_CALIBRATION_MATRIX}="<
|
||||
```
|
||||
More info about input transformation can be found in:
|
||||
|
||||
[Ubuntu wiki InputCoordinateTransformation]("https://wiki.ubuntu.com/X/InputCoordinateTransformation")
|
||||
[Libinput docs]("https://wayland.freedesktop.org/libinput/doc/1.9.0/absolute_axes.html")
|
||||
* [Ubuntu wiki InputCoordinateTransformation]("https://wiki.ubuntu.com/X/InputCoordinateTransformation")
|
||||
* [Libinput docs]("https://wayland.freedesktop.org/libinput/doc/1.9.0/absolute_axes.html")
|
||||
|
@@ -70,5 +70,12 @@ To enable thumbnails, open the Advanced tab in the printer settings, enable the
|
||||

|
||||
|
||||
|
||||
## Layer Progress
|
||||
PrusaSlicer/SuperSlicer > Printer Settings > Custom Gcode > After layer change Gcode
|
||||
|
||||
`M117 Layer {layer_num+1}/[total_layer_count] : {filament_settings_id[0]}`
|
||||
|
||||

|
||||
|
||||
## Supported Macros
|
||||
[Macros](macros.md)
|
||||
|
BIN
docs/img/quicktips/PS_SS_Layer_progress.png
Normal file
BIN
docs/img/quicktips/PS_SS_Layer_progress.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user