My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1234567891011 |
- /**
- * BAM&DICE Due (Arduino Mega) pin assignments
- */
-
- #include "pins_RAMPS_13.h"
-
- #define FAN_PIN 9 // (Sprinter config)
- #define HEATER_1_PIN -1
-
- #define TEMP_0_PIN 9 // ANALOG NUMBERING
- #define TEMP_1_PIN 11 // ANALOG NUMBERING
|