Refactor GitHub workflows to remove scheduled triggers and streamline build processes. Update MixedFilament to include local Z max sublayers for enhanced filament management. Introduce new functions for color match gradient handling in the GUI.

This commit is contained in:
Rad
2026-03-19 01:53:40 +01:00
parent 3eb746dd8c
commit b2f4018930
10 changed files with 2651 additions and 654 deletions

View File

@@ -7,8 +7,6 @@ on:
paths:
- '**.sh'
- 'scripts/linux.d/*'
schedule:
- cron: '55 7 * * *' # run once a day near midnight US Pacific time
workflow_dispatch: # allows for manual dispatch
name: "Shellcheck"