003-extruders_3_runout.ini 770 B

1234567891011121314151617181920212223
  1. #
  2. # Test configuration with three extruders and filament runout sensors
  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 sensor tests on three extruders.
  9. # Options marked "dummy" are simply required to pass sanity checks.
  10. extruders = 3
  11. temp_sensor_1 = 1
  12. temp_sensor_2 = 1
  13. num_runout_sensors = 3
  14. filament_runout_sensor = on
  15. fil_runout_pin = 4 # dummy
  16. fil_runout2_pin = 4 # dummy
  17. fil_runout3_pin = 4 # dummy
  18. filament_runout_script = "M600 %%c"
  19. advanced_pause_feature = on
  20. emergency_parser = on
  21. nozzle_park_feature = on