mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:45:57 +08:00
Enable extruder_offset configuration for first extruder. #2224
This commit is contained in:
parent
9cb6dc768f
commit
350d634433
@ -1131,9 +1131,6 @@ sub _update {
|
||||
$self->get_field('toolchange_gcode')->toggle($have_multiple_extruders);
|
||||
|
||||
for my $i (0 .. ($self->{extruders_count}-1)) {
|
||||
# disable extruder offset for first extruder
|
||||
$self->get_field('extruder_offset', $i)->toggle($i != 0);
|
||||
|
||||
my $have_retract_length = $config->get_at('retract_length', $i) > 0;
|
||||
|
||||
# when using firmware retraction, firmware decides retraction length
|
||||
|
Loading…
x
Reference in New Issue
Block a user