From 671e6bc12a602ae321dbb3d54d0a47a2747d3f0d Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Sun, 29 Aug 2021 15:03:25 +0200 Subject: [PATCH] Delete automatic_canister_filler.ic10 --- automatic_canister_filler.ic10 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 automatic_canister_filler.ic10 diff --git a/automatic_canister_filler.ic10 b/automatic_canister_filler.ic10 deleted file mode 100644 index 4a04bc8..0000000 --- a/automatic_canister_filler.ic10 +++ /dev/null @@ -1,15 +0,0 @@ -# check for presence of canister -# check canister type in tank storage -# set target pressure accordingly -# run volume pump until target pressure in canister is reached -# stop volume pump - -alias canister_storage d0 -alias volume_pump d1 - -alias canister_present r0 -alias canister_hash r1 -alias canister_pressure r2 - -define canister 42280099 -define smart_canister -668314371 \ No newline at end of file