Skip to content
Snippets Groups Projects

Resolve "Determine Counter Facing Direction"

Merged Fabian Heinrich requested to merge 68-determine-counter-facing-direction into main
Files
2
@@ -38,12 +38,12 @@ CuttingBoard:
center_offset: [ 0, 0.1 ]
PlateDispenser:
parts:
- type: rect
height: 0.95
width: 0.95
color: cadetblue1
#PlateDispenser:
# parts:
# - type: rect
# height: 0.95
# width: 0.95
# color: cadetblue1
Trashcan:
parts:
@@ -52,47 +52,47 @@ Trashcan:
size: 0.8
center_offset: [ 0, -0.15 ]
TomatoDispenser:
parts:
- color: orangered1
type: rect
height: 0.8
width: 0.8
LettuceDispenser:
parts:
- color: palegreen3
type: rect
height: 0.8
width: 0.8
OnionDispenser:
parts:
- color: deeppink3
type: rect
height: 0.8
width: 0.8
MeatDispenser:
parts:
- color: indianred1
type: rect
height: 0.8
width: 0.8
BunDispenser:
parts:
- color: sandybrown
type: rect
height: 0.8
width: 0.8
#TomatoDispenser:
# parts:
# - color: orangered1
# type: rect
# height: 0.8
# width: 0.8
#
#LettuceDispenser:
# parts:
# - color: palegreen3
# type: rect
# height: 0.8
# width: 0.8
#
#OnionDispenser:
# parts:
# - color: deeppink3
# type: rect
# height: 0.8
# width: 0.8
#
#MeatDispenser:
# parts:
# - color: indianred1
# type: rect
# height: 0.8
# width: 0.8
#
#BunDispenser:
# parts:
# - color: sandybrown
# type: rect
# height: 0.8
# width: 0.8
Dispenser:
parts:
- color: gray83
type: rect
height: 0.8
width: 0.8
parts: [ ]
# - color: gray83
# type: rect
# height: 0.8
# width: 0.8
ServingWindow:
parts:
Loading