From 18e73f1a54b1da937390353c4e5c2ce147074d47 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 11 Apr 2023 21:42:24 +0200 Subject: [PATCH] Update generator names --- scripts/gen_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gen_data.sh b/scripts/gen_data.sh index 3771fed..9877349 100644 --- a/scripts/gen_data.sh +++ b/scripts/gen_data.sh @@ -32,6 +32,6 @@ $BOXES lamp --x=50 --y=50 --radius=10 --output="${OUT}"/lamp.svg $BOXES magazinefile --output="${OUT}"/magazinefile.svg $BOXES silverware --output="${OUT}"/silverware.svg $BOXES trayinsert --sx=70:100:70 --sy=100*3 --h=50 --output="${OUT}"/trayinsert.svg -$BOXES traylayout --sx=10*5 --sy=10*5 --output="${OUT}"/traylayout.txt -$BOXES traylayout2 --input="${OUT}"/traylayout.txt --h=50 --hi=40 --output="${OUT}"/traylayout2.svg +$BOXES traylayoutfile --sx=10*5 --sy=10*5 --output="${OUT}"/traylayout.txt +$BOXES traylayout --input="${OUT}"/traylayout.txt --h=50 --hi=40 --output="${OUT}"/traylayout2.svg $BOXES typetray --sx=70:100:70 --sy=100*3 --h=60 --hi=50 --output="${OUT}"/typetray.svg