From 39697628e724278cf932342881961ba654360ccb Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 6 Nov 2025 16:36:45 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20FT=20Motion=20test=20EXTRUDERS=20>?= =?UTF-8?q?=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/tests/I3DBEEZ9_V1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildroot/tests/I3DBEEZ9_V1 b/buildroot/tests/I3DBEEZ9_V1 index 8100932827..06507f56f6 100755 --- a/buildroot/tests/I3DBEEZ9_V1 +++ b/buildroot/tests/I3DBEEZ9_V1 @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Build tests for STM32F407ZG I3DBEEZ9 Board +# Build tests for I3DBEEZ9_V1 (STM32F407ZG) Board # # exit on first failure @@ -18,7 +18,8 @@ opt_set MOTHERBOARD BOARD_I3DBEEZ9_V1 SERIAL_PORT -1 \ EXTRUDERS 3 TEMP_SENSOR_1 1 TEMP_SENSOR_2 1 \ E0_AUTO_FAN_PIN PC10 E1_AUTO_FAN_PIN PC11 E2_AUTO_FAN_PIN PC12 \ X_DRIVER_TYPE TMC2209 Y_DRIVER_TYPE TMC2130 -opt_enable BLTOUCH EEPROM_SETTINGS AUTO_BED_LEVELING_3POINT Z_SAFE_HOMING PINS_DEBUGGING +opt_enable FT_MOTION FTM_SMOOTHING FTM_HOME_AND_PROBE FT_MOTION_MENU FTM_RESONANCE_TEST \ + BLTOUCH EEPROM_SETTINGS AUTO_BED_LEVELING_3POINT Z_SAFE_HOMING PINS_DEBUGGING exec_test $1 $2 "I3DBEE Z9 Board | 3 Extruders | Auto-Fan | BLTOUCH | Mixed TMC" "$3" restore_configs