Commit 8cc27ae
committed
fix: prevent Travel Fix Up injection inside wipe blocks
BrickLayers was storing travel line references during wipe blocks,
then replacing them with Travel Fix Up moves that broke the wipe
sequence. This caused:
1. Missing chunks in Bambu Studio's G-code preview
2. Incomplete nozzle wipe at brick layer transitions (print quality)
One-line fix: added 'and not feature.wiping' check when storing
last_noninternalperimeter_xy_line reference.
Affects Bambu Studio format only — OrcaSlicer format was unaffected.1 parent 6d0d649 commit 8cc27ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2183 | 2183 | | |
2184 | 2184 | | |
2185 | 2185 | | |
2186 | | - | |
| 2186 | + | |
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
| |||
0 commit comments