File: example1-input.gbx

package info (click to toggle)
gerbv 2.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,332 kB
  • sloc: ansic: 25,151; sh: 3,585; lisp: 896; makefile: 436; cpp: 248; xml: 49; perl: 42
file content (45 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
G04 Test drawing with polygon apertures*
G04 Four small polygon fills aranged in a square
G04 Hand coded by Julian Lamb *
%MOIN*%
%FSLAX23Y23*%
%ADD10C,0.050*%

G04 Draw a rectangle with a rounded right side*
G36*
G01X0Y0D02*
X00200Y0D01*
G75*
G03X00200Y00200I0J00100D01*
X0Y00200D01*
G04 Do not close with a final line, so let gerbv automatically close*
G37*

G04 Draw a simple square*
G36*
G01X00400Y0D02*
X00600Y0D01*
X00600Y00200D01*
X00400Y00200D01*
X00400Y0D01*
G37*

G04 Draw a small diamond*
G36*
G01X00100Y00300D02*
X00200Y00400D01*
X00100Y00500D01*
X0Y00400D01*
X00100Y00300D01*
G37*

G04 Draw a very-narrow slit*
G36*
G01X00500Y00300D02*
X00510Y00300D01*
X00510Y00500D01*
X00500Y00500D01*
X00500Y00300D01*
G37*

M02*