From 75ac180aadca985c6def432ff518f9c464b6b017 Mon Sep 17 00:00:00 2001 From: Ali Khalil Date: Wed, 6 Apr 2022 06:53:52 +0300 Subject: [PATCH] Updated cutout command help text to reflect options 2TB, 2LR, and 8 --- tclCommands/TclCommandCutout.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tclCommands/TclCommandCutout.py b/tclCommands/TclCommandCutout.py index e4471501..8ff40956 100644 --- a/tclCommands/TclCommandCutout.py +++ b/tclCommands/TclCommandCutout.py @@ -56,7 +56,8 @@ class TclCommandCutout(TclCommand): ('dia', 'Tool diameter.'), ('margin', 'Margin over bounds.'), ('gapsize', 'Size of gap.'), - ('gaps', "Type of gaps. Can be (case-insensitive): 'None' = no-tabs, 'TB' = top-bottom, 'LR' = left-right and '4' = one each side."), + ('gaps', "Type of gaps. Can be (case-insensitive): 'None' = no-tabs, 'TB' = top-bottom, 'LR' = left-right, " + "'2TB' = 2-top-bottom, '2LR' = 2-left-right, '4' = one each side, and '8' = two each side."), ('outname', 'Name of the object to create.') ]), 'examples': ['cutout cut_object -dia 1.2 -margin 0.1 -gapsize 1 -gaps "tb" -outname cutout_geo -type rect']