BrownRhined
4bfd0d13fb
add Chinese Traditional ( #392 )
...
* add Chinese Traditional
add Chinese Traditional
* Update KlipperScreen.po
* Update translation script and run it.
Co-authored-by: Jordan
2022-01-03 01:26:12 -05:00
Frank Tackitt
d19e303f0d
Support the "enter" key from a physical keyboard ( #379 )
...
* Support the "enter" key from a physical keyboard
I often have a usb keyboard dangling from my printer, and got annoyed I couldn't just hit enter from the console.
https://docs.gtk.org/gtk3/signal.Entry.activate.html
* Fix whitespace for linting
2021-12-24 09:32:07 -05:00
Alfredo Monclus
22221c61ac
Fix Network Panel ( #375 )
...
* Network: Fix Keyboard still showing after connection
* Network: fix dialog setting wrong size
* Fix empty network panel
2021-12-24 09:31:47 -05:00
dependabot[bot]
e7bf13b6df
build(deps): bump matplotlib from 3.5.0 to 3.5.1 ( #372 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.0...v3.5.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 09:31:23 -05:00
dependabot[bot]
7ac4d3b290
build(deps): bump websocket-client from 1.2.1 to 1.2.3 ( #358 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/websocket-client/websocket-client/releases )
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog )
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.2.1...v1.2.3 )
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 09:31:13 -05:00
d8ahazard
6c3c579e6e
Support multiple power devices. ( #350 )
...
Enable multiple devices to power on when turning on printer. Devices starting with "Printer" will turn on
2021-12-24 09:31:01 -05:00
Christian Kvasny
0b9d545c6f
add speed as parameter to UN/LOAD_FILAMENT macro ( #359 )
...
* Configurable xy position for z-calibrate added
* fix coding style
* Z probe calibrate option added
* add speed as parameter for UN/LOAD_FILAMENT macro
* add macros.md to docs
* update description
* change macros-md
fix format
Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
2021-12-18 09:38:33 -05:00
Alfredo Monclus
d9171e0d15
Always show Load/Unload buttons ( #363 )
...
But give the user an error if the Macro is missing
2021-12-17 12:43:25 -05:00
Alfredo Monclus
964ae7986f
Docs: Add Bulleye fix ( #367 )
...
Also configuration file clarifications, and other minor updates.
Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
2021-12-17 12:41:29 -05:00
Alfredo Monclus
ae47cac064
Improve plot performance ( #364 )
2021-12-17 12:39:31 -05:00
Alfredo Monclus
bfe6321c2f
Improve pathing ( #368 )
...
* Improve pathing
* Improve Pathing: config.py
2021-12-17 12:39:18 -05:00
Alfredo Monclus
70767c2bb6
Fix UI broken in german at low res. ( #369 )
2021-12-17 12:37:57 -05:00
Alfredo Monclus
70caf24c35
Add light icon ( #370 )
2021-12-17 12:37:43 -05:00
Oli Wright
bca1ac6ba6
Fix configuration filename ( #373 )
...
A rogue underscore (old formatting?) had been appended to the end of the config filename. Removed.
2021-12-17 12:37:27 -05:00
Jordan
9660172e0b
Enable startup with #360 to not error
2021-12-10 21:13:18 -05:00
Jordan
698b86ac1c
Update main_panel image and include in main README
2021-12-09 08:52:25 -05:00
Alfredo Monclus
2a9e653505
Graph ( #357 )
...
* Add theme graph colors
* Fix graph not applying colors
2021-12-07 21:05:17 -05:00
Jordan
d21e9cbfaa
Main menu hide 'set temp' for devices that don't have a heater.
2021-12-07 21:05:17 -05:00
Jordan
c3103d3b11
Fix graph error and make colors configurable
2021-12-07 21:05:17 -05:00
Jordan
dd56d192cc
Create keypad widget and include set temp on the main menu
2021-12-07 21:05:17 -05:00
Jordan
e26e4006d6
Move graph location
2021-12-07 21:05:17 -05:00
Jordan
fdf81ecf06
graph: Add ability to hide/show sensors.
2021-12-07 21:05:17 -05:00
Alfredo Monclus
ac3bde654a
tweaks ( #291 )
2021-12-07 21:05:17 -05:00
Jordan
139115a0e9
Updates to graphing.
...
Modify heaters to show only ones available in the temp store. Add
ability to hide/show heaters.
2021-12-07 21:05:17 -05:00
Jordan
5bfcd0108a
Adding graph capability to main menu
2021-12-07 21:05:17 -05:00
Makoto Schoppert
141bc38876
Update Troubleshooting.md ( #356 )
...
Fix a couple of typos
2021-12-07 20:24:26 -05:00
Alfredo Monclus
5ff249cb20
Switch from vext.gi to PyGObject ( #348 )
2021-12-04 12:29:35 -05:00
Alfredo Monclus
eca3385ffe
Add the full message of the commits in the updater ( #343 )
2021-12-04 12:29:17 -05:00
Alfredo Monclus
873f61d74b
Change gdk deprecated functions ( #342 )
2021-12-04 12:29:01 -05:00
Alfredo Monclus
2c050a649c
Wakeup touch block ( #340 )
...
* Prevent accidental touches on wakeup (DPMS needed)
* fixup
* This is a very old workaround to blank the cursor for the entire X
* Separate cursor change into a procedure
* Check for DPMS FAIL state first
2021-12-04 12:28:37 -05:00
dependabot[bot]
9f2711b506
build(deps): bump humanize from 3.12.0 to 3.13.1 ( #347 )
...
Bumps [humanize](https://github.com/jmoiron/humanize ) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/jmoiron/humanize/releases )
- [Commits](https://github.com/jmoiron/humanize/compare/3.12.0...3.13.1 )
---
updated-dependencies:
- dependency-name: humanize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-04 12:28:16 -05:00
dependabot[bot]
2c6d3d1866
build(deps): bump matplotlib from 3.4.3 to 3.5.0 ( #329 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.4.3 to 3.5.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.3...v3.5.0 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-04 12:28:02 -05:00
Jordan
41d41dc2eb
screen: Add configuration option for estop confirmation (Default off). Fixes #321 and fixes #341
2021-12-01 19:58:45 -05:00
Jordan
dd0fd18b25
power: Sync power state on panel load. Fixes #322
2021-12-01 19:41:49 -05:00
Alfredo Monclus
1e5d701631
Update Docs ( #346 )
2021-11-29 11:09:25 -05:00
Alfredo Monclus
4569192ffa
Improve the bed mesh plot ( #338 )
...
* Improve the bed mesh plot
* Fix when the mesh is offset or there are big values
2021-11-25 12:45:54 -05:00
Leif Bladt
13473c2cfd
Update docs to point to new discourse thread
2021-11-25 12:45:43 -05:00
Jordan
c8420c260b
screen: RESPOND echo will now show a message on the screen.
2021-11-21 20:19:45 -05:00
Alfredo Monclus
0a6ac42069
Installer: improvements ( #335 )
...
* Fix vext.gi error
The problem occurs because vext and vext.gi are installed at the same time
we need to install the requirements in order
* Simplify path (the env was activated)
* Colorize output
* Abort if pip exit is not clean
2021-11-21 15:42:11 -05:00
Alfredo Monclus
4f61cedd6c
Zcal panel: Support for Z_ENDSTOP_CALIBRATE ( #327 )
...
* Zcal panel: Support for Z_ENDSTOP_CALIBRATE
* Suggested changes
* Change naming of Gcodes because it can be calibrating an endstop and not a probe
* Update translations
2021-11-21 15:40:42 -05:00
Alfredo Monclus
39804814f5
Update FR translation ( #332 )
2021-11-18 07:18:26 -05:00
Jordan
2b2e096955
install script: Integrate vext.gi into requirements file
2021-11-16 22:48:32 -05:00
Alfredo Monclus
b959cf5b4f
Move panel: Add Z-tilt/Quad-gantry-level/HomeXY button ( #326 )
2021-11-16 21:05:02 -05:00
Elektrickser
b52085746f
More German Translations ( #318 )
...
* Add German Language
Translate the texts to german.
* Update system.py
change grid, to see all buttons on screen
* Revert "Add German Language"
This reverts commit 698225883947d4237559009d82f9f34885fb0a42.
* Add German Language
add German translated files.
* fixed german translation
fixed "Laden"
* fixed german translation
add more translations
* Update system.py
2021-11-16 21:03:46 -05:00
Julian Schill
51d26a3a29
Add temperature fans to heaters ( #325 )
...
* Add temperature fans to heaters
* Make code prettier
* Indentation
2021-11-16 21:03:14 -05:00
dependabot[bot]
29e9bad1aa
build(deps): bump jinja2 from 3.0.2 to 3.0.3 ( #323 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-16 21:00:10 -05:00
Jordan
2f6149c5b7
Fix connect issues with moonraker. Addresses #328
2021-11-16 20:59:06 -05:00
Jordan
f6fcb322f5
z_calibrate: Fix issue where z_calibrate_position section does not exist
2021-11-06 22:46:24 -04:00
Christian Kvasny
4780592778
Configurable xy position for z-calibrate added ( #310 )
...
* Configurable xy position for z-calibrate added
* fix coding style
* Z probe calibrate option added
2021-11-02 08:00:20 -04:00
dependabot[bot]
96a91f3e41
build(deps): bump humanize from 3.11.0 to 3.12.0 ( #298 )
...
Bumps [humanize](https://github.com/jmoiron/humanize ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/jmoiron/humanize/releases )
- [Commits](https://github.com/jmoiron/humanize/compare/3.11.0...3.12.0 )
---
updated-dependencies:
- dependency-name: humanize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-01 22:57:31 -04:00