Alfredo Monclus
a893f47604
Show fan speed according to max_power and off_below ( #543 )
...
fixes #444
2022-03-15 12:41:47 -03:00
alfrix
ee0cc9ca10
Remove unused variables
2022-03-15 12:41:21 -03:00
alfrix
5899c8feab
Optimize imports
2022-03-15 12:41:21 -03:00
Alfredo Monclus
d6672ee41f
console: add switch to turn off autoscroll ( #540 )
...
also fix keyborard not closing, when the console is touched
and set Send button as translatable
2022-03-13 12:17:14 -03:00
Alfredo Monclus
6ce0ea7253
graph: various fixes ( #539 )
...
fix axis sizes for high resolutions (tie to font_size)
fix update interval sometimes being faster (fix printer timer)
fix new device added causing horizontal line (use min not max)
2022-03-13 12:10:42 -03:00
Alfredo Monclus
b1dd83d955
job_status: rework time calculation
...
New 'Auto' setting that selects the best guess
added an slicer time compensation if you find that your slicer always under/over estimates by some amount
Split in days if the time is more than 24h
2022-03-10 11:43:53 -03:00
alfrix
490dc929bd
splash_screen: make power_devices mandatory for the power on button
2022-03-10 11:26:43 -03:00
alfrix
b379363cf2
job_status: calculate progress with higher precision
2022-03-08 22:01:53 -03:00
alfrix
0458a19b63
base_panel: fix titlebar_items not configured 2
2022-03-05 18:15:20 -03:00
alfrix
3d009ad72b
base_panel: fix titlebar_items not configured
2022-03-05 17:24:37 -03:00
alfrix
3c3db7fa21
base_panel: allow titlebar items to be configured
2022-03-05 11:50:26 -03:00
alfrix
088a6deabd
splash_screen: allow power_devices to be configured
2022-03-05 11:33:24 -03:00
alfrix
49ab84e8d5
splash_screen: implement Power On Printer but make it more specific
2022-03-01 17:21:17 -03:00
alfrix
a1173d7113
power: fix switch aspect ratio
2022-03-01 09:12:27 -03:00
alfrix
244f964126
system and menu: fix not loading when no printer is online but moonraker is connected
2022-03-01 09:12:13 -03:00
alfrix
7e9fc97b4b
splash_screen: fix #521
2022-03-01 09:10:05 -03:00
alfrix
77aef7cf67
base_panel: Refactor titlebar, add heaters if there is space
...
close #239
2022-02-28 19:57:56 -03:00
alfrix
ebfe0debb8
job_status: Set cancelled state earlier, and fix status label
2022-02-28 19:57:56 -03:00
alfrix
c77bdfe617
Translations: Fix plurals
2022-02-26 16:03:08 -03:00
Alfredo Monclus
dd027c0583
Vertical mode ( #480 )
2022-02-24 16:00:51 -03:00
alfrix
3c1110d730
Base_panel: fix #413
2022-02-24 15:57:47 -03:00
alfrix
21be9df72e
Main_menu: fix graph colors when switching printers
2022-02-23 23:14:46 -03:00
Alfredo Monclus
84fc6e5757
Bed_level: Support 6 and 8 Screws and rotation ( #484 )
2022-02-23 14:04:54 -03:00
Frank Tackitt
4674737d0c
Show position including offsets in the move panel ( #516 )
...
This makes Z stepping make more sense after applying a Z offset and more
consistent with the results of sending manual gcodes.
2022-02-19 17:42:50 -03:00
alfrix
0625935062
print: remove dependency
2022-02-14 05:37:17 -03:00
alfrix
1753105265
sytem: fix updater when moonraker doesn't return configured_type
2022-02-13 17:28:15 -03:00
Randell Hodges
926773f4f3
Apply slider value on release ( #430 )
...
Scale will do the action when released instead of many times for every step while sliding.
2022-02-13 16:15:39 -03:00
alfrix
45d195bcd2
base_panel: Increase horizontal margin
...
The sidebar was too close to the content, this was better shown by adding a border to the sidebar wich showed that the content was clipping over it
2022-02-11 09:36:42 -03:00
alfrix
de35769600
Temp_panel: Fix issue with temperature_fan #495
...
Since temperature_fan has a target, it needs to be in the list to properly work
2022-02-08 13:45:46 -03:00
alfrix
fce90ebf9d
Print: hide extension in the list
2022-02-06 13:41:42 -03:00
alfrix
d05ac06ad3
Settings_panel: Prevent long translations from squashing the slider
...
and improve switch to be more consistent
2022-02-05 14:47:35 -03:00
alfrix
8375606771
Make Main_menu and Temp_panel look equal
2022-02-05 12:17:12 -03:00
alfrix
d0b651c9dd
Temp_panel: fix #490
2022-02-05 10:41:00 -03:00
alfrix
20aa25256f
Graph: improve look when there is little space
2022-02-05 10:24:09 -03:00
alfrix
c1b9123e9e
Printer_select: improve arrangement if printers > 4
2022-02-05 10:18:41 -03:00
alfrix
5c23946283
Job_status: Fix issue with standby state that prevented closing
2022-02-04 14:18:11 -03:00
alfrix
ffb62f149c
Job_status: revert close_panel changes
2022-02-04 10:49:12 -03:00
alfrix
e1877f2c2e
Job_status: call state_check just before trying to close the panel
...
This shouldn't be needed but it's a reasonable safeguard
2022-02-04 09:34:05 -03:00
alfrix
d5ab606509
Job_status: Fix not loading without display_status (needed for M117)
2022-02-04 09:28:11 -03:00
alfrix
da7667e64e
Job_status: Prevent the panel from closing itself when a print is in progress
2022-02-03 15:52:01 -03:00
alfrix
5384c59689
Job_status: Fix issues when the panel is not active
...
If the print finishes (or the user cancelled) while KS is in another panel, job_status was broken with no buttons, no filename, wrong progress and wrong status, this fixes all those issues, and removes some redundant checks
2022-02-03 11:47:52 -03:00
Randell Hodges
e478c3e8d9
Increase max move speed and separate XY and Z max speed ( #411 )
...
* Seperate XY and Z max speed
Increase max range of speed
* Limit the UI maximum for speed to 200, but allow a per printer override.
* Fix linting
2022-02-01 20:07:49 -05:00
alfrix
7db75ec30f
Temp_panel: Fix target not updating when using both gcode and ks settings
2022-02-01 12:54:27 -03:00
Adam Polkosnik [fun]
57377a7e8b
Bed leveling fix for printers with 4+ bed_screws ( #445 )
...
Fixes #443 on my printer with 6 bed screws.
It seemed to work with 3, 4, and 6 bed screws defined in printer.cfg
Also, added if statement to check for "screws_tilt_adjust" to avoid throwing an error when the section is not present.
2022-01-30 21:12:10 -03:00
alfrix
aad665e3ca
Extrude: visibly change load/unload if they are not found
2022-01-30 21:06:04 -03:00
alfrix
0f5752e3f1
Fix long line
2022-01-30 14:35:18 -03:00
alfrix
b9b404a356
Tpanel: replace underscore with space close #463
2022-01-30 14:03:51 -03:00
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