mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 03:09:11 +08:00
Second layer commands were written multiple times
This commit is contained in:
parent
0d6ff22e19
commit
3afeb5c7b5
@ -794,6 +794,7 @@ sub write_gcode {
|
|||||||
}
|
}
|
||||||
$gcode .= $gcodegen->set_bed_temperature($Slic3r::Config->bed_temperature)
|
$gcode .= $gcodegen->set_bed_temperature($Slic3r::Config->bed_temperature)
|
||||||
if $Slic3r::Config->bed_temperature && $Slic3r::Config->bed_temperature != $Slic3r::Config->first_layer_bed_temperature;
|
if $Slic3r::Config->bed_temperature && $Slic3r::Config->bed_temperature != $Slic3r::Config->first_layer_bed_temperature;
|
||||||
|
$second_layer_things_done = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
# set new layer, but don't move Z as support material contact areas may need an intermediate one
|
# set new layer, but don't move Z as support material contact areas may need an intermediate one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user