mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:09:05 +08:00
Bugfix: brim was positioned incorrectly if no skirt was enabled. #627
This commit is contained in:
parent
d6b06e08bc
commit
26e033a30c
@ -635,6 +635,8 @@ sub write_gcode {
|
||||
|
||||
# extrude brim
|
||||
if ($layer_id == 0 && !$brim_done) {
|
||||
$gcodegen->shift_x($shift[X]);
|
||||
$gcodegen->shift_y($shift[Y]);
|
||||
$gcode .= $gcodegen->extrude_loop($_, 'brim') for @{$self->brim};
|
||||
$brim_done = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user