mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-29 23:07:42 +00:00
19 lines
547 B
INI
19 lines
547 B
INI
|
#
|
||
|
# 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
|