From 0beea643078d86b4d10a4afd6f0db067fd9be955 Mon Sep 17 00:00:00 2001 From: Foxies Date: Mon, 19 Oct 2020 01:37:46 +0200 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 9bd0190152..2f4b2f040e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -21,7 +21,7 @@ */ #pragma once -//#define CONFIG_EXAMPLES_DIR "delta/FLSUN/QQS-Pro" +#define CONFIG_EXAMPLES_DIR "delta/FLSUN/QQS-Pro" /** * Configuration.h @@ -71,8 +71,8 @@ // @section info // Author info of this build printed to the host during boot and M115 -//#define STRING_CONFIG_H_AUTHOR "(AndersSahlman, QQ-S)" // Who made the changes. -#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) +#define STRING_CONFIG_H_AUTHOR "(Foxies-CSTL, QQS-Pro)" // Who made the changes. +//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) /** * *** VENDORS PLEASE READ *** @@ -767,7 +767,7 @@ //#define Z2_DRIVER_TYPE A4988 //#define Z3_DRIVER_TYPE A4988 //#define Z4_DRIVER_TYPE A4988 -#define E0_DRIVER_TYPE TMC2208_STANDALONE +#define E0_DRIVER_TYPE A4988 //#define E1_DRIVER_TYPE A4988 //#define E2_DRIVER_TYPE A4988 //#define E3_DRIVER_TYPE A4988 @@ -1218,7 +1218,7 @@ // @section extruder // For direct drive extruder v9 set to true, for geared extruder set to false. -#define INVERT_E0_DIR false //extruder TITAN +#define INVERT_E0_DIR true //extruder TITAN #define INVERT_E1_DIR false #define INVERT_E2_DIR false #define INVERT_E3_DIR false @@ -1490,7 +1490,6 @@ * Useful to retract or move the Z probe out of the way. */ #define Z_PROBE_END_SCRIPT "G28" -//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // @section homing @@ -1632,7 +1631,7 @@ #define PREHEAT_1_LABEL "PLA" #define PREHEAT_1_TEMP_HOTEND 210 #define PREHEAT_1_TEMP_BED 60 -#define PREHEAT_1_FAN_SPEED 90 // Value from 0 to 255 +#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255 #define PREHEAT_2_LABEL "TPU" #define PREHEAT_2_TEMP_HOTEND 230 @@ -1773,7 +1772,7 @@ * * View the current statistics with M78. */ -#define PRINTCOUNTER +//#define PRINTCOUNTER /** * Password @@ -2362,13 +2361,13 @@ // 320x240, 2.8", FSMC Display From MKS // Normally used in MKS Robin Nano V1.2 // -//#define MKS_ROBIN_TFT28 +#define MKS_ROBIN_TFT28 // // 320x240, 3.2", FSMC Display From MKS // Normally used in MKS Robin Nano V1.2 // -#define MKS_ROBIN_TFT32 +//#define MKS_ROBIN_TFT32 // // 480x320, 3.5", FSMC Display From MKS