Update README.md

Updated filtration description
This commit is contained in:
Snorre Selmer 2022-11-14 11:28:13 +01:00 committed by GitHub
parent 89c0a6165d
commit 37db70ffd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ All code should be used with caution. It should work:tm: but I can't guarantee i
- **automated_canister_filling.ic10** - Safely fills any canister, and then vacuums out the Canister Holder to prevent exploding canisters. - **automated_canister_filling.ic10** - Safely fills any canister, and then vacuums out the Canister Holder to prevent exploding canisters.
- **battery_monitor.ic10** - Displays average charge of a bank of station batteries on a Diode Slide, and lighting it if you're down to your last battery. - **battery_monitor.ic10** - Displays average charge of a bank of station batteries on a Diode Slide, and lighting it if you're down to your last battery.
- **cooling_tower_drain.ic10** - Isolates a furnace cooling-tower until the temperature is low enough to safely drain. - **cooling_tower_drain.ic10** - Isolates a furnace cooling-tower until the temperature is low enough to safely drain.
- **filtration.ic10** - **!!!OLD!!!** Shows if filters need to be replaced, prevents processing gasses that are too hot or the filtered tank is too full, has a purge-pump function in case the filtered output gets contaminated. **Still works fine, but doesn't use the capabilities of the new filtration units!** - **filtration.ic10** - Shows if filters need to be replaced, based on CowsAreEvil's setup, minus the gas-cooling. ***WIP! Still needs temperature protection code and purge-pump activation button!***
- **gas_mixer.ic10** - Controls a static Gas Mixer. Prevents mixing gasses that are too far apart in temperature, prevents over-pressure, and stops mixing if input pressure gets too low. - **gas_mixer.ic10** - Controls a static Gas Mixer. Prevents mixing gasses that are too far apart in temperature, prevents over-pressure, and stops mixing if input pressure gets too low.
- **heating_cooling.ic10** - Temperature regulator with optional temperature display. - **heating_cooling.ic10** - Temperature regulator with optional temperature display.
- **printer_countdown.ic10** - Uses a counter (Stacker or Dial) to order a given number of items. Stops printing when order is filled. - **printer_countdown.ic10** - Uses a counter (Stacker or Dial) to order a given number of items. Stops printing when order is filled.