mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-10 03:27:35 +00:00
Treat nozzle diameter mismatch as a warning (#14890)
This commit is contained in:
@@ -550,6 +550,13 @@ public:
|
||||
// Compare the slicing file's nozzle requirements (validity, flow, diameter) against the
|
||||
// printer; the rack extruder is checked against its whole inventory (mounted + rack).
|
||||
bool CheckErrorExtruderNozzleWithSlicing(MachineObject* obj_);//return true if no errors
|
||||
// Orca: a nozzle diameter differing from the one the printer remembers is a non-blocking
|
||||
// warning shown in the message board with an acknowledgement checkbox; Send stays disabled
|
||||
// until the user ticks it. m_nozzle_diameter_mismatch_msg is the current mismatch text (empty
|
||||
// when there is none), m_nozzle_diameter_ack_msg the text the user acknowledged; Send is
|
||||
// allowed only while the two match, so a changed or cleared mismatch re-requires acknowledgement.
|
||||
wxString m_nozzle_diameter_mismatch_msg;
|
||||
wxString m_nozzle_diameter_ack_msg;
|
||||
// Warn (without blocking) when a mapped filament would be printed from both extruders on a
|
||||
// dual-extruder printer, so per-nozzle manual K-value can't follow it across the whole print.
|
||||
bool CheckWarningFilamentCrossExtruder(MachineObject* obj_);
|
||||
|
||||
Reference in New Issue
Block a user