tweaks for e3v2

This commit is contained in:
InsanityAutomation
2020-08-12 21:03:40 -04:00
parent 89ac692bcc
commit ee8ea7a0b5
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -122,6 +122,7 @@
//Sets thermistor based calculated beta values instead of lookup tables
//#define ConfigurableThermistors
//#define CrealityViewerKit // Reduces baud to 115200 for Creality viewer kit
/*
Choose bed leveling type here
@@ -533,7 +534,11 @@
*
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
*/
#define BAUDRATE 250000
if ANY(MachineEnder3V2, CrealityViewerKit)
#define BAUDRATE 115200
#else
#define BAUDRATE 250000
#endif
// Enable the Bluetooth serial interface on AT90USB devices
//#define BLUETOOTH
@@ -2855,8 +2860,8 @@
// Note: Test audio output with the G-Code:
// M300 S<frequency Hz> P<duration ms>
//
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
#define LCD_FEEDBACK_FREQUENCY_HZ 5000
//=============================================================================
//======================== LCD / Controller Selection =========================
+1 -1
View File
@@ -1675,7 +1675,7 @@
#endif
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
#if NONE(MachineCR10Orig, LowMemoryBoard, EXTENSIBLE_UI, SKRMiniE3V2) && (DISABLED(MachineEnder4) || ENABLED(GraphicLCD))
#if NONE(MachineCR10Orig, LowMemoryBoard, EXTENSIBLE_UI, SKRMiniE3V2, MachineEnder3V2) && (DISABLED(MachineEnder4) || ENABLED(GraphicLCD))
#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
#endif
#endif