├── PPC - Proportional Pressure Controller └── instruction.xml ├── .gitignore ├── .vscode └── settings.json ├── AC - Air Conditioner └── instruction.xml ├── AC └── instruction.xml ├── ACTEMP └── instruction.xml ├── AFA - Arc Furnace Array └── instruction.xml ├── ALPR - Airlock Pressur Relief └── instruction.xml ├── AMS - Air Management System └── instruction.xml ├── AP-100 - Auto Printer └── instruction.xml ├── ATMO - Atmopherics Controller └── instruction.xml ├── AV-CONFIG - Active Vent Configurer └── instruction.xml ├── AV-SETTER └── instruction.xml ├── Air Mixer v2 └── instruction.xml ├── Airlock Pressure Relief.drawio ├── Atmospherics Display └── instruction.xml ├── Atmospherics Monitor └── instruction.xml ├── BEACON └── instruction.xml ├── Batch Filtration └── instruction.xml ├── Batch Harvie └── instruction.xml ├── Breathable Air Mixer └── instruction.xml ├── CO2INJ - CO2 Injector └── instruction.xml ├── Composter └── instruction.xml ├── Counter UI └── instruction.xml ├── DISH └── instruction.xml ├── Deep Miner └── instruction.xml ├── EXHAUST-AV-MK2 └── instruction.xml ├── EXHAUST-AV └── instruction.xml ├── FCTRL1 - Furnace Controller mk1 └── instruction.xml ├── FCTRL2 - Furnace Controller mk2 ├── circuit.graphml ├── circuit_mk2.graphml ├── circuit_mk3.graphml └── instruction.xml ├── FCTRL3 - Electric Furnace Controller ├── circuit_mk2.graphml ├── circuit_mk3.graphml └── instruction.xml ├── FFC - Furnace Fuel Controller └── instruction.xml ├── FPC - Furnace Pressure Controller └── instruction.xml ├── FSAVE - Filter Saver └── instruction.xml ├── Filtration.drawio ├── GASMIX2 └── instruction.xml ├── GFG - Simple └── instruction.xml ├── GFG-300 └── instruction.xml ├── GFG └── instruction.xml ├── GFG2 └── instruction.xml ├── GMC - Gas Mixer Control └── instruction.xml ├── Gas Injector └── instruction.xml ├── Grow Light Controller └── instruction.xml ├── HP - Hazard Protection └── instruction.xml ├── HPID - Hardcoded PID └── instruction.xml ├── LIFE - Life Support └── instruction.xml ├── LIFE2 - Life Support mk2 └── instruction.xml ├── LIFE3 └── instruction.xml ├── LIFE4 - Life Support └── instruction.xml ├── Legacy Heater cooler └── instruction.xml ├── MSYNC - Mode Synchronizer └── instruction.xml ├── Manufacturing Controller └── instruction.xml ├── OC - Outflow Control └── instruction.xml ├── OSRT - Ore Sorter └── instruction.xml ├── PBD - Prime Bit Decoder └── instruction.xml ├── PBE - Prime Bit Encoder └── instruction.xml ├── PC-AV2-HP - Pressure Control Dual Activve Vent └── instruction.xml ├── PC-AV2-HP-Mk2 └── instruction.xml ├── PC-AVP-HP-PID └── instruction.xml ├── PCS-VPAV-HP-PID └── instruction.xml ├── PID └── instruction.xml ├── PMC - Pump Monitor and Control └── instruction.xml ├── PPC - Proportional Pump Controller └── instruction.xml ├── PR - Pressure Relief └── instruction.xml ├── PRD - Pressure Reader └── instruction.xml ├── PREG - Pressure Regulator └── instruction.xml ├── PRVA - Pressure Relief Valve Array └── instruction.xml ├── PSA - Power Saving Airlock └── instruction.xml ├── PSYNC5 - 5-way Power Synchronizer └── instruction.xml ├── PSYNC5-200 - 5-way Power Synchornizer ├── instruction.xml └── instruction.xml.bak ├── Plant Grower └── instruction.xml ├── Pressure Relief Active Vent └── instruction.xml ├── Pressure Relief with Toxin Detection └── instruction.xml ├── README.md ├── SMAL-100 - Smart Airlock └── instruction.xml ├── SMAL-200 └── instruction.xml ├── SMARTSUIT └── instruction.xml ├── SPL12 - Splitter └── instruction.xml ├── SSYNC3 - Setting Synchronizer └── instruction.xml ├── STC2A - 2-axis Solar Tracking with Park └── instruction.xml ├── Smart Airlock └── instruction.xml ├── Sorter └── instruction.xml ├── THST - Thermostat └── instruction.xml ├── TRD - Temperature Reader └── instruction.xml ├── Temperature Controller.drawio ├── Thermostat v2 └── instruction.xml ├── VAV └── instruction.xml ├── VC-100 - Valve Control └── instruction.xml ├── Venus Base.drawio ├── all in one.drawio ├── stationeers - auto print ic.drawio └── stationeers - thermostat ic.drawio / PPC - Proportional Pressure Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/ PPC - Proportional Pressure Controller/instruction.xml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.png 2 | /steam_autocloud.vdf 3 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /AC - Air Conditioner/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AC - Air Conditioner/instruction.xml -------------------------------------------------------------------------------- /AC/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AC/instruction.xml -------------------------------------------------------------------------------- /ACTEMP/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/ACTEMP/instruction.xml -------------------------------------------------------------------------------- /AFA - Arc Furnace Array/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AFA - Arc Furnace Array/instruction.xml -------------------------------------------------------------------------------- /ALPR - Airlock Pressur Relief/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/ALPR - Airlock Pressur Relief/instruction.xml -------------------------------------------------------------------------------- /AMS - Air Management System/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AMS - Air Management System/instruction.xml -------------------------------------------------------------------------------- /AP-100 - Auto Printer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AP-100 - Auto Printer/instruction.xml -------------------------------------------------------------------------------- /ATMO - Atmopherics Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/ATMO - Atmopherics Controller/instruction.xml -------------------------------------------------------------------------------- /AV-CONFIG - Active Vent Configurer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AV-CONFIG - Active Vent Configurer/instruction.xml -------------------------------------------------------------------------------- /AV-SETTER/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/AV-SETTER/instruction.xml -------------------------------------------------------------------------------- /Air Mixer v2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Air Mixer v2/instruction.xml -------------------------------------------------------------------------------- /Airlock Pressure Relief.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Airlock Pressure Relief.drawio -------------------------------------------------------------------------------- /Atmospherics Display/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Atmospherics Display/instruction.xml -------------------------------------------------------------------------------- /Atmospherics Monitor/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Atmospherics Monitor/instruction.xml -------------------------------------------------------------------------------- /BEACON/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/BEACON/instruction.xml -------------------------------------------------------------------------------- /Batch Filtration/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Batch Filtration/instruction.xml -------------------------------------------------------------------------------- /Batch Harvie/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Batch Harvie/instruction.xml -------------------------------------------------------------------------------- /Breathable Air Mixer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Breathable Air Mixer/instruction.xml -------------------------------------------------------------------------------- /CO2INJ - CO2 Injector/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/CO2INJ - CO2 Injector/instruction.xml -------------------------------------------------------------------------------- /Composter/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Composter/instruction.xml -------------------------------------------------------------------------------- /Counter UI/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Counter UI/instruction.xml -------------------------------------------------------------------------------- /DISH/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/DISH/instruction.xml -------------------------------------------------------------------------------- /Deep Miner/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Deep Miner/instruction.xml -------------------------------------------------------------------------------- /EXHAUST-AV-MK2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/EXHAUST-AV-MK2/instruction.xml -------------------------------------------------------------------------------- /EXHAUST-AV/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/EXHAUST-AV/instruction.xml -------------------------------------------------------------------------------- /FCTRL1 - Furnace Controller mk1/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL1 - Furnace Controller mk1/instruction.xml -------------------------------------------------------------------------------- /FCTRL2 - Furnace Controller mk2/circuit.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL2 - Furnace Controller mk2/circuit.graphml -------------------------------------------------------------------------------- /FCTRL2 - Furnace Controller mk2/circuit_mk2.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL2 - Furnace Controller mk2/circuit_mk2.graphml -------------------------------------------------------------------------------- /FCTRL2 - Furnace Controller mk2/circuit_mk3.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL2 - Furnace Controller mk2/circuit_mk3.graphml -------------------------------------------------------------------------------- /FCTRL2 - Furnace Controller mk2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL2 - Furnace Controller mk2/instruction.xml -------------------------------------------------------------------------------- /FCTRL3 - Electric Furnace Controller/circuit_mk2.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL3 - Electric Furnace Controller/circuit_mk2.graphml -------------------------------------------------------------------------------- /FCTRL3 - Electric Furnace Controller/circuit_mk3.graphml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL3 - Electric Furnace Controller/circuit_mk3.graphml -------------------------------------------------------------------------------- /FCTRL3 - Electric Furnace Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FCTRL3 - Electric Furnace Controller/instruction.xml -------------------------------------------------------------------------------- /FFC - Furnace Fuel Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FFC - Furnace Fuel Controller/instruction.xml -------------------------------------------------------------------------------- /FPC - Furnace Pressure Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FPC - Furnace Pressure Controller/instruction.xml -------------------------------------------------------------------------------- /FSAVE - Filter Saver/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/FSAVE - Filter Saver/instruction.xml -------------------------------------------------------------------------------- /Filtration.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Filtration.drawio -------------------------------------------------------------------------------- /GASMIX2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GASMIX2/instruction.xml -------------------------------------------------------------------------------- /GFG - Simple/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GFG - Simple/instruction.xml -------------------------------------------------------------------------------- /GFG-300/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GFG-300/instruction.xml -------------------------------------------------------------------------------- /GFG/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GFG/instruction.xml -------------------------------------------------------------------------------- /GFG2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GFG2/instruction.xml -------------------------------------------------------------------------------- /GMC - Gas Mixer Control/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/GMC - Gas Mixer Control/instruction.xml -------------------------------------------------------------------------------- /Gas Injector/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Gas Injector/instruction.xml -------------------------------------------------------------------------------- /Grow Light Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Grow Light Controller/instruction.xml -------------------------------------------------------------------------------- /HP - Hazard Protection/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/HP - Hazard Protection/instruction.xml -------------------------------------------------------------------------------- /HPID - Hardcoded PID/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/HPID - Hardcoded PID/instruction.xml -------------------------------------------------------------------------------- /LIFE - Life Support/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/LIFE - Life Support/instruction.xml -------------------------------------------------------------------------------- /LIFE2 - Life Support mk2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/LIFE2 - Life Support mk2/instruction.xml -------------------------------------------------------------------------------- /LIFE3/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/LIFE3/instruction.xml -------------------------------------------------------------------------------- /LIFE4 - Life Support/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/LIFE4 - Life Support/instruction.xml -------------------------------------------------------------------------------- /Legacy Heater cooler/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Legacy Heater cooler/instruction.xml -------------------------------------------------------------------------------- /MSYNC - Mode Synchronizer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/MSYNC - Mode Synchronizer/instruction.xml -------------------------------------------------------------------------------- /Manufacturing Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Manufacturing Controller/instruction.xml -------------------------------------------------------------------------------- /OC - Outflow Control/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/OC - Outflow Control/instruction.xml -------------------------------------------------------------------------------- /OSRT - Ore Sorter/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/OSRT - Ore Sorter/instruction.xml -------------------------------------------------------------------------------- /PBD - Prime Bit Decoder/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PBD - Prime Bit Decoder/instruction.xml -------------------------------------------------------------------------------- /PBE - Prime Bit Encoder/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PBE - Prime Bit Encoder/instruction.xml -------------------------------------------------------------------------------- /PC-AV2-HP - Pressure Control Dual Activve Vent/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PC-AV2-HP - Pressure Control Dual Activve Vent/instruction.xml -------------------------------------------------------------------------------- /PC-AV2-HP-Mk2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PC-AV2-HP-Mk2/instruction.xml -------------------------------------------------------------------------------- /PC-AVP-HP-PID/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PC-AVP-HP-PID/instruction.xml -------------------------------------------------------------------------------- /PCS-VPAV-HP-PID/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PCS-VPAV-HP-PID/instruction.xml -------------------------------------------------------------------------------- /PID/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PID/instruction.xml -------------------------------------------------------------------------------- /PMC - Pump Monitor and Control/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PMC - Pump Monitor and Control/instruction.xml -------------------------------------------------------------------------------- /PPC - Proportional Pump Controller/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PPC - Proportional Pump Controller/instruction.xml -------------------------------------------------------------------------------- /PR - Pressure Relief/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PR - Pressure Relief/instruction.xml -------------------------------------------------------------------------------- /PRD - Pressure Reader/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PRD - Pressure Reader/instruction.xml -------------------------------------------------------------------------------- /PREG - Pressure Regulator/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PREG - Pressure Regulator/instruction.xml -------------------------------------------------------------------------------- /PRVA - Pressure Relief Valve Array/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PRVA - Pressure Relief Valve Array/instruction.xml -------------------------------------------------------------------------------- /PSA - Power Saving Airlock/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PSA - Power Saving Airlock/instruction.xml -------------------------------------------------------------------------------- /PSYNC5 - 5-way Power Synchronizer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PSYNC5 - 5-way Power Synchronizer/instruction.xml -------------------------------------------------------------------------------- /PSYNC5-200 - 5-way Power Synchornizer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PSYNC5-200 - 5-way Power Synchornizer/instruction.xml -------------------------------------------------------------------------------- /PSYNC5-200 - 5-way Power Synchornizer/instruction.xml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/PSYNC5-200 - 5-way Power Synchornizer/instruction.xml.bak -------------------------------------------------------------------------------- /Plant Grower/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Plant Grower/instruction.xml -------------------------------------------------------------------------------- /Pressure Relief Active Vent/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Pressure Relief Active Vent/instruction.xml -------------------------------------------------------------------------------- /Pressure Relief with Toxin Detection/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Pressure Relief with Toxin Detection/instruction.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/README.md -------------------------------------------------------------------------------- /SMAL-100 - Smart Airlock/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/SMAL-100 - Smart Airlock/instruction.xml -------------------------------------------------------------------------------- /SMAL-200/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/SMAL-200/instruction.xml -------------------------------------------------------------------------------- /SMARTSUIT/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/SMARTSUIT/instruction.xml -------------------------------------------------------------------------------- /SPL12 - Splitter/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/SPL12 - Splitter/instruction.xml -------------------------------------------------------------------------------- /SSYNC3 - Setting Synchronizer/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/SSYNC3 - Setting Synchronizer/instruction.xml -------------------------------------------------------------------------------- /STC2A - 2-axis Solar Tracking with Park/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/STC2A - 2-axis Solar Tracking with Park/instruction.xml -------------------------------------------------------------------------------- /Smart Airlock/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Smart Airlock/instruction.xml -------------------------------------------------------------------------------- /Sorter/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Sorter/instruction.xml -------------------------------------------------------------------------------- /THST - Thermostat/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/THST - Thermostat/instruction.xml -------------------------------------------------------------------------------- /TRD - Temperature Reader/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/TRD - Temperature Reader/instruction.xml -------------------------------------------------------------------------------- /Temperature Controller.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Temperature Controller.drawio -------------------------------------------------------------------------------- /Thermostat v2/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Thermostat v2/instruction.xml -------------------------------------------------------------------------------- /VAV/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/VAV/instruction.xml -------------------------------------------------------------------------------- /VC-100 - Valve Control/instruction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/VC-100 - Valve Control/instruction.xml -------------------------------------------------------------------------------- /Venus Base.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/Venus Base.drawio -------------------------------------------------------------------------------- /all in one.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/all in one.drawio -------------------------------------------------------------------------------- /stationeers - auto print ic.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/stationeers - auto print ic.drawio -------------------------------------------------------------------------------- /stationeers - thermostat ic.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtandersen/stationeers-library/HEAD/stationeers - thermostat ic.drawio --------------------------------------------------------------------------------