Skip to content

Commit

Permalink
fix: add spiral z hop on layer change even without timelapse
Browse files Browse the repository at this point in the history
on layer changes, the Bambu Lab A1 series is supposed to use a spiral z hop to mitigate stringing as documented in https://wiki.bambulab.com/en/software/bambu-studio/parameter/retraction#auto.

The GCODE for timelapse handling has a bug since its initial release that will only execute the spiral Z hop when timelapse is activated and use a normal straight Z hop instead.

This commit moves the spiral GCODE before the timelapse condition is trigged. It while still support the additional instructions inside the timelapse handling conditional.
  • Loading branch information
ziehmon committed Aug 9, 2024
1 parent 4697a98 commit 0190e48
Showing 1 changed file with 1 addition and 1 deletion.
Loading

0 comments on commit 0190e48

Please sign in to comment.