Alfredo Monclus
c1372c1839
Start in configurations without fans or extruders or temp devices
...
A bunch of conditionals that makes KS start and not stay in the splash screen
2022-01-30 10:55:05 -03:00
alfrix
dad267d278
Temp_panel: Fix issue with shared_heaters Fix #482
2022-01-29 00:24:50 -03:00
alfrix
4c89eaf3e2
Temp: Start in delta mode when printing
2022-01-28 14:23:22 -03:00
alfrix
c8a8f020af
Installer: always unmask the service and enable
2022-01-26 09:07:26 -03:00
alfrix
21b0466f95
Create an uninstaller
2022-01-26 08:07:36 -03:00
alfrix
86cdcfafe4
Installer prevent the script from being run as root
2022-01-26 07:20:26 -03:00
alfrix
7bb99ecc7d
Installer: clean deprecated command
2022-01-24 08:59:16 -03:00
alfrix
d0ccdc0f7c
Temp_panel: Show only heaters
2022-01-24 08:41:22 -03:00
dependabot[bot]
f9f640ca52
build(deps): bump requests from 2.26.0 to 2.27.1 ( #404 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.26.0 to 2.27.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.1 )
---
updated-dependencies:
- dependency-name: requests
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>
2022-01-24 07:43:09 -03:00
alfrix
4e594c258f
System: Fix long translations breaking the ui at low resolution
2022-01-24 07:17:35 -03:00
Adam Polkosnik [fun]
17b21bd41d
Polish translation ( #468 )
...
* Added Polish translation
* Updated polish translation, fixed plural forms for "hour" in KlipperScreen.pot
* updated en lang, forgot trailing new line in .pot
* Small updates to .pl language translation
2022-01-24 07:11:38 -03:00
alfrix
213f1c92d6
Temp_panel: Maintain selection of heaters if the user go out of the panel and back
2022-01-23 13:51:18 -03:00
alfrix
02c008de84
Temp_panel: Fix temps not updating after opening another instance
...
Fix #446
2022-01-23 13:18:36 -03:00
Alfredo Monclus
d8bc4747e8
Fix Startup without [virtual_sdcard] ( #461 )
...
* Rewrite evaluate_state
* Print: Show an error if trying to print without [virtual_sdcard]
2022-01-22 22:03:57 -03:00
alfrix
0592840ded
Change scrolling behaviour in a few more places
2022-01-22 21:08:41 -03:00
Jordan
4b0b937c41
Change scrolling behavior to enable touch scroll. Fix #466
2022-01-22 15:30:02 -05:00
alfrix
1b38dbb36a
Finish da-translation #465
2022-01-22 12:08:45 -03:00
srbjessen
5d19652b5b
da-translation ( #465 )
...
* Update KlipperScreen.po
2022-01-22 12:06:37 -03:00
alfrix
07aa6bb7f7
Job_status: wrap long error messages
2022-01-22 09:36:50 -03:00
alfrix
8e8e23de0f
Job_status: Fix not changing state if a print is issued during cancelling
2022-01-22 09:06:33 -03:00
alfrix
de0b6ea435
Job_status: Fix thumbnail and metadata not updating after a cancel and re-upload
2022-01-22 09:06:33 -03:00
Alfredo Monclus
1065676018
Temp_panel: Do not set temp if not defined or out of range ( #449 )
2022-01-22 07:43:03 -03:00
Alfredo Monclus
efa6344964
bed_mesh: use default profile ( #450 )
...
currently the bed_mesh panel will create a profile called None if no profile is selected, but klipper will use the default profile if that is the case, using the default profile if nothing was selected should be correct.
2022-01-22 07:35:57 -03:00
alfrix
a754cdc239
Update docs: re-add the manual method of changing gl driver
2022-01-21 16:45:23 -03:00
Kmarty
0e3027638f
Fix issue trying to set temperature from main_menu ( #457 )
...
'KlippyGcodes' has no attribute 'MAX_EXT_TEMP" by syncing (duplicit)
function change_target_temp() with 'panels/temperature.py'
2022-01-21 16:24:41 -03:00
Alfredo Monclus
ec4213b971
System: fix updater dialog ( #462 )
2022-01-21 16:22:01 -03:00
alfrix
d2419335b4
Fix startup: downgrade matplotlib to 3.5.0
2022-01-21 16:08:29 -03:00
Alfredo Monclus
f156bd8529
Add numpy to requirements to prevent unexpected issues ( #453 )
2022-01-18 19:00:23 -05:00
Alfredo Monclus
5d3bae8ff9
Temp_panel: put devices in a scroll ( #436 )
...
* Temp_panel: put devices in a scroll
* Tweak margins
* Tpanel: Fix whitespace in message
* Fix #429 temperature_fan not updating target
2022-01-17 01:13:46 -05:00
Alfredo Monclus
8dd5c64006
Extrude panel: Support 5 extruders ( #441 )
2022-01-17 01:13:16 -05:00
Alfredo Monclus
86fc0f9988
Menu: Arrange 3 x 2 and 2 x 2 ( #442 )
...
* Arrange 3 x 3 and 2 x 2
* typo
2022-01-17 01:12:54 -05:00
Alfredo Monclus
8775221b5f
Update Docs: add Thumbnail info, add xorg.log, optimize and organize images ( #447 )
...
* Update Docs: add Thumbnail info, add xorg.log, optimize pngs
* Organize images in subfolders
2022-01-17 01:12:19 -05:00
Devil-of-Chaos
f796a72057
Add Ability to Use Custom Service ( #418 )
...
* Custom Servive
* Custom Service
* Update system.py
* Update Configuration.md
2022-01-13 11:17:45 -05:00
Alfredo Monclus
8c489bc465
Support hiding by name using underscore ( #437 )
2022-01-13 11:09:06 -05:00
Alfredo Monclus
6b043d63bc
Improve config file search ( #440 )
2022-01-13 11:08:12 -05:00
Alfredo Monclus
e1e3437d62
Relax timers for CPU efficiency ( #439 )
2022-01-13 11:05:34 -05:00
Alfredo Monclus
41aa953cfd
Update Translations ( #435 )
2022-01-13 11:05:04 -05:00
Alfredo Monclus
d24f3d6f5c
Fix close Websocket ( #434 )
2022-01-13 11:04:02 -05:00
Alfredo Monclus
2982eb9645
Track the status of calibration and inform the user more ( #402 )
2022-01-12 20:03:57 -05:00
srbjessen
0aab9ff4c4
Danish translations ( #399 )
...
* Danish translations
* Missing "%s" and "%d"
2022-01-12 20:03:26 -05:00
Alfredo Monclus
eb80be47db
Temp_panel: Fix extruder not setting temps with numpad ( #426 )
2022-01-11 06:59:07 -05:00
Alfredo Monclus
8a8c6c064c
Graph in temp panel, combine preheat and temp ( #393 )
...
* Graph in temp panel, combine preheat and temp
* Fix target not working properly
* Fix initial preselect
* Add the ability to change in delta temps
* Make the label translatable
* Add Unit to the label
* Add de/select button to popover
* Warn the user if nothing was selected
* Fix templabel
* Fix to comply with pep8
* Fix colors, thanks Jordan
* Fix popover selection
* Update docs image
* Gain horizontal space
* Gain even more horizontal space (remove target)
* Fix temperature_fan
* Add icon and style to temperature_fan
* List preheat deprecation in breaking changes
* Use the printer maximum temperature
* Cleanup target and fix popover select
* Fix codestyle
* Add extra preheat presets
* Change Class name
* Update docs image
* Improve Maximum temperature handling and Temperature fans
2022-01-11 00:39:42 -05:00
Alfredo Monclus
58e0aa74d0
Word Wrap ( #395 )
...
* Word-wrap dialogs
* prevent horizontal scrollbar caused by translators
* Fix weird indentation on print name
2022-01-03 12:45:55 -05:00
Alfredo Monclus
9449f24b5f
Splash_screen: show full error message ( #389 )
...
* Splash_screen: show full error messge
* Fix splash not changing from connecting to error
2022-01-03 01:29:49 -05:00
Alfredo Monclus
9d3a6c7538
Support Manual Mesh calibration ( #388 )
...
* Bed_mesh: Home if not homed
* Bed_mesh: support manual bed mesh leveling
* Indentation Fix
* Change log string to represent current behaviour
2022-01-03 01:29:01 -05:00
Olivier Robardet
ce872a54b1
Update french translation ( #385 )
...
* Makes "Confirm Emergency Stop" setting localizable
* Updates french translation
Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
2022-01-03 01:27:17 -05:00
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