diff --git a/clock.c b/clock.c index 63a85c8..97e00c6 100644 --- a/clock.c +++ b/clock.c @@ -13,6 +13,9 @@ #include "debug.h" #include "heater.h" #include "serial.h" +#ifdef TEMP_INTERCOM + #include "intercom.h" +#endif /*! do stuff every 1/4 second diff --git a/config.gen3.h b/config.gen3.h index 7388fcc..14ff818 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -16,7 +16,7 @@ 8. Appendix A - PWMable pins and mappings */ -#error this config is not tested, and may be incorrect! please post in forum or via git any corrections +#error this config is marginally, and may be incorrect! please post in forum or via git any corrections /***************************************************************************\ * * @@ -185,7 +185,7 @@ #define Y_DIR_PIN DIO22 #define Y_MIN_PIN AIO6 #define Y_MAX_PIN AIO5 -#define Y_ENABLE_PIN DIO7 +#define Y_ENABLE_PIN AIO7 //#define Y_INVERT_DIR //#define Y_INVERT_MIN //#define Y_INVERT_MAX @@ -201,14 +201,16 @@ //#define Z_INVERT_MAX //#define Z_INVERT_ENABLE -#define E_STEP_PIN DIO16 -#define E_DIR_PIN DIO17 +#define E_STEP_PIN DIO17 +#define E_DIR_PIN DIO16 //#define E_ENABLE_PIN xxxx //#define E_INVERT_DIR #define SD_CARD_DETECT DIO2 #define SD_WRITE_PROTECT DIO3 +#define PS_ON_PIN DIO14 + /***************************************************************************\