forked from OrcaSlicer/OrcaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 1
Codex/update orcaslicer for mainsail afc lane detection 7y4l4d #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lindnjoe
wants to merge
290
commits into
Ocraftyone:main
Choose a base branch
from
lindnjoe:codex/update-orcaslicer-for-mainsail-afc-lane-detection-7y4l4d
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Codex/update orcaslicer for mainsail afc lane detection 7y4l4d #14
lindnjoe
wants to merge
290
commits into
Ocraftyone:main
from
lindnjoe:codex/update-orcaslicer-for-mainsail-afc-lane-detection-7y4l4d
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move the function to fix the issue with linking during the build of the orca profile validator
# Conflicts: # src/libslic3r/Preset.cpp
It wasn't pulling from the server, so it wasn't truly updating the spool
The slicing warnings are now stored on a per-plate basis, so the warnings for the previously sliced plate does not get overwritten by slicing a new plate. The warning dialog now shows the warnings only for the currently exported plate, not just the most recently sliced and will show all print warnings when all plates are being exported.
The slicing dialog is now handled by the export functions within Plater.cpp rather than in the BackgroundSlicingProcess.cpp via an event to the plater. This allows the continue yes/no dialog to properly interrupt the export and shows the dialog during all types of export rather than just the legacy gcode export and legacy print.
This allows notification actions to be performed on a per-plate basis and allows the same notification to exist between multiple plates
…sail-afc-lane-detection-kh3gib Handle AFC lanes reported via AFC_stepper
…mainsail-afc-lane-detection-dzhlyx
…sail-afc-lane-detection-dzhlyx Improve Moonraker lane spool ID detection
…mainsail-afc-lane-detection-t74il2
…sail-afc-lane-detection-t74il2 Improve Moonraker lane spool ID detection
…mainsail-afc-lane-detection-sz1rms
…sail-afc-lane-detection-sz1rms Query Moonraker AFC lane objects when syncing Spoolman lanes
…mainsail-afc-lane-detection-ofr1mz
…sail-afc-lane-detection-ofr1mz Fix Moonraker spool ID extraction on MSVC
…mainsail-afc-lane-detection-e8mzgd
…sail-afc-lane-detection-e8mzgd Simplify Moonraker lane cache parsing
…mainsail-afc-lane-detection-u1f1l7
…sail-afc-lane-detection-u1f1l7 Refine Moonraker lane cache traversal
…mainsail-afc-lane-detection-0s0rzw
…sail-afc-lane-detection-0s0rzw Fix optional lane index handling
…sail-afc-lane-detection-zki3vo Document NSIS requirement for Windows installers
…mainsail-afc-lane-detection-rvor78
…sail-afc-lane-detection-rvor78 Preserve Moonraker lane order when caching
…mainsail-afc-lane-detection-7y4l4d
Author
|
,k, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Screenshots/Recordings/Graphs
Tests