VORON Configs updated for RC8. Also added bits for V1.5

in Configuration.h : 125c125 < #define BAUDRATE 115200 --- > #define BAUDRATE 250000 472,476c472,477 < #define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. < #define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. < #define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. < #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. < #define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. --- > #define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. > #define X_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. > #define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. > #define Z_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. > #define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. > 503c504,505 < #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 608 } --- > //#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 608 } > #define DEFAULT_AXIS_STEPS_PER_UNIT { 802, 802, 4002, 6082, 608*2 } 907c909 < //#define Z_SAFE_HOMING --- > #define Z_SAFE_HOMING 932c934 < //#define EEPROM_SETTINGS --- > #define EEPROM_SETTINGS 966,967c968,969 < #define PREHEAT_1_TEMP_HOTEND 180 < #define PREHEAT_1_TEMP_BED 70 --- > #define PREHEAT_1_TEMP_HOTEND 185 > #define PREHEAT_1_TEMP_BED 60 1091c1093 < #define LCD_LANGUAGE en --- > #define LCD_LANGUAGE fr 1167c1169 < #define ENCODER_STEPS_PER_MENU_ITEM 1 --- > #define ENCODER_STEPS_PER_MENU_ITEM 2 1184c1186 < //#define REVERSE_ENCODER_DIRECTION --- > #define REVERSE_ENCODER_DIRECTION 1199c1201 < //#define INDIVIDUAL_AXIS_HOMING_MENU --- > #define INDIVIDUAL_AXIS_HOMING_MENU

In ultralcd.cpp 3168,3169d3167 < #else < bool lcd_detected() { return true; }

/r/voroncorexy Thread Parent Link - github.com