#
# Test configuration with a single extruder and a filament runout sensor
#
[config:base]
ini_use_config             = base

# Unit tests must use BOARD_SIMULATED to run natively in Linux
motherboard                = BOARD_SIMULATED

# Options to support runout sensors test
filament_runout_sensor     = on
fil_runout_pin             = 4  # dummy
advanced_pause_feature     = on
emergency_parser           = on
nozzle_park_feature        = on

# Option to support testing parsing with parentheses comments enabled
paren_comments             = on