Skip to content

codevski/CR10v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creality CR10v3 Firmware

ditto
Unofficial Creality CR10v3 firmware

The little project that could. Built with ❤︎ by codevski and contributors.

Table of Contents

My current CR10v3 firmware forked from pickysysadmin

Note

The firmware has X and Y offsets pre-configured in it for the BLTouch based on this mount: CR-10 V2 BL Touch Mount If you run into any EEPROM Version errors just send the machine a M502 then M500 to write the current setting in firmware to the eeprom.

Tweaks

Changes/tweaks from stock CR-10 V2 config

  • Set CUSTOM_MACHINE_NAME to match the CR-10 V3 (instead of V2)
  • Custom logo/version strings
  • Set HEATER_0_MAXTEMP to 275 so the maximum temperature of the CR-10 V3 can be reached (260F)
    • Marlin has a built-in saftey where it takes the max temperature, subtracts 15F and then that becomes the max temperature so 275 - 15 = 260
  • Set NOZZLE_TO_PROBE_OFFSET to match where my BLTouch is (you might need to change this)
  • Disabled RESTORE_LEVELING_AFTER_G28 because I use Gcode to handle all this manually and to make sure my bed leveling offsets aren't loaded when I run a mesh-level
  • Disabled AUTO_REPORT_SD_STATUS because I'm tired of seeing it in my logs. I know the microSD card isn't installed.
  • Enabled SERIAL_PORT_2 1

Downloads

Drivers: th3dstudio

Pre-compiled firmware can be found in the firmware folder or on the Releases page

Changelog