From 90e00b56a57a32ddf4d9cddb1a1b8a0b3eada58f Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Thu, 22 Feb 2018 10:42:02 +0100 Subject: [PATCH] some defines moved to another position --- Firmware/Configuration_prusa.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Firmware/Configuration_prusa.h b/Firmware/Configuration_prusa.h index 4ae801bc..773cdc89 100644 --- a/Firmware/Configuration_prusa.h +++ b/Firmware/Configuration_prusa.h @@ -18,6 +18,9 @@ // Electronics #define MOTHERBOARD BOARD_RAMBO_MINI_1_3 +#define HEATBED_V2 +#define STEEL_SHEET +#define TACH0PULLUP // Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier) //#define E3D_PT100_EXTRUDER_WITH_AMP @@ -459,13 +462,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o #define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print #endif -#define HEATBED_V2 -#define STEEL_SHEET - #define M600_TIMEOUT 600 //seconds -#define TACH0PULLUP - //#define SUPPORT_VERBOSITY #endif //__CONFIGURATION_PRUSA_H