Skip to content

Releases: Pr20100/SOVOL-SV06-Klipper-profile

SV06 KLIPPER CONFIG v120123-1

12 Jan 00:23
059ed8a
Compare
Choose a tag to compare

Update v120123-1
If you're updating your current files MAKE A BACKUP

If you have an error : ".../steppers/steppers-basic.cfg' does not exist"

See the files in config/printing-profiles/ and select the good path for each one

To make it easier for our fresh new users, the last one is selected by default

I was using a Mainsail release older than some people install since 31/12/22. It's was a problem for the folder path so :

  • New universal files path for [include] function in :
    - printer.cfg
    - /config/include.cfg
    - /config/steppers/x.cfg files
    - /config/drivers/x.cfg files
  • For printing-profile files (basic, stealthchop or performance if you use :
    - the new path on a new install = NOTHING TO CHANGE
    - the old path on an older install = go to /config/printing-profiles/ and select your path

Update v120123
If you're updating your current files MAKE A BACKUP

Changes and additions :

  • This release use a new folder architecture that's not going to change in the future. You have to overwrite your actual files, printer.cfg included (don't forget to save it before and copy and paste your additions and saved parameter at the bottom of the file)
  • 3 printing profile to choose on printer.cfg :
  1. Basic : activated by default, runing spreadcyle with no interpolation, 64 microsteps on axis
  2. Stealthchop : using stealthchop with interpolation, 16 microsteps on axis and lower current values
  3. Performance : (old speed_profile) runing spreadcyle with no interpolation, 32 microsteps on axis and higher current values
  • TMC2209 : changed sensorless homing values on X and Y to prevent incorrect moves = driver_SGTHRS: 75 vs 81 before (the 81 value is still used for the perfomance profile in config/printing-profiles/performance.cfg)

BETA v090123-b

09 Jan 15:58
3a4dd4b
Compare
Choose a tag to compare
BETA v090123-b Pre-release
Pre-release

BETA v090123-b
BETA VERSION If you're updating your current files MAKE A BACKUP

Changes and additions :

  • printing-profiles : added a folder for printing profiles under /config

  • speed_profile.cfg is now called performance.cfg with no other changes

  • 3 printing profiles :

    1. Basic : base steppers current / interpolation off (more precise) / 64 microsteps on XYZ axis to reduce the steppers noise
    2. Silent : base steppers current / interpolation on (quitter) in stealth mode / 16 microsteps on XYZ to keep enougth torque
    3. Performance : higher steppers current / interpolation off (more precise) / 32 microsteps on XYZ to keep enougth torque at higher speed and acceleration
    
  • options.cfg : included new printing profiles

SVO6 KLIPPER CONFIG v080123-1

08 Jan 20:19
54d2379
Compare
Choose a tag to compare

Update v080123-1
If you're updating your current files MAKE A BACKUP

Changes and additions :

  • printer.cfg : added PID values for bed and heater to avoid an Error message on first boot. You still have to run PID Tuning to get your own values / firmware options are now in /config/options.cfg
  • base.cfg : create an options.cfg file to move all options included in printer.cfg. (To not have to modify the printer.cfg later if something is added or modified)
  • screw_adjust.cfg : screw_thread: CW-M4 to screw_thread: CCW-M4
  • gantry_calibration.cfg: removed HOLD_CURRENT references in the macro, we don't use it
  • options.cfg : [menu __main __octoprint] disable useless Octoprint menu on the screen

Special thanks to Martin and the drucktipps3d.de forum ;)

SVO6 KLIPPER CONFIG v080123

08 Jan 01:55
ef88e2c
Compare
Choose a tag to compare

Update v080123
If you're updating your current files MAKE A BACKUP

Complete Klipper config for Sovol SV06 stock printer

Main changes and additions:

  • NEW : pico-usb-adxl.cfg (use a raspberry pico to run adxl sensor via usb connector, easy and cheap to make, very convenient to make resonnance compensation on all your printers)

  • speed_profile.cfg : now run 32 microsteps VS 64 before (no quality improvment with 64 / cooler steppers but makes more noise with 32. If you know what you do you can go back to 64 if you prefer)

  • adxl.cfg : edited probe_points

  • bed_mesh.cfg : bicubic_tension: 0.05 vs 0.2 before (bed mesh extrapolation is less agressive, works better for me. You can try every value between these two if you want)

  • screws_adjust.cfg : removed G28 Home All Axis command in the macro (you can now run again the screws tilt without homing between each)
    ...

  • And few other minor changes and updates