V-Baby Config.h
How Can We Help?
Settings for config.h in Marlin 2
This article describes what settings you need to configure in the config.h file for the stock setup. The stock controller is the SKR 1.3 mainboard with TMC 2208/2209 stepper drivers and the TFT24 LCD controller
The config.h and configadv.h files are also located in the firmware folder on github
Config.h Settings
- define SERIAL_PORT -1
- define SERIAL_PORT_2 0
- define BAUDRATE 250000
- #define MOTHERBOARD BOARD_BIGTREE_SKR_V1_3
- define CUSTOM_MACHINE_NAME “V-Baby CXY”
- define DEFAULT_NOMINAL_FILAMENT_DIA 1.75
- define TEMP_SENSOR_0 5
- define TEMP_SENSOR_BED 11
- PID Settings ( Approximate numbers for a V6 clone – Tune this later)
#define DEFAULT_Kp 13
#define DEFAULT_Ki 0.65
#define DEFAULT_Kd 60 - #define PIDTEMPBED
(These numbers are for the 400W 220Vac 200*200 – Tune these parameters later)
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi 3
#define DEFAULT_bedKd 145 - define EXTRUDE_MAXLENGTH 1000
- define COREXY
- define X_DRIVER_TYPE TMC2209
- define Y_DRIVER_TYPE TMC2209
- define Z_DRIVER_TYPE TMC2208
- define E0_DRIVER_TYPE TMC2208
- define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 2756, 407 }
- define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 300 }
- define DEFAULT_MAX_ACCELERATION { 3000, 3000, 3000, 10000 }
- define DEFAULT_ACCELERATION 2000
- define DEFAULT_RETRACT_ACCELERATION 3000
- define DEFAULT_TRAVEL_ACCELERATION 2000
- #define DEFAULT_XJERK 15.0
- #define DEFAULT_YJERK 15.0
- #define DEFAULT_ZJERK 15.0
- define DEFAULT_EJERK
- define S_CURVE_ACCELERATION
- define BLTOUCH
- define X_PROBE_OFFSET_FROM_EXTRUDER 18
- define Y_PROBE_OFFSET_FROM_EXTRUDER -18
- define Z_PROBE_OFFSET_FROM_EXTRUDER -1 (Calibrate later)
- define MULTIPLE_PROBING 3
- define INVERT_X_DIR false
- define INVERT_Y_DIR false
- define INVERT_Z_DIR true
- define X_BED_SIZE 200
- define Y_BED_SIZE 200
- define Z_MAX_POS 190
- //#define MIN_SOFTWARE_ENDSTOP_Z (Make comment by adding // in front of the #)
- define FILAMENT_RUNOUT_SENSOR
- define AUTO_BED_LEVELING_3POINT
- define RESTORE_LEVELING_AFTER_G28
- define Z_SAFE_HOMING
- define Z_SAFE_HOMING_Y_POINT ((190))
- define EEPROM_SETTINGS
- define NOZZLE_PARK_FEATURE
- define PRINTCOUNTER
- define SDSUPPORT
- define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER