alfrix
f707ba8cf3
style: change load icon
2022-04-01 08:03:14 -03:00
alfrix
76b7ad54eb
splash: do not show power_on if moonraker is not connected
2022-03-31 13:47:42 -03:00
alfrix
51b4d1e1e6
Update dependencies
2022-03-31 11:56:04 -03:00
alfrix
5eac3bef6b
Update Translations
2022-03-31 11:26:25 -03:00
alfrix
53c7afd7a5
Use extruder icon without number if there is only 1
2022-03-30 22:58:37 -03:00
alfrix
b70524cd28
Screensaver if dpms is off
...
This should protect against first touch when the screen is blanked
and help in cases where the driver implementation is not up to spec.
2022-03-29 23:37:59 -03:00
alfrix
6f86448405
Fix issues while Moonraker is connected but klipper is disconnected
...
fixes #548
2022-03-28 16:47:52 -03:00
alfrix
2a7acea86c
network: fix issues, reload button, keyboard enter works on psk entry
2022-03-26 22:30:18 -03:00
alfrix
e186fa6a3d
bed_mesh and keypad: support writing with keyboard
2022-03-26 22:25:06 -03:00
alfrix
6a4eb7ac22
bed_mesh: fix graph out of screen in portrait
2022-03-25 14:30:13 -03:00
alfrix
4c8bb4ff6f
splash_screen: change klipper restart and firmware restart if klipper is not connected
2022-03-25 14:07:37 -03:00
alfrix
9dc8335a07
fine_tune: add reset button, do not set babystepping prior to homing, reorganize a bit
2022-03-25 14:06:07 -03:00
alfrix
a90ab54e1d
print: hide _ and optimize a bit
2022-03-25 13:49:19 -03:00
alfrix
2e16193292
menu: fix portrait issues
2022-03-25 13:41:22 -03:00
alfrix
d945ef8b0a
printer: fix some issues with the graph
2022-03-25 12:06:08 -03:00
alfrix
b73292c8f9
splash: hide ready msg while shutdown
2022-03-25 12:05:24 -03:00
alfrix
bc366b708d
menu and printer_select: support more than 8 items
2022-03-25 12:02:19 -03:00
alfrix
07bbbe9d51
zcalibrate: add selector for the different modes zcalibrate supports
...
closes #514
2022-03-25 10:51:08 -03:00
alfrix
3a91ba4604
style: set minimum height for distbuttons and simplify border removal
2022-03-25 09:57:11 -03:00
alfrix
2dc7a716ee
move: show ? if not homed and remove home-xy on delta kinematics
2022-03-25 09:51:22 -03:00
alfrix
ff087e7a6f
system: feature: add Full Update
2022-03-25 09:49:10 -03:00
alfrix
b83f12265d
Splash_screen: fix return and duplicated power devices
...
fix forcefully returning the user from menu to splash when there is no connection to moonraker/klipper
fix a case where the power device was added multiple times to the list
2022-03-24 10:34:27 -03:00
alfrix
ffaad4daf7
fine_tune and job_status: fix rounding error
2022-03-22 13:37:06 -03:00
alfrix
d1e54bab64
docs: add layer progress to quicktips
2022-03-21 20:49:43 -03:00
alfrix
abb02d3965
docs: vertical/portrait is available, remove the line that says it isn't
2022-03-21 20:42:59 -03:00
alfrix
62c91bc69b
Update changelog
2022-03-21 17:17:30 -03:00
alfrix
0fd4c30ee8
docs: improve the touch rotation section
2022-03-21 17:07:50 -03:00
alfrix
e59d43645a
docs: remove calibration section, xinput-calibrator doesn't work, the project that is continuing that work is xlibinput-calibrator
2022-03-21 17:05:34 -03:00
alfrix
d158090bea
base_panel: cleanup logging
2022-03-21 13:20:52 -03:00
alfrix
bc34b3c8d6
config: fix menu and preheat merge bugs
...
it's now possible to define a custom menu without the need to copy all the menu entries from defaults.conf
if you want to define all the entries, disable the default menu with 'use_default_menu: False' under [main]
if a preheat is defined then defaults are dropped in favor of keeping only user defines, this behaviour
has not changed, and it's intended since the user may not want any of the defaults; but it's now possible to
put preheat options in an include file.
fixes #530
fixes #497
fixes #408
2022-03-21 12:57:18 -03:00
Andriy
64ebf861fb
Update Ukrainian
...
close #555
2022-03-21 11:53:33 -03:00
alfrix
50d3671d0f
base_panel: simplify sidebar scaling
2022-03-21 07:14:58 -03:00
alfrix
5286e433fe
logging: cleanup unnecesary lines
2022-03-21 06:34:02 -03:00
alfrix
50e72b0308
base_panel: fix error from trying to update temps before the printer initializes
2022-03-21 06:32:53 -03:00
alfrix
1dee914564
splash_screen: fix bug that prevented Power On from showing up
2022-03-21 05:46:14 -03:00
AntoszHUN
8108500dc2
Update Hungarian language ( #554 )
2022-03-20 18:12:16 -03:00
Mikko Gozalo
987cf89351
Add .gitignore ( #300 )
2022-03-20 18:10:02 -03:00
alfrix
48b2ef513f
Fix files and printer memory leaks fixes #479
2022-03-20 12:11:41 -03:00
alfrix
4899701ae3
Update translations
2022-03-20 10:21:34 -03:00
alfrix
330a456ed3
scripts: fix permissions
2022-03-20 09:45:02 -03:00
alfrix
2ffb88e958
network: fix list when there is no netinfo
2022-03-20 09:42:03 -03:00
alfrix
82c8d62876
screen: move the wifi-manager to the network panel
...
moving the manager should increase startup times
only load it when the user wants to manage networks
network: add ip at the top (fixes #422 )
network: always reload the list of networks
wifi: fix network list getting blank
network: make the list more resilient to netinfo errors
2022-03-20 09:19:45 -03:00
alfrix
0d259d6d04
main_menu and temp: reduce load
...
Drawing the graph has a high load impact, reduce the interval of redraw
if the user needs instantaneous values, then the list provides it,
the graph is there to provide historical data of behaviour not instantaneous values.
-------- | Load | Note
idle | 0.3 | screensaver
menu | 0.4 | No process update
extrude | 0.6 | updates temp
graph 5s | 0.8 |
graph 1s | 1.2 |
the load is the 15 min mean after about half an hour
Tests carried out on a Pi3A
2022-03-19 14:47:59 -03:00
Alfredo Monclus
046e03b883
Improve error messages ( #549 )
...
Shows if the issue is with moonraker or klipper
if the issue is with klipper and there is info about it then show it
Reconnect now has a counter and it's visible to the user
2022-03-18 20:18:53 -03:00
alfrix
7dc74f74f4
temp_panel: fix #550
2022-03-18 17:51:37 -03:00
alfrix
22f3a2a37a
docs: fix macro
2022-03-15 20:58:10 -03:00
alfrix
b2eb7a1764
screen: log only default printer, the list is a couple of lines above
2022-03-15 20:20:59 -03:00
Jesper Hansen
1af42e6f0f
Added option to select default printer at startup. ( #542 )
2022-03-15 20:14:36 -03:00
Zs.Antal
aa6ae014d8
Update Hungarian language ( #545 )
...
Improved minor spellings.
Exchange of certain words.
Minor fixes.
2022-03-15 12:42:46 -03:00
Alfredo Monclus
a893f47604
Show fan speed according to max_power and off_below ( #543 )
...
fixes #444
2022-03-15 12:41:47 -03:00