passing multiple plenums and pressure to the visualizer and added a button to cycle them
This commit is contained in:
parent
2a8aeed510
commit
842f9bee6a
2 changed files with 66 additions and 17 deletions
|
|
@ -689,8 +689,8 @@ export default function Bin(props: Props) {
|
|||
const overview = () => {
|
||||
return (
|
||||
<BinVisualizerV2
|
||||
plenum={plenums[0]}
|
||||
pressure={pressures[0]}
|
||||
plenums={plenums}
|
||||
pressures={pressures}
|
||||
ambient={ambients[0]}
|
||||
cables={grainCables}
|
||||
bin={bin}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue