002-extruders_1_runout.ini 547 B

123456789101112131415161718
  1. #
  2. # Test configuration with a single extruder and a filament runout sensor
  3. #
  4. [config:base]
  5. ini_use_config = base
  6. # Unit tests must use BOARD_SIMULATED to run natively in Linux
  7. motherboard = BOARD_SIMULATED
  8. # Options to support runout sensors test
  9. filament_runout_sensor = on
  10. fil_runout_pin = 4 # dummy
  11. advanced_pause_feature = on
  12. emergency_parser = on
  13. nozzle_park_feature = on
  14. # Option to support testing parsing with parentheses comments enabled
  15. paren_comments = on