436 Commits

Author SHA1 Message Date
Jordan
cdf4d60b21 install script: Add fonts package. Addresses #254 2021-09-21 18:21:18 -04:00
Jordan
b0b56a026c screen: Fixes for printer select button 2021-09-19 00:09:00 -04:00
Jordan
0c35e58308 limits: Fixes to limit 2021-09-19 00:08:36 -04:00
Jordan
36aaece846 screen: Put font size setting into KlippyGtk 2021-09-18 16:53:31 -04:00
Jordan
857b4a9bab docs: Add generic heater to preheat section 2021-09-18 10:32:51 -04:00
Frank Tackitt
e1c478be83
Allow gcode commands with preheat options (#274)
* Allow gcode commands with preheat options

I use this to run a heatsoak macro during preheat.
  It moves to bed center, maxes the part cooling fan,
  and starts my nevermore chamber filter to circulate
  more air.

* Add documentation for preheat gcode
2021-09-18 10:32:13 -04:00
Jordan
414ac3f211 limits: Fix issue with square_corner_velocity possibly being a decimal 2021-09-18 10:09:58 -04:00
Jordan
e9432ae308 Update language files. Include updates to it from @pappicio 2021-09-18 10:01:20 -04:00
Jordan
5d6f80a170 bed_level: Fix #275. Make the screws button disabled while command is running. 2021-09-18 09:50:24 -04:00
Jordan
d7b8f4f1ed Add printer limits panel 2021-09-16 22:56:58 -04:00
Jordan
996777a6dd Rename KlipperScreen.conf to defaults.conf to avoid some confusion 2021-09-16 22:56:33 -04:00
Jordan
54c47554d2 Change how panel subscriptions work 2021-09-16 21:54:51 -04:00
Alfredo Monclus
62b65ba4d2
Add unload/load and reorganize extrude panel (#250)
* Add Load/Unload buttons and re-organize extruder panel
This uses the LOAD_FILAMENT and UNLOAD_FILAMENT macros so the user can have custom loading sequences.
If the macros are not found then the buttons don't show up

* Fix styling

* Fix styling2

* No colors because this are not buttons
2021-09-16 20:04:09 -04:00
Alfredo Monclus
67cc396ad9
Use a base css (#186)
* Use a base CSS for styles

* Fix updater dialogs too close to buttons and updater too close to the edge

* Fix blurry Dropdown and dialog buttons

* minor tweaks and fixes

* Solarized restyle

* more vertical clearance between items

* workaround colorized bar at high res.

* colorized pressed state
2021-09-16 20:02:36 -04:00
Jordan
e9599a14c5 screen: Output font settings 2021-09-14 19:51:14 -04:00
pappicio
c5f84998e4
Italian review (#266)
* Add files via upload

some other fixes on italian translation and updated .mo file!

* Delete ks_includes/locales/it/LC_MESSAGES directory

* Add files via upload
2021-09-12 20:59:45 -04:00
Jordan
1726126807 Update docs for update_manager to use user directory 2021-09-12 15:23:42 -04:00
Jordan
31606ddc38 Update metadata on file change. Fixes #227 2021-09-12 15:21:32 -04:00
Jordan
e639a27de1 Test code: update line length 2021-09-11 17:36:30 -04:00
Jordan
ed48cb75ad Fix workflow 2021-09-11 17:35:30 -04:00
jordanruthe
c80a983fe3
Update test_code.yml 2021-09-11 17:28:03 -04:00
jordanruthe
d0951c6d18
Add test_code.yml 2021-09-11 17:27:19 -04:00
Jordan
70d8315539 Update code style 2021-09-11 17:25:38 -04:00
Alfredo Monclus
98cb3ef743
Font Size Selector (#245) 2021-09-11 14:21:50 -04:00
Alfredo Monclus
da8ba4db93
Preheat: Add colors to cooldown and temperature (#259) 2021-09-11 14:21:05 -04:00
Alfredo Monclus
f943dee498
Update French (Bahoue) (#261) 2021-09-11 14:20:55 -04:00
pappicio
963214c549
Update Italian Language (#258)
some corrections
2021-09-11 14:20:41 -04:00
Jordan
d540c038a4 Update Fan panel to include all configured fans. 2021-09-11 14:17:53 -04:00
Jordan
407d8ad000 base_panel: Updates to macro shortcut 2021-09-11 09:15:47 -04:00
Alfredo Monclus
517a6afab8
Dialogs updates (#252)
* Fix cursor on dialogs and make them fullscreen

* Fix date alignment varying with text length
2021-09-07 21:30:21 -04:00
Alfredo Monclus
bf0f2d4342
Colorized theme update (#255) 2021-09-07 21:28:35 -04:00
Alfredo Monclus
3c4dfc4766
Add Italian translation (pappicio) (#257)
* Add Italian translation (pappicio)

* Fixup italian
2021-09-07 21:26:51 -04:00
Jordan
246c9829db screen: Make macros shortcut show/hide when configured. Addresses #246 2021-08-31 22:02:04 -04:00
Alfredo Monclus
d41370cdf1
Use klipper_config by default if available (#241)
* Use klipper_config by default if available

* Update docs about config
2021-08-30 19:54:45 -04:00
Alfredo Monclus
c54282962d
Adjust titlebar height (#248) 2021-08-30 19:53:23 -04:00
Alfredo Monclus
11445db55a
Fix for user keyboard layout (#244) 2021-08-30 19:52:48 -04:00
Alfredo Monclus
7bf7a54540
Ellipsize Job_status Filename and LCD message (#238) 2021-08-27 22:06:03 -04:00
Alfredo Monclus
452a56ffcb
Update Spanish (#240) 2021-08-27 21:23:36 -04:00
Alfredo Monclus
13e163faf0
Check for blanking disabled (#237) 2021-08-22 17:39:02 -04:00
Alfredo Monclus
46245bb275
Macros shortcut on sidebar (#232)
* Macros shortcut

* Add config option
2021-08-22 17:38:03 -04:00
Alfredo Monclus
41e917bc41
Wake the screen at print start and end (#229)
* Wake the screen at print start and end

* job_status: Wake screen on re-print

Co-authored-by: Jordan <jordan.ruthe@gmail.com>
2021-08-19 21:07:24 -04:00
Alfredo Monclus
8bfaf69109
Updater UI cleanup (#230) 2021-08-19 21:00:07 -04:00
Alfredo Monclus
642385eead
Strip .gcode from name in job_status (#231) 2021-08-19 20:45:28 -04:00
Alfredo Monclus
e6a1cc483b
Change solarized load icon (#233) 2021-08-19 20:45:05 -04:00
Alfredo Monclus
50b309a213
UI Fix for Other Languages (#228)
* Update translation files

* Fixup UI in other languages
2021-08-17 07:20:26 -04:00
Alfredo Monclus
17da2b3d4e
Bigger Fonts and icons (#169) 2021-08-15 18:44:13 -04:00
dependabot[bot]
93c7010dc0
build(deps): bump requests from 2.25.1 to 2.26.0 (#205)
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0)

---
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>
2021-08-15 18:44:00 -04:00
dependabot[bot]
211d0c5d9b
build(deps): bump humanize from 3.9.0 to 3.11.0 (#219)
Bumps [humanize](https://github.com/jmoiron/humanize) from 3.9.0 to 3.11.0.
- [Release notes](https://github.com/jmoiron/humanize/releases)
- [Commits](https://github.com/jmoiron/humanize/compare/3.9.0...3.11.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-08-15 18:43:56 -04:00
dependabot[bot]
d6799a1b04
build(deps): bump websocket-client from 1.1.0 to 1.2.1 (#225)
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.1.0 to 1.2.1.
- [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.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: websocket-client
  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-08-15 18:43:52 -04:00
dependabot[bot]
cc75deb02f
build(deps): bump matplotlib from 3.4.2 to 3.4.3 (#226)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.2...v3.4.3)

---
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-08-15 18:43:46 -04:00