mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 10:52:15 +00:00
Allow printing even if nozzle info isn't reported by firmware. (#12814)
* Don't assume 0.4mm nozzle; format as "unknown" if not defined. * Skip nozzle diameter and hardness checks if nozzle info unknown. --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -68,8 +68,7 @@ private:
|
||||
|
||||
wxString GetString(NozzleType nozzle_type) const;
|
||||
wxString GetString(NozzleFlowType nozzle_flow_type) const;
|
||||
wxString GetString(float diameter) const { return wxString::FromDouble(diameter); };
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class PrintOptionsDialog : public DPIDialog
|
||||
|
||||
Reference in New Issue
Block a user