config feat: add fine-tune to More Dec 22, 2024 docs chore(docs): update remote methods Jan 5, 2025 ks_includes fix(prompts): call screensaver now wake Jan 9, 2025 panels fix(job_status): filename initial state Dec 22, 2024
from ks_includes.config import KlipperScreenConfig from panels.base_panel import BasePanel logging.getLogger("urllib3").setLevel(logging.WARNING) PRINTER_BASE_STATUS_OBJECTS = [ 'bed_mesh', 'configfile', 'display_status', 'extruder', ...
config: Allow specifying configfile location from command line UI scaling (#28) move: Allow inverting of the axis bed_level: include screws_tilt_calculate command fine_tune: Remove fan from fine tune panel. Add fan to print menu configuration: hide extrude while printing bed_mesh: Add panel ...
* Copy this file as `lv_conf.h` * 1. simply next to the `lvgl` folder * 2. or any other places and * - define `LV_CONF_INCLUDE_SIMPLE` * - add the path as include path */ #ifndef SIMULATOR /* clang-format off */ ...
2,322 Commits .github docs: minor changes Apr 6, 2024 config extrude: move firmware retraction into the panel, add pressure advanc… Jun 5, 2024 docs Merge remote-tracking branch 'upstream/master' Jul 25, 2024 happy_hare fixed for new MMU_CHECK_GATE(S) params ...
which purges the packages (purge = remove package and config files) it is seems that some installers like LCD-show copy the file without checking if the driver was installed, the user may have to remove the file manually if the package was not installed or not completely removed, the fbturb...
self.config = data['configfile']['config'] self.data = data self.devices = {} self.tools = [] self.devices.clear() self.tools.clear() self.extrudercount = 0 self.tempdevcount = 0 self.fancount = 0 self.ledcount = 0 self.output_pin_count = 0 self.tempstore = None self.t...
2. _~/.config/KlipperScreen/KlipperScreen.conf_ 3. _${KlipperScreen_Directory}/KlipperScreen.conf_ If you need a custom location for the configuration file, you can add -c or --configfile to the systemd file and specify the location of your configuration file. Expand Down 6 chang...
config.get_main_config().get("screen_on_devices", ""), on=True) self.screen.lock_screen.relock() 4 changes: 2 additions & 2 deletions 4 panels/job_status.py Original file line numberDiff line numberDiff line change @@ -465,7 +465,7 @@ def disable_button(self, *args): self....
unknown. Apr 28 17:57:21 voron KlipperScreen-start.sh[7302]: (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 28 17:57:21 2023 Apr 28 17:57:21 voron KlipperScreen-start.sh[7302]: (==) Using system config directory "/usr/share/X11/xorg.conf.d" Apr 28 17:57:21 ...