-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Sovol SV06 Update with real data, and real usage #1088
Merged
Merged
Conversation
This file contains 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
keep original sv06 as much as possible until I got my hand on sv06
This reverts commit b8d2d2b.
Tested on Sovol SV06 filament sensor
… into import-2.1.x
Enable back Z_INTERPOLATE (comment out to use default value) Move extruder to actually middle (align the cable with gantry) Save some space by disable some animation bitmap Enable input shaping, (My LM8UU bad since day 1 it arrive, no default tuning profile for it). Taken max feed rate value from SOVOL's high speed firmware Turn on S_CURVE acceleration Real nozzle to probe offset { 25, -25, 0 } -> { 28, -20, 0 } (same as hillsoftware value, I measure it also got the same value). PROBING_MARGIN to 0 to pass SanityCheck.h "PROBING_MARGIN must be >= 0"
Enable ABL_BILINEAR_SUBDIVISION
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.
Requirements
Update with real data, and real usage
Description
Enable back Z_INTERPOLATE (comment out to use default value)
Move extruder to actually middle (align the cable with gantry)
GANTRY_CALIBRATION_SAFE_POSITION XY_CENTER -> { X_CENTER + 3, Y_CENTER }
Save some space by disable some animation bitmap
Enable input shaping, (My LM8UU bad since day 1 it arrive, no default tuning profile for it).
Taken max feed rate value from SOVOL's high speed firmware
#define DEFAULT_MAX_FEEDRATE { 500, 500, 10, 30 } -> { 300, 300, 10, 100 }
Turn on S_CURVE accelerationReal nozzle to probe offset (same as hillsoftware value, I measure it also got the same value).
NOZZLE_TO_PROBE_OFFSET { 25, -25, 0 } -> { 28, -20, 0 }
PROBING_MARGIN to 0 to pass SanityCheck.h "PROBING_MARGIN must be >= 0"
Enable filament sensor (disable at startup), SV06 need buy it as addon
correct runout state (official SV06 sensor from SOVOL's website)
Enable ABL_BILINEAR_SUBDIVISION
Benefits
Make it usable out of the box.
menu to
enable/disable/adjust input shaping value
enable/disable filament sensor
Related Issues
N/A