Uncertain about what to buy? Check out THE ULTIMATE FPV SHOPPING LIST: https://www.fpvknowitall.com/ultimate...
SUPPORT ME ON PATREON at: http://bit.ly/2Ep5Sia
THIS IS MY FULL TIME JOB. Here are other ways that you can support me: https://www.fpvknowitall.com/support-me/
---
Let's install BLtouch and the silent mainboard on our Sovol SV-01 3D printer. And then let's see how good they are!
0:00 - Intro
1:10 - Install silent mainboard
05:28 - How quiet is it?
06:10 - Flash new mainboard firmware?
07:16 - Plug in BLTouch to mainboard
08:37 - Install BLtouch bracket
12:28 - Flash new firmware for BLtouch to mainboard
14:42 - Adjust Z Offset
20:01 - Build mesh
21:25 - Start Gcode to use the mesh
23:49 - Final results? How good is it?
-- RESOURCE LINKS --
https://www.coptertec.de/news/2019/ma... - Sovol SV-01 Marlin 2.0 firmware
• Sovol SV01 LEVEL UP with Marlin 2.0 F... - How to flash Marlin 2.0 to the Sovol SV-01
https://cdn.shopify.com/s/files/1/005... - Sovol Z offset calculation guide
• 3D Printing - My whole 3D printing playlist
-- PRODUCT LINKS --
I receive a commission (at no extra cost to you) if you make a purchase after clicking one of the affiliate links below.
Buy the Sovol SV01 at:
Amazon - https://amzn.to/33Q2O7F
Sovol - http://bit.ly/2DRp6eY
Buy the Sovol Silent Mainboard at:
Sovol - https://bit.ly/3dwYj7O
MANDATORY DISCLAIMER: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for me to earn fees by linking to Amazon.com and affiliated sites.
-- MY START GCODE --
M501;Load settings from EEPROM (necessary for Z offset)
; Following settings from Sovol
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate
M140 S{material_bed_temp_wait} ;Start heating bed
M104 S{material_print_temperature} ;Start heating extruder
G28 ;Home
M420 S ; Turn leveling back on after G28 (why is this needed?)
G29 L0 ;Load mesh
G29 J ;Three point level
M109 S{material_print_temperature} ;Wait for extruder to reach temp before proceeding
M190 S{material_bed_temp_wait} ;Wait for bed to reach temp before proceeding
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up