MadCat
About
- Username
- MadCat
- Joined
- Visits
- 13
- Last Active
- Roles
- Member
Comments
-
Perfect! It works fine :-))) The working configuration is: #define FEATURE_FAN_CONTROL 0 #define EXT0_INVERSE 0 #define EXT0_ENABLE_ON 0 #define EXT1_INVERSE 0 #define EXT1_ENABLE_ON 0 same configuration like xyz because of same driver - as you m…
-
great - thank you for the quick answer. My ext1 is heating now! :-) the second information - i think i havn't understood it... Changing #define EXT1_ENABLE_ON 1 --> #define EXT1_ENABLE_ON 0 will shitch off the second exturder. I haven't seen so…
-
#ifndef CONFIGURATION_H #define CONFIGURATION_H #define NUM_EXTRUDER 2 #define MOTHERBOARD 33 #include "pins.h" #undef FAN_BOARD_PIN #define FAN_BOARD_PIN -1 #define BOARD_FAN_SPEED 255 #define FAN_THERMO_PIN -1 #define FAN_THERMO_MIN_PWM 128 #def…