Skip to content
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 20 commits into from
Aug 24, 2024

Conversation

mrpond
Copy link
Contributor

@mrpond mrpond commented Aug 16, 2024

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

//#define STATUS_HOTEND_INVERTED    // Show solid nozzle bitmaps when heating (Requires STATUS_HOTEND_ANIM for numbered hotends)
//#define STATUS_HOTEND_ANIM        // Use a second bitmap to indicate hotend heating
//#define STATUS_BED_ANIM           // Use a second bitmap to indicate bed heating
//#define STATUS_CHAMBER_ANIM       // Use a second bitmap to indicate chamber heating

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 acceleration
Real 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)

#define FIL_RUNOUT_ENABLED_DEFAULT true -> false
#define FIL_RUNOUT_STATE HIGH -> LOW 

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

mrpond and others added 20 commits July 16, 2024 06:11
keep original sv06 as much as possible until I got my hand on sv06
Tested on Sovol SV06 filament sensor
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
@thinkyhead thinkyhead merged commit 2592787 into MarlinFirmware:import-2.1.x Aug 24, 2024
1 check passed
rngkll pushed a commit to rngkll/Configurations that referenced this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants