mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Second layer commands were written multiple times
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user