Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gerber2img
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quentin Bolsee
gerber2img
Merge requests
!1
added note about metric drill files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added note about metric drill files
AlanHan/gerber2img:main
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Alan Han
requested to merge
AlanHan/gerber2img:main
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
48252faa
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
index.html
+
1
−
0
Options
@@ -12,6 +12,7 @@
<body
style=
"background-color: rgb(255, 255, 255);"
>
<h1>
gerber2img
</h1>
<p>
Drag and drop one or multiple Gerber files; lock origin and dimensions to preserve alignment between successive uploads.
</p>
<p>
For through-holes and vias, make sure to export drill file (.drl) as metric.
</p>
<div
id=
"dropZone"
><p
id=
"dropText"
>
↑
</p></div>
<input
type=
"file"
id=
"fileInput"
multiple
hidden
></input>
<canvas
id=
"canvas"
hidden
></canvas>
Loading