Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
9eb7cba1
Commit
9eb7cba1
authored
Feb 01, 2012
by
Andrey Fedorushkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert my bug commit 3389
parent
c5f104a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_plotDXF_functions.cpp
common/common_plotDXF_functions.cpp
+1
-1
No files found.
common/common_plotDXF_functions.cpp
View file @
9eb7cba1
...
...
@@ -249,7 +249,7 @@ void DXF_PLOTTER::arc( wxPoint centre, int StAngle, int EndAngle, int radius,
"0
\n
ARC
\n
8
\n
%s
\n
10
\n
%d.0
\n
20
\n
%d.0
\n
40
\n
%d.0
\n
50
\n
%d.0
\n
51
\n
%d.0
\n
"
,
TO_UTF8
(
cname
),
centre
.
x
,
centre
.
y
,
radius
,
EndAngle
/
10
,
St
Angle
/
10
);
StAngle
/
10
,
End
Angle
/
10
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment