mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Port the pre-send checks and wire the AMS best-position popup
This commit is contained in:
@@ -119,6 +119,13 @@ enum PrintDialogStatus : unsigned int {
|
||||
PrintStatusWarningExtFilamentNotMatch,
|
||||
PrintStatusFilamentWarningNozzleHRC,
|
||||
PrintStatusFilamentCrossExtruderWarning,
|
||||
// Orca: resynced pre-send-check statuses. SmartNozzleBlobNeedAuto + TPUUnsupportCaliOn are wired
|
||||
// (see SelectMachine); FilamentWarningRemainNotEnough + PrintTimeEstimateWarning are declared for
|
||||
// forward-compat but their feature wiring stays deferred (missing device-model surface).
|
||||
PrintStatusTPUUnsupportCaliOn,
|
||||
PrintStatusSmartNozzleBlobNeedAuto,
|
||||
PrintStatusFilamentWarningRemainNotEnough,
|
||||
PrintStatusPrintTimeEstimateWarning,
|
||||
PrintStatusFilamentWarningEnd,
|
||||
|
||||
PrintStatusWarningEnd,//->end error<-
|
||||
|
||||
Reference in New Issue
Block a user