Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add IA_CREALITY CI test (MarlinFirmware#25434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Tracy Spiva committed May 25, 2023
1 parent 08313f5 commit 8515632
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildroot/tests/STM32F103RE_creality
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,12 @@ opt_enable NOZZLE_AS_PROBE Z_SAFE_HOMING Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN FAN_
PROBE_ACTIVATION_SWITCH PROBE_TARE PROBE_TARE_ONLY_WHILE_INACTIVE
exec_test $1 $2 "Creality V4.5.2 PROBE_ACTIVATION_SWITCH, Probe Tare" "$3"

restore_configs
opt_set MOTHERBOARD BOARD_CREALITY_V422 SERIAL_PORT 1 DGUS_LCD_UI IA_CREALITY
opt_enable NOZZLE_PARK_FEATURE ADVANCED_PAUSE_FEATURE LCD_BED_TRAMMING CLASSIC_JERK BABYSTEPPING \
AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY FAN_SOFT_PWM
opt_add NO_CREALITY_422_DRIVER_WARNING NO_AUTO_ASSIGN_WARNING
exec_test $1 $2 "Creality V4.2.2 with IA_CREALITY" "$3"

# clean up
restore_configs

0 comments on commit 8515632

Please sign in to comment.