mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Validate the height values entered into the layer height table.
Clamp these values between the minimum of min_layer_height per nozzle and the maximum of max_layer_height per nozzle. Don't allow entering zero layer height to trim an object, the cut dialog should be used instead. Fixes https://github.com/prusa3d/Slic3r/issues/235
This commit is contained in:
@@ -1819,6 +1819,7 @@ sub object_settings_dialog {
|
||||
my $dlg = Slic3r::GUI::Plater::ObjectSettingsDialog->new($self,
|
||||
object => $self->{objects}[$obj_idx],
|
||||
model_object => $model_object,
|
||||
config => $self->GetFrame->config,
|
||||
);
|
||||
$self->pause_background_process;
|
||||
$dlg->ShowModal;
|
||||
|
||||
Reference in New Issue
Block a user