docs: add layer progress to quicktips

This commit is contained in:
alfrix
2022-03-21 20:49:43 -03:00
parent abb02d3965
commit d1e54bab64
3 changed files with 10 additions and 2 deletions

View File

@@ -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")

View File

@@ -70,5 +70,12 @@ To enable thumbnails, open the Advanced tab in the printer settings, enable the
![ideaMaker](img/quicktips/IdeaMaker-thumbnails.png)
## Layer Progress
PrusaSlicer/SuperSlicer > Printer Settings > Custom Gcode > After layer change Gcode
`M117 Layer {layer_num+1}/[total_layer_count] : {filament_settings_id[0]}`
![Layer_progress](img/quicktips/PS_SS_Layer_progress.png)
## Supported Macros
[Macros](macros.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB