Skip to content

Commit

Permalink
Restore nozzle override fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anselor committed Jun 27, 2024
1 parent a4357d1 commit 8be48db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/SelectMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
if (!obj_->nozzle_type.empty() && (m_print_type == PrintFromType::FROM_NORMAL)) {
if (!is_same_nozzle_diameters(tag_nozzle_type, nozzle_diameter)) {
has_slice_warnings = true;
is_printing_block = true;
#is_printing_block = true; # Removed to allow nozzle overrides (to support non-standard nozzles)

wxString nozzle_in_preset = wxString::Format(_L("nozzle in preset: %s %s"),nozzle_diameter, "");
wxString nozzle_in_printer = wxString::Format(_L("nozzle memorized: %.2f %s"), obj_->nozzle_diameter, "");
Expand Down

0 comments on commit 8be48db

Please sign in to comment.