Skip to content

Fix preview button slicing all plates instead of current plate only - #683

Open
moewhite19 wants to merge 2 commits into
Snapmaker:mainfrom
moewhite19:main
Open

Fix preview button slicing all plates instead of current plate only#683
moewhite19 wants to merge 2 commits into
Snapmaker:mainfrom
moewhite19:main

Conversation

@moewhite19

Copy link
Copy Markdown

Move m_slice_all = false to the top of the do_reslice lambda so it is always reset when entering the Preview panel. Previously the flag was only cleared inside conditional branches that could be skipped when the current plate was already sliced, causing a leftover slice-all flag from a previous operation to trigger chain-slicing of all plates.

Move m_slice_all = false to the top of the do_reslice lambda so it is
always reset when entering the Preview panel. Previously the flag was
only cleared inside conditional branches that could be skipped when
the current plate was already sliced, causing a leftover slice-all
flag from a previous operation to trigger chain-slicing of all plates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant