From 48252faabc220732cb2542d937ebca38e1cfe834 Mon Sep 17 00:00:00 2001
From: Alan Han <alan.han@cba.mit.edu>
Date: Wed, 6 Mar 2024 02:23:51 +0000
Subject: [PATCH] added note about metric drill files

---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index e944ff5..197c093 100644
--- a/index.html
+++ b/index.html
@@ -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>
-- 
GitLab