File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
99restore_configs
1010opt_set MOTHERBOARD BOARD_BTT_GTR_V1_0 SERIAL_PORT -1 \
11- EXTRUDERS 8 TEMP_SENSOR_1 1 TEMP_SENSOR_2 1 TEMP_SENSOR_3 1 TEMP_SENSOR_4 1 TEMP_SENSOR_5 1 TEMP_SENSOR_6 1 TEMP_SENSOR_7 1
11+ EXTRUDERS 8 TEMP_SENSOR_1 1 TEMP_SENSOR_2 -18 TEMP_SENSOR_3 1 TEMP_SENSOR_4 1 TEMP_SENSOR_5 1 TEMP_SENSOR_6 1 TEMP_SENSOR_7 1
1212# Not necessary to enable auto-fan for all extruders to hit problematic code paths
1313opt_set E0_AUTO_FAN_PIN PC10 E1_AUTO_FAN_PIN PC11 E2_AUTO_FAN_PIN PC12 NEOPIXEL_PIN PF13 \
1414 X_DRIVER_TYPE TMC2208 Y_DRIVER_TYPE TMC2130 \
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ HAS_MOTOR_CURRENT_I2C = SlowSoftI2CMaster
3232 build_src_filter =+<src/feature/digipot>
3333LIB_MAX31855 = GadgetAngel MAX31855 =https://github.com/GadgetAngel/Adafruit-MAX31855-V1.0.3-Mod-M/archive/dc9cc10ac2.zip
3434LIB_INTERNAL_MAX31865 = build_src_filter =+<src/libs/MAX31865.cpp>
35+ HAS_ADS1118 = build_src_filter =+<src/libs/adc>
3536NEOPIXEL_LED = adafruit/Adafruit NeoPixel@~1.12.3
3637 build_src_filter =+<src/feature/leds/neopixel.cpp>
3738I2C_AMMETER = peterus/
[email protected]
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ default_src_filter = +<src/*> -<src/config> -<src/tests>
8585 -<src/gcode/temp>
8686 -<src/gcode/units>
8787 ; Library Code
88+ -<src/libs/adc>
8889 -<src/libs/heatshrink>
8990 -<src/libs/BL24CXX.cpp> -<src/libs/W25Qxx.cpp>
9091 -<src/libs/MAX31865.cpp>
You can’t perform that action at this time.
0 commit comments