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

@@ -1,8 +1,6 @@
name: Assign Issue
on:
schedule:
- cron: 0 0 * * *
issue_comment:
types: [created]
workflow_dispatch: