From 8c1a547f2acac4a8da306286bf63286caa8d7d2b Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 26 May 2024 15:04:33 -0400 Subject: [PATCH] Config Tweak --- Marlin/Configuration.h | 4 ++-- Marlin/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 58e18d1889..2e99b28cc8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -79,7 +79,7 @@ * * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ -#define SERIAL_PORT 0 +#define SERIAL_PORT -1 /** * Serial Port Baud Rate @@ -101,7 +101,7 @@ * Currently Ethernet (-2) is only supported on Teensy 4.1 boards. * :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7] */ -#define SERIAL_PORT_2 1 +//#define SERIAL_PORT_2 1 //#define BAUDRATE_2 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE /** diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 4fa44a3881..b9a3db58fc 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -4494,7 +4494,7 @@ // // M43 - display pin status, toggle pins, watch pins, watch endstops & toggle LED, test servo probe // -#define PINS_DEBUGGING +//#define PINS_DEBUGGING // Enable Tests that will run at startup and produce a report //#define MARLIN_TEST_BUILD