reprap config file update, bootloader für motherboard
[svn42.git] / reprap_mendel_prusa / teacup_firmware / config.h
index 9a32a76..4f015d9 100644 (file)
 
        This is the startup default and can be changed with M82/M83 while running.
 */
-// #define E_ABSOLUTE
+#define E_ABSOLUTE
 
 
 
 
 #define        Y_STEP_PIN                                              DIO23
 #define        Y_DIR_PIN                                                       DIO22
-//~ #define    Y_MIN_PIN                                                       AIO6
-#define        Y_MAX_PIN                                                       AIO5
+#define        Y_MIN_PIN                                                       AIO6
+//~ #define    Y_MAX_PIN                                                       AIO5
 #define        Y_ENABLE_PIN                                    AIO7
 //#define      Y_INVERT_DIR
 //~ #define    Y_INVERT_MIN
 #define        SD_WRITE_PROTECT                        DIO3
 
 //#define      PS_ON_PIN                                                       DIO14
-#define        PS_ON_PIN                                                       PC5 // on TechZoneComm Motherboard, JTAG Port, TDI Pin
+#define        PS_ON_PIN                                                       PB5 // on TechZoneComm Motherboard, SPI Port: MOSI
 //#define      STEPPER_ENABLE_PIN              xxxx
 //#define      STEPPER_INVERT_ENABLE
 
@@ -393,10 +393,8 @@ DEFINE_TEMP_SENSOR(bed,       TT_INTERCOM,    AIO1,      0)
        I have searched high and low for a way to make the preprocessor do this for us, but so far I have not found a way.
 */
 
-//#define      HEATER_EXTRUDER HEATER_extruder
+// workaround for heated bed over intercom. HEATER_EXTRUDER, HEATER_BED are the intercom temp channel numbers.
 #define        HEATER_EXTRUDER 0
-
-// workaround for heated bed over intercom. HEATER_BED is the intercom temp channel number.
 #define HEATER_BED 1