3d-gussner
0c9bf5d435
Merge pull request #4635 from 3d-gussner/MK3_PP_improvements
...
Power Panic and LCD menu
2024-03-28 06:59:07 +01:00
3d-gussner
8d1be264e5
Thanks to @gudnimg pointing out duplicate if statements that are covered by the top-level if statement.
2024-03-27 17:44:50 +01:00
3d-gussner
9e8aadd8af
Revert split if statements
...
Kept few as these get too long
2024-03-27 10:15:07 +01:00
3d-gussner
5f26d5f7da
Fix MK2.5 builds
...
- removed `reset_uvlo` as `#ifdef UVLO_SUPPORT` everywhere for MK2.5 is a huge change.
2024-03-27 09:42:59 +01:00
3d-gussner
1ac69247d7
Fix and improve PowerPanic
...
- No wait for heatup during host print recovery
- No extra Z lift when power panic happens during paused print
- added an extra EEPROM value
- fixed `EEPROM_LAST_ITEM`
- changed EEPROM version to 3.14.0
- Added `reset_uvlo` function
2024-03-27 09:09:55 +01:00
3d-gussner
52275322a2
Remove redundant check
2024-03-20 08:41:29 +01:00
3d-gussner
9f8115639a
LCD menu
...
- Hide menus during recovering
- Un-/Load filament with FSensor active only show Load OR Unload depending on FS sate
- Host
- Reprint only shown when M79 timer is active
- Resume only shown when M79 timer active
- Stop print always shown when printing, paused and recovering
2024-03-13 17:43:00 +01:00
3d-gussner
a04063f966
Fix DEBUG_UVLO_AUTOMATIC_RECOVER
2024-03-13 17:43:00 +01:00
3d-gussner
e2823c3c35
Reset EEPROM_UVLO after recovering
...
Undo PP Z lift
2024-03-13 17:43:00 +01:00
3d-gussner
9e52b78285
Add ubs_timer.start to PRUSA uvlo
...
Cleanup format
2024-03-13 17:43:00 +01:00
3d-gussner
15ea2784c3
Fix another saved_printing_type issue
2024-03-13 17:43:00 +01:00
3d-gussner
4e032f6f11
Change to saved_printing_type fixes few issues during power panic recovery
2024-03-13 17:43:00 +01:00
3d-gussner
fc157d1f6c
Fix missing eeprom_update_byte for debuging
2024-03-13 17:43:00 +01:00
3d-gussner
5b7c583dba
Fix `print_saved_in_ram` to be true for both SD and host prints
2024-03-13 17:43:00 +01:00
3d-gussner
9ec5639d29
Rename `sd_print_saved_in_ram` to `print_saved_in_ram` as it saves sd and host prints
2024-03-13 17:43:00 +01:00
3d-gussner
112d3c672c
Update debug_printer_states
2024-03-13 17:43:00 +01:00
3d-gussner
16aa2e7834
Hide LCD menu "Reprint" during power panic recovery
2024-03-13 17:43:00 +01:00
3d-gussner
886d610524
Cancle power recovery correctly using cancel_saved_printing();
2024-03-13 17:43:00 +01:00
3d-gussner
95c6ea5889
Fix to correct EEPROM address
2024-03-13 17:42:59 +01:00
3d-gussner
47235bbf62
Power panic recover lift by 20 Z_PAUSE_LIFT only once
...
by setting PENDING_RECOVERY_RETRY
Also the default saved_printing_type after a reboot is now PRINT_TYPE_NONE
2024-03-13 17:42:59 +01:00
3d-gussner
88b77ecce2
Add bool printer_recovering
2024-03-13 17:42:59 +01:00
3d-gussner
517900c3fe
Add DEBUG_PRINTER_STATES
2024-03-13 17:42:59 +01:00
3d-gussner
4235f784b9
Merge pull request #4622 from prusa3d/vintagepc/automatic-releases
...
Auto-create releases when a build is tagged.
2024-03-13 16:27:16 +01:00
3d-gussner
9df3846ffa
Remove white space
2024-03-13 16:23:51 +01:00
VintagePC
18c7c8c55b
Quotes, perhaps
2024-03-12 18:55:38 -04:00
vintagepc
2ad76e225b
Update build.yml
...
Use ${{ github.workspace }} instead
2024-03-12 07:40:34 -04:00
VintagePC
50ba83219f
Try fixing paths
2024-03-11 19:02:24 -04:00
vintagepc
84259de765
Update build.yml
...
Fix bug in run specifiers
2024-03-11 08:31:19 -04:00
3d-gussner
b43ee3bf3d
Merge pull request #4628 from 3d-gussner/MK3_Stale_action_V9
...
Update stale action to v9 as Node.js 16 are deprecated.
2024-03-08 13:01:54 +01:00
3d-gussner
ad35740092
Update stale action to v9 as Node.js 16 are deprecated.
2024-03-08 10:49:12 +01:00
VintagePC
361627d91d
Use simplified filenames without hash/build counter
2024-03-04 18:51:11 -05:00
3d-gussner
1619db5b62
Merge pull request #4625 from 3d-gussner/MK3_MMU302
...
Bump up MMU FW version to 3.0.2
2024-03-04 14:06:18 +01:00
D.R.racer
4bca4021c6
Bump up MMU FW version to 3.0.2
...
.
2024-03-04 11:55:54 +01:00
VintagePC
c0284497e3
Facilitate automatic release uploads of artifacts
2024-03-01 20:00:27 -05:00
3d-gussner
2d9dbecd5d
Merge pull request #4619 from 3d-gussner/MK3_DEBUG_EEPROM_CHANGES
...
Add DEBUG_EEPROM_CHANGES
I gonna merge this and maybe @gudnimg can improve it later. Need this for 3.14.0 PowerPanic debugging
2024-02-27 16:16:32 +01:00
3d-gussner
f9bdb8b8aa
Add DEBUG_EEPROM_CHANGES
2024-02-27 08:56:18 +01:00
3d-gussner
c7b5fd59ed
Merge pull request #4617 from leptun/cherrypick_xyzcal_use_stallguard_during_z_cal
...
Cherrypick xyzcal use stallguard during z cal
2024-02-26 10:27:45 +01:00
Alex Voinea
af64d446bf
Fix MK2.5 build
2024-02-26 10:14:01 +01:00
Alex Voinea
aededa34bb
Properly check for Z crashes while lowering/raising Z for Z calibration
2024-02-26 10:13:56 +01:00
Alex Voinea
326019a8bf
Use stallguard during Z calibration after XYZ calibration
2024-02-26 10:13:51 +01:00
Alex Voinea
692f062fee
Add tmc currents debug
2024-02-26 10:13:45 +01:00
3d-gussner
665692b73e
Merge pull request #4614 from gudnimg/sudo-apt-update
...
CI: Add sudo apt-get update
2024-02-24 16:44:02 +01:00
Guðni Már Gilbert
704003295a
CI: Add sudo apt-get update
...
See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners
> Note: Always run sudo apt-get update before installing a package. In case the apt index is stale, this command fetches and re-indexes any available packages, which helps prevent package installation failures.
2024-02-24 15:29:21 +00:00
3d-gussner
c5a036d817
Merge pull request #4601 from leptun/MK3_TMC_restore_currents_post_home
...
Mk3 TMC restore currents post home
2024-02-19 17:08:24 +01:00
Alex Voinea
ccb956eae4
Restore custom currents after homing end
2024-02-19 15:33:06 +01:00
Alex Voinea
e6a4856196
Restore default XY currents after homing
2024-02-19 15:32:22 +01:00
3d-gussner
f80fb4c17c
Merge pull request #4594 from 3d-gussner/MK3_Action_fix
...
Update action as v3 is deprecated
2024-02-13 20:08:25 +01:00
3d-gussner
f9671d40c7
Update action as v3 is deprecated
2024-02-13 08:32:54 +01:00
3d-gussner
dc3b3387ed
Merge pull request #4593 from 3d-gussner/MK3_Fix_Stop_print_for_host_prints
...
Fix Stop print to send host action when host print is active
2024-02-05 10:39:49 +01:00
3d-gussner
8e26a95630
Merge pull request #4590 from gudnimg/PFW-1552-v2
...
PFW-1552 Fix a regression introduced in f022567
2024-02-05 08:54:52 +01:00