Added blocked visuals to volumetric pump (#20610)

This commit is contained in:
daerSeebaer
2023-09-30 05:35:23 +02:00
committed by GitHub
parent 812b8fff3f
commit 0bb8c222bd
6 changed files with 50 additions and 5 deletions

View File

@@ -52,6 +52,11 @@
"name":"pumpVolumeOn",
"directions":4,
"delays":[ [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ] ]
},
{
"name":"pumpVolumeBlocked",
"directions":4,
"delays":[ [ 1.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 1.0 ] ]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB