Skip to content

Commit 37ce7a2

Browse files
add fans to test
1 parent 6da8a16 commit 37ce7a2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Marlin/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
//#define CONTROLLER_FAN_USE_Z_ONLY // With this option only the Z axis is considered
591591
//#define CONTROLLER_FAN_IGNORE_Z // Ignore Z stepper. Useful when stepper timeout is disabled.
592592
#define CONTROLLERFAN_SPEED_MIN 40 // (0-255) Minimum speed. (If set below this value the fan is turned off.)
593-
#define CONTROLLERFAN_SPEED_MAX 127 // (0-255) Maximum speed. (Use only for a specific hardware build, or with non default PWM Scale, needs testing with other builds)
593+
#define CONTROLLERFAN_SPEED_MAX 127 // (0-255) Maximum speed. (Use only for a specific hardware build, or with non default PWM Scale, needs testing with other builds.)
594594
#define CONTROLLERFAN_SPEED_ACTIVE 255 // (0-255) Active speed, used when any motor is enabled
595595
#define CONTROLLERFAN_SPEED_IDLE 0 // (0-255) Idle speed, used when motors are disabled
596596
#define CONTROLLERFAN_IDLE_TIME 60 // (seconds) Extra time to keep the fan running after disabling motors

buildroot/tests/GD32F103RC_voxelab_maple

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ use_example_configs "Voxelab Aquila/X3"
4343
# opt_enable
4444
# opt_add
4545
exec_test $1 $2 "Aquila GD32 - ProUI X3" "$3"
46+
47+
use_example_configs "Voxelab Aquila/UBL"
48+
opt_set CONTROLLERFAN_SPEED_MIN 40 CONTROLLERFAN_SPEED_MAX 127 \
49+
E0_AUTO_FAN_PIN UART5_TX_PIN CONTROLLER_FAN_PIN UART5_RX_PIN
50+
# opt_disable
51+
opt_enable USE_CONTROLLER_FAN CONTROLLER_FAN_EDITABLE
52+
opt_add FAN_KICKSTART_EDITABLE FAN_KICKSTART_MENU AUTO_FAN_EDITABLE AUTO_FAN_MENU
53+
exec_test $1 $2 "Aquila GD32 - ProUI Unified (UBL) Adv Misc Fans" "$3"

0 commit comments

Comments
 (0)