Command TableΒΆ
%cad_desc.csv
A CAD command in Embroidermodder is referred to as
an action and the data needed for it to function is stored
in the action_table
. For a regular user who wishes to use
more shortcuts and macros
label{tab:command-table}
0 & newfile & none & Create a new EmbPattern with a new tab in the GUI. \
1 & openfile & filename string & Open an EmbPattern with the supplied filename fname. \
2 & savefile & filename string & Save the current loaded EmbPattern to the supplied filname fname. \
3 & scale & selected objects, 1 float & Scale all selected objects by the number supplied, without selection scales the entire design \
4 & circle & mouse co-ords & Adds a circle to the design based on the supplied numbers, converts to stitches on save for stitch only formats. \
5 & offset & mouse co-ords & Shifts the selected objects by the amount given by the mouse co-ordinates. \
6 & extend & & \
7 & trim & & \
8 & break\_at\_point
& & \
9 & break\_2\_points
& & \
10 & fillet & & \
11 & star & & \
12 & singlelinetext & & \
13 & chamfer & & \
14 & split & & \
15 & area & & \
16 & time & & \
17 & pickadd & & \
16 & zoomfactor & & \
17 & product & & \
18 & program & & \
19 & zoomwindow & & \
20 & divide & & \
21 & find & & \
22 & record & & \
23 & playback & & \
24 & rotate & & \
25 & rgb & & \
26 & move & & \
27 & grid & & \
28 & griphot & & \
29 & gripcolor & & \
30 & gripcool & & \
31 & gripsize & & \
32 & highlight & & \
33 & units & & \
34 & locatepoint & & \
35 & distance & & \
36 & arc & & \
37 & ellipse & & \
38 & array & & \
39 & point & & \
40 & polyline & & \
41 & polygon & & \
42 & rectangle & & \
43 & line & & \
44 & arc (rt) & & \
45 & dolphin & & \
46 & heart |
end{tabular}