I’m trying to build firmware for the CR-10 MAX. The git has no config example for this machine. And this is the first time for me to look into the settings. I’m using the firmware from Tiny Machines.
I’ve done the following upgrades:
- Hero Me 5 fan ducts
- Converted it to a direct drive with stock parts.
The settings below are what I currently have selected:
#define MachineCR10Max
#define PLUS // Adds BLTouch, allmetal, bilinear (standard), lerdge, 93 e-steps/mm
#define HotendStock
#define DirectDrive // Any direct drive extruder, reduces filament change lengths
#define ABL_BLTOUCH
#define GraphicLCD
#define ABL_BI
#define MeshFine
And these are questions on, if they are ok.
Changing probe offset for Hero Me 5 kit (values from manual)
#define X_MIN_POS -47
#define Y_MIN_POS 2
.
**Should I select AC or DC for the CR-10 MAX?**
//#define BedAC // **I think it is AC what the MAX has?**
//#define BedDC
.
I think I do not need:
//#define AddonFilSensor
.
**Would I want/need this?**
//#define POWER_LOSS_RECOVERY
————————
Am I complete like this or am I missing settings??