243 Commits

Author SHA1 Message Date
alfrix
cc4ff7e2b3 docs: manual update add deactivate 2024-03-13 22:45:19 -03:00
alfrix
b23a27d296 docs: 35 gpio update 2024-03-13 05:27:33 -03:00
alfrix
a32d1d8e80 docs: 35 might need to disable vc4 to work 2024-03-10 09:52:15 -03:00
alfrix
e626db9d29 docs: fb correct the title of the example 2024-03-10 09:04:46 -03:00
alfrix
a1af03df0f docs: remove fb warning, depending on how you install the screen you may need to create it, for example using a gpio screen and not using lcd-show repos, it needs to be created on debian bullseye 2024-03-09 18:41:59 -03:00
alfrix
53b9277b6c docs: improve hdmi and rotation 2024-03-09 16:03:16 -03:00
alfrix
ed017c4b3c docs: give more notes to the rotation example 2024-03-09 14:54:38 -03:00
alfrix
f58cdcb31a zcalibrate: rewrite the functions that get the location to probe due to reported issues
thanks Aubey
2024-03-08 09:57:59 -03:00
alfrix
2d5936bd09 docs: update touch calibration 2024-03-03 22:19:13 -03:00
alfrix
d27c54b0b7 docs: faq fix table align 2024-03-03 01:51:13 -03:00
alfrix
186e698698 docs: minor hw updates 2024-03-03 01:43:58 -03:00
alfrix
daffa0d67b docs: improve touch issues 2024-03-03 01:43:08 -03:00
alfrix
b97ec9aa86 docs: update framebuffer troubleshooting add fbcp option 2024-03-03 01:42:41 -03:00
alfrix
a1a15f319d docs: add alternative to xinput list 2024-03-02 17:30:14 -03:00
alfrix
e0af63774d changes for bookworm 2024-03-02 00:38:02 -03:00
alfrix
7c99ea05f3 docs: add some hw guides
also remove dead links
2024-02-29 14:59:15 -03:00
alfrix
543dc97d21 docs: update touch section 2024-02-29 14:59:15 -03:00
alfrix
0570706bbe installer: fixup polkit permissions 2024-02-29 14:59:15 -03:00
alfrix
6ad9b13c42 docs: add a touch calibration method
the previous method was removed from the docs because it was outdated and didn't work anymore

this method is working for me in debian 12 bookworm
2024-02-28 20:20:08 -03:00
alfrix
bebee3926b docs: center images and tables 2024-02-26 16:54:14 -03:00
alfrix
d681105b1a docs: links update to fix warnings 2024-02-26 09:41:38 -03:00
Alfredo Monclus
0226ba0d95
screen: accept monitor number param (#1263)
This allows starting fullscreen on a specific display/monitor while in standalone mode
2024-02-19 20:23:02 -03:00
alfrix
c832c90f47 docs: add splash_screen to screenshots 2024-02-03 23:01:27 -03:00
alfrix
8c485b2f39 docs: update remote screens docs 2024-01-30 04:15:08 -03:00
alfrix
051a53ec22 changes: add commit of config changes 2024-01-26 21:31:08 -03:00
alfrix
9d0e4b841f config: allow xdg .config folder fully deprecate old klipper_config and home folder config
config order of preference

1. printer_data/config
2. xdg .config/KlipperScreen
3. klipperscreen repo directory
2024-01-26 13:59:16 -03:00
alfrix
960c49636a docs: add how to make prompts
close #1232
2024-01-26 09:14:06 -03:00
alfrix
060cd1db0f docs: minor fixups 2024-01-08 23:38:58 -03:00
alfrix
ed151cea9b docs: update last resort 2024-01-07 17:27:59 -03:00
alfrix
c45f914275 docs: add a FAQ 2024-01-07 17:27:59 -03:00
alfrix
05cd9a6d34 remove fallback values
with an empty string re will not match
2024-01-07 17:27:59 -03:00
alfrix
9cba6d61f7 docs: add fix for pi5 on lite 2023-12-27 15:27:16 -03:00
Alfredo Monclus
be972d50d1
Polkit rules to fix #1201 and improve network permissions avoiding the nm workaround (#1205)
* installer: use polkit for permissions

* update dependencies

* docs update
2023-12-23 12:20:58 -03:00
Thijs Triemstra
727a6657ee
add move_distances config option (#1211)
* add move_distances option

* address review comments

* adjust check

* comment out example

* doc update

* address review comments
2023-12-23 11:30:48 -03:00
alfrix
85a9069397 docs: config options explain and improve 2023-12-17 16:06:13 -03:00
alfrix
ad3b935e3d Update translation platform details #1116 2023-11-16 20:49:56 -03:00
alfrix
cabb29db35 docs: sponsor message 2023-11-16 20:30:14 -03:00
alfrix
cad06cbc76 docs: add an easier way to grab the system logs 2023-11-04 15:36:45 -03:00
alfrix
524d0497dd docs: add update instructions close #1115 2023-11-03 23:40:18 -03:00
Thijs Triemstra
b068fedfbc
doc: update git url (#1153) 2023-10-24 20:33:35 -03:00
alfrix
9a17b4d1b2 docs: fix type in touch section 2023-10-24 14:56:49 -03:00
alfrix
f88f2ba873 docs: troubleshooting improve touch info 2023-10-21 20:33:33 -03:00
alfrix
c14fd4d2cb docs: add an extra step for fbturbo issues close #971 2023-10-15 11:43:31 -03:00
alfrix
4a328cb01f docs: update PS thumbnail screenshot 2023-10-13 23:54:50 -03:00
alfrix
ff84b1aa97 docs: clarify that the fix is for raspberry 2023-10-13 23:22:55 -03:00
Anna
1b2a6b872c
Add nano editor commands for file edits (#1143)
* Add nano editor commands for file edits

This PR adds `sudo nano /path/to/file.ext` as well as closing/saving instructions

Adding nano edit commands to the page will improve people's ability to execute these steps. As noted during a Nero3D stream, neither our VzBot docs nor the page we linked to on KlipperScreen explained *how* to edit the file.

* Format table
2023-10-13 13:18:48 -03:00
alfrix
468d538aac docs: android add a helper section for first-start issues 2023-10-08 12:08:20 -03:00
alfrix
ddd7518841 changelog: update breaking changes 2023-10-08 11:58:54 -03:00
alfrix
495ee28125 docs: highlight rotation config 2023-10-03 14:12:49 -03:00
alfrix
84c9b1e169 docs: move rotation to a separate page 2023-10-03 14:10:58 -03:00