Talk:Macro Corner shapes wizard

From FreeCAD Documentation
Revision as of 08:38, 11 March 2013 by Neondata (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if you follow the link on top, you find another version: I translated the code to english and changed the user interface to a tabular form. Just by appending additional lines to the list,

 F =     [ ["Width first side"         ,   "20."] ]
 F.append(["Width second side"        ,   "10."])
 

the GUI can be expanded. The parameters are now list elements. NeonData