Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
mods
Commits
e9a6981b
Commit
e9a6981b
authored
Aug 20, 2021
by
Neil Gershenfeld
Browse files
wip
parent
10dfb621
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
modules/path/formats/gerber
View file @
e9a6981b
...
@@ -130,7 +130,7 @@ function plot() {
...
@@ -130,7 +130,7 @@ function plot() {
str += "M02*\n"
str += "M02*\n"
var obj = {}
var obj = {}
obj.type = 'file'
obj.type = 'file'
obj.name = mod.imageInfo.name+'
.gtl
'
obj.name = mod.imageInfo.name+'
-fill.gbr
'
obj.contents = str
obj.contents = str
outputs.Gerber.event(obj)
outputs.Gerber.event(obj)
}
}
...
@@ -153,19 +153,11 @@ function plot() {
...
@@ -153,19 +153,11 @@ function plot() {
str += "M02*\n"
str += "M02*\n"
var obj = {}
var obj = {}
obj.type = 'file'
obj.type = 'file'
obj.name = mod.imageInfo.name+'
.gko
'
obj.name = mod.imageInfo.name+'
-outline.gbr
'
obj.contents = str
obj.contents = str
outputs.Gerber.event(obj)
outputs.Gerber.event(obj)
}
}
}
}
/*
D11*
X1000Y1000D02*
X1000Y2000D01*
X2000Y2000D01*
X1500Y1000D01*
M02*
*/
//
//
// return values
// return values
//
//
...
...
programs/formats/gerber/plot png
View file @
e9a6981b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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