Skip to content

Commit

Permalink
Tsmith35 per BS PR4631 (#6709)
Browse files Browse the repository at this point in the history
ENH: support spiral lift with timelapse gcode
The existing implementation did only read the new Z position from the injected timelapse_gcode and flagged the position as unsafe because of this.

This change reads X, Y and Z pos from the timelapgse_gcode and will keep the position state correct to enable safety checks required for using spiral Z hop.

Because of this, spiral Z hop can be used everyhwere now. The same pattern is also applied for layer_change/toolhead gcode injection.

The set_current_position_clear method is unused but will be kept in implementation for future scenarios.

Co-authored-by: Simon [email protected]
  • Loading branch information
tsmith35 authored Sep 14, 2024
1 parent 603e3e7 commit c8216ac
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 94 deletions.
Loading

0 comments on commit c8216ac

Please sign in to comment.