Skip to content

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

Notifications You must be signed in to change notification settings

basnagel/Marlin-sv06-blastrock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

This repository contains a Marlin firmware for the Sovol SV06.

This is an attempt at cleaning up branches from various other firmwares while providing a working Marlin 2.1.2 firmware with X-Twist compensation support.

The rebase over Marlin 2.1.2 does not tweak the configuration, except for the following small changes:

  • Enable X-Twist Compensation
  • Disable beeps (I hate beeps)
  • Enable watchdog (Marlin warns that it should be enabled)

There is no Unified Bed Leveling build because I couldn't make it work on my printer. When it is enabled, for some reason motors spin more slowly and sensorless homing is broken (it keeps grinding). My uneducated guess is that the board is not fast enough for the UBL calculations.

How to download the rebased firmware

You can download the released firmware here.

How to explore this repository

You'll find here the following branches:

About

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.0%
  • C 29.6%
  • Python 1.0%
  • Shell 0.6%
  • JavaScript 0.3%
  • HTML 0.2%
  • Other 0.3%