mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-19 17:02:08 +00:00
fix(gui): rack-aware pre-print nozzle checks in the send dialog
A print sliced for a nozzle that sits in the hotend rack (but is not mounted) was blocked by the send dialog's mounted-nozzle diameter check, even though the printer fetches the required nozzle itself (#14685). Consolidate the three mounted-nozzle gates (_is_nozzle_data_valid, is_nozzle_type_match, _is_same_nozzle_diameters) into a single CheckErrorExtruderNozzleWithSlicing fed by s_get_slicing_extuder_nozzles, which collects the plate's per-extruder nozzle requirements (hybrid extruders contribute one entry per used sub-nozzle flow). The rack extruder validates against its whole inventory (mounted + rack) with guidance to calibrate the rack, refresh nozzle info, or re-slice, and blocks when toolhead + rack are full (no free slot to stow a nozzle). Other extruders keep the validity/flow/diameter checks against the mounted nozzle. Also add CheckErrorRackStatus, which holds Send while the printer is still reading the rack hotend information, and judge material hardness for the rack extruder per dispatch-mapped nozzle as a non-blocking caution (mounted nozzles keep the blocking gate).
This commit is contained in:
@@ -18763,8 +18763,26 @@ msgstr ""
|
||||
msgid "Both"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printer has no nozzle matching the slicing file (%s). Please install a "
|
||||
"matching nozzle on the printer, or set the corresponding printer preset "
|
||||
"while slicing."
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "The printer has no nozzle matching the slicing file (%s)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please complete the hotend rack setup and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please refresh the nozzle information and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please install a matching nozzle in the hotend rack, or set the corresponding printer preset while slicing."
|
||||
msgstr ""
|
||||
|
||||
msgid "The toolhead and hotend rack are full. Please remove at least one hotend before printing."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "Refreshing information of hotends(%d/%d)."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "The hardness of current material (%s) exceeds the hardness of %s(%s). It may cause nozzle wear, leading to material leakage and unstable flow. Please exercise caution when using it."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user