Removes insulated pipes and some related variables (#24156)

* Removes insulated pipes

* Fixes some issues

* This is a better layout

* Removes the datum

* Removes defines

* Sean review
This commit is contained in:
DGamerL
2024-02-25 11:16:02 +00:00
committed by GitHub
parent 5c2f3170f5
commit d0c4dbfab3
15 changed files with 147 additions and 200 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
#define PIPE_MVALVE 8
#define PIPE_PUMP 9
#define PIPE_SCRUBBER 10
#define PIPE_INSULATED_STRAIGHT 11
#define PIPE_INSULATED_BENT 12
// #define PIPE_INSULATED_STRAIGHT 11
// #define PIPE_INSULATED_BENT 12
#define PIPE_GAS_FILTER 13
#define PIPE_GAS_MIXER 14
#define PIPE_PASSIVE_GATE 15