Jordan
|
a0de521631
|
base_panel: Include time
|
2021-05-19 20:44:48 -04:00 |
|
Jordan
|
73b54f7aba
|
base_panel: Include back/home button
|
2021-05-19 20:44:48 -04:00 |
|
Jordan
|
a0d3bd6a0c
|
base_panel: Initial commit
|
2021-05-19 20:44:48 -04:00 |
|
jordanruthe
|
bb62064616
|
Update FUNDING.yml
|
2021-05-19 20:41:36 -04:00 |
|
dependabot[bot]
|
32785c901f
|
build(deps): bump websocket-client from 0.59.0 to 1.0.0 (#159)
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 0.59.0 to 1.0.0.
- [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/v0.59.0...v1.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-19 20:40:07 -04:00 |
|
dependabot[bot]
|
be706fd16f
|
build(deps): bump matplotlib from 3.4.1 to 3.4.2 (#149)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.1...v3.4.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-19 20:39:59 -04:00 |
|
Alfredo Monclus
|
13617da10b
|
Add delete and some tweaks to colorized (#156)
|
2021-05-15 17:16:11 -04:00 |
|
Jordan
|
a1bd702a92
|
Fix issue with stale confiugration and temperature panel unassigned var #155
|
2021-05-13 23:01:06 -04:00 |
|
jordanruthe
|
7e3b919c62
|
Wifi manager (#148)
Updates to include ability to change wifi networks.
|
2021-05-13 20:53:58 -04:00 |
|
Alfredo Monclus
|
e75a10a888
|
New Style - Solarized (#144)
* New Style solarized
|
2021-05-10 20:55:15 -04:00 |
|
Alexander Spassky
|
9951323e91
|
M117 messages display (#150)
* Added displaying M117 messages under printer state label on JobStatus panel
|
2021-05-10 19:46:07 -04:00 |
|
Jordan
|
5333218ec5
|
files: Compatability for key change from filename to path
|
2021-05-09 14:22:35 -04:00 |
|
dependabot[bot]
|
178abc2c9a
|
build(deps): bump websocket-client from 0.58.0 to 0.59.0 (#147)
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 0.58.0 to 0.59.0.
- [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/v0.58.0...v0.59.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-09 14:08:24 -04:00 |
|
dependabot[bot]
|
22528885ff
|
build(deps): bump humanize from 3.4.1 to 3.5.0 (#145)
Bumps [humanize](https://github.com/jmoiron/humanize) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jmoiron/humanize/releases)
- [Commits](https://github.com/jmoiron/humanize/compare/3.4.1...3.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-09 14:08:17 -04:00 |
|
Jordan
|
449f3274c6
|
preheat: Fix bug where temperature_sensor is tried to be activated
|
2021-05-09 13:57:32 -04:00 |
|
Jordan
|
bd1650fd18
|
files: Updates to not cache thumbnails locally. Also get notified by inotify
|
2021-05-09 13:57:18 -04:00 |
|
Jordan
|
f8ca339de5
|
printer: Fix NoneType issue
Fixes #143
|
2021-05-08 22:27:55 -04:00 |
|
Jordan
|
ce8c8e44fc
|
print: Fix error if new print starts while job_status is displayed
This may address some issues in #122
|
2021-05-08 22:24:28 -04:00 |
|
Jordan
|
b27814845b
|
print: Include refresh button for files
|
2021-05-08 21:40:27 -04:00 |
|
Jordan
|
96d252ba3c
|
files: Convert away from thread
Convert files so it is not a thread, as it will become un-necessary with
inotify from moonraker
|
2021-05-08 21:40:16 -04:00 |
|
Jordan
|
236fb0c4ff
|
websocket: Change connect and logging statements to be more accurate
|
2021-05-08 21:38:51 -04:00 |
|
Jordan
|
d2fea57c39
|
printer: Remove un-necessary logging statements
|
2021-05-08 21:25:43 -04:00 |
|
Jordan
|
7b9c98a0a8
|
Include temperature_sensor in listing of temperatures
This update will add temperature sensors to the main menu and
temperature panels.
|
2021-05-08 14:31:50 -04:00 |
|
Jordan Ruthe
|
c2c4e9c42e
|
function: Add except hook for threads
This will log exceptions on different threads
|
2021-05-02 17:48:04 -04:00 |
|
Jordan Ruthe
|
7b6efa0521
|
logs: hide certain logging statements
|
2021-05-02 17:46:51 -04:00 |
|
Jordan Ruthe
|
b39d433c46
|
bed_level: Fix other regex statement for screws Fixes another regex statement to allow negative values. Addresses #138
|
2021-04-26 20:55:24 -04:00 |
|
Jordan Ruthe
|
9dce74fac1
|
bed_level: Fix regex statement for screws
Regex statement for screws will now find screws in the negative
position. Addresses #138
|
2021-04-25 19:10:50 -04:00 |
|
Alfredo Monclus
|
a8fc7b6337
|
Initial Spanish translation (#139)
|
2021-04-25 19:03:37 -04:00 |
|
Markus
|
0ae0593907
|
word adaptation (#136)
de_DE: change wording
|
2021-04-21 21:44:19 -04:00 |
|
dependabot[bot]
|
bb8689175e
|
build(deps): bump humanize from 3.3.0 to 3.4.1 (#130)
Bumps [humanize](https://github.com/jmoiron/humanize) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/jmoiron/humanize/releases)
- [Commits](https://github.com/jmoiron/humanize/compare/3.3.0...3.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-19 00:23:10 -04:00 |
|
Jordan Ruthe
|
e7b3b963c3
|
install: Check for existing service file
Don't overwrite service file for KlipperScreen on running install
script.
|
2021-04-18 23:45:54 -04:00 |
|
Jordan Ruthe
|
0e1c30879b
|
install: Change install command to PKGLIST
This enables moonraker update compatability for installing system
packages
|
2021-04-18 23:42:04 -04:00 |
|
Jordan Ruthe
|
3494f8a7d4
|
screen: remove un-necessary logging line
|
2021-04-08 22:27:35 -04:00 |
|
Jordan Ruthe
|
02ea32506b
|
screen: Fix problem where job_status does not update
Fixes a problem where a panel does not refresh data (such as extrusion
rate, speed rate)
|
2021-04-08 22:25:56 -04:00 |
|
Jordan Ruthe
|
bac2d9f23e
|
install: Add missing dependency for libatlas
|
2021-04-08 07:18:09 -04:00 |
|
Jordan Ruthe
|
75cd4749d6
|
docs: Touchscreen calibration
Update touchscreen calibration docs to be more clear.
|
2021-04-08 00:04:26 -04:00 |
|
Jordan Ruthe
|
c0cbe25531
|
bed_mesh: Include ability to view mesh
Added ability to visualize bed meshes. The active bed mesh will have
more points available to view than inactive bed meshes.
|
2021-04-07 21:20:00 -04:00 |
|
dependabot[bot]
|
791b1c37d4
|
build(deps): bump humanize from 3.2.0 to 3.3.0 (#114)
Bumps [humanize](https://github.com/jmoiron/humanize) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/jmoiron/humanize/releases)
- [Commits](https://github.com/jmoiron/humanize/compare/3.2.0...3.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-30 21:27:25 -04:00 |
|
dependabot[bot]
|
40b9f4e56b
|
build(deps): bump vext from 0.7.4 to 0.7.6 (#116)
Bumps [vext](https://github.com/stuaxo/vext) from 0.7.4 to 0.7.6.
- [Release notes](https://github.com/stuaxo/vext/releases)
- [Changelog](https://github.com/vext-python/vext/blob/master/HISTORY)
- [Commits](https://github.com/stuaxo/vext/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-03-30 21:27:11 -04:00 |
|
Jordan Ruthe
|
86e2174152
|
docs: Put hardware on its own page.
|
2021-03-23 21:23:42 -04:00 |
|
Jordan Ruthe
|
f3e7941acf
|
readme: Update docs to readthedocs
|
2021-03-23 00:28:20 -04:00 |
|
Jordan Ruthe
|
d61e5983da
|
move and settings: Update settings panel to include configurable movement speed
This allows the user to set the speed in mm/s for the move panel
Completes #95
|
2021-03-23 00:09:36 -04:00 |
|
Jordan Ruthe
|
6fd25994d4
|
job_status: Update percent complete on creating job_status panel
|
2021-03-22 23:06:54 -04:00 |
|
Jordan Ruthe
|
fe1721debd
|
KlippyGcodes: fixes #110
|
2021-03-22 20:04:33 -04:00 |
|
Jordan Ruthe
|
543654b499
|
job_status: Fix error in displaying filename
|
2021-03-22 20:03:05 -04:00 |
|
Jordan Ruthe
|
496850faec
|
readme: Update documentation link
|
2021-03-15 20:28:01 -04:00 |
|
Jordan Ruthe
|
7743f2aa63
|
job_status: Add missing variable declaration for gettext
|
2021-03-14 23:42:12 -04:00 |
|
Jordan Ruthe
|
47e233928e
|
docs: Remove screenshot from readme
|
2021-03-14 23:39:09 -04:00 |
|
Jordan Ruthe
|
344df0a869
|
docs: Update to use mkdocs
|
2021-03-14 17:02:05 -04:00 |
|
Jordan Ruthe
|
84ca1ded7c
|
readme: fix broken klipper link
|
2021-03-14 14:27:03 -04:00 |
|