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
hawkeyexp
47b7f0920e
Fix german translation ( #309 )
...
* Fix german translation
* update binary
2021-11-01 22:53:18 -04:00
Alfredo Monclus
d36364a807
Augment scrollbar contrast ( #314 )
...
Some screen have very little contrast and where making the scrollbar invisible
2021-11-01 22:51:55 -04:00
Vladimir Poleh
c7901243cf
Fix Network panel not functioning when Wi-Fi point is within range ( #304 ) ( #315 )
2021-11-01 22:51:41 -04:00
Alfredo Monclus
e7e91aee27
Material ( #297 )
2021-10-06 12:02:27 -04:00
dependabot[bot]
5a93e0009c
build(deps): bump jinja2 from 3.0.1 to 3.0.2 ( #295 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.1 to 3.0.2.
- [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.1...3.0.2 )
---
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-10-06 12:02:17 -04:00
Alfredo Monclus
e54c7dcbb3
Update docs and add theming section ( #296 )
2021-10-06 12:02:05 -04:00
Alfredo Monclus
5f5e6336c0
Update Translations ( #284 )
...
* Update Translations
* Various fixes to not break the UI
* Add updater translations
* Fix pycodestyle
* Fix updater translations
* Fix pycodestyle
* Fix restart translation
* Fix \n in label
* Update French
Thank you Bahoue
* Separate "default"
Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
2021-10-04 20:18:27 -04:00
Alfredo Monclus
c618044898
Support custom themes ( #288 )
...
* Remove relief
The relief gets stuck on touchscreens
* Support custom themes
2021-10-04 20:14:40 -04:00
Alfredo Monclus
423d344197
Fix Zcalibrate showing when there is no probe ( #289 )
2021-10-04 20:13:55 -04:00
Jordan
969b47f425
job_status: Tweaks to state changes
2021-10-01 19:48:03 -04:00
Jordan
3053502a32
fine_tune: Fix issue with wrong babystep interval selected.
2021-10-01 19:02:51 -04:00
Alfredo Monclus
5e3e8be005
Styling updates ( #279 )
...
* Dialog buttons colors
* Zcalibrate add colors for buttons
* Fix move panel misalignment and add color to home button
* z-bolt switch styling
* Splash screen homogeneous buttons
* remove switch slider border
* Remove max chars from filename (ellipsizes anyway)
* Fix colorized buttons moving when pressed
* Updater more row spacing
* Colorized button press
2021-09-22 23:14:21 -04:00
Bertrand Lemasle
7b904fec79
Fixed typo in limits,py ( #283 )
2021-09-22 18:10:03 -04:00
pappicio
bfed3339d8
updates it lang ( #278 )
...
deleted outdated translation strings and update .po and .mo files
2021-09-21 18:24:32 -04:00
Alfredo Monclus
155ac2ab6f
System: Updater improvements ( #260 )
...
* System: improve updater
* Styling updates
* dialog buttons pressed
* Update styling
* styling
* implement repo recovery
* check if dirty
* Fix scrollbars and logic
* Fix codestyling
2021-09-21 18:23:56 -04:00
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