gerber-plotter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -24,2 +24,8 @@ // operate the plotter | ||
// warn if tool was not defined | ||
if (!tool) { | ||
plotter._warn('flash with unknown tool ignored') | ||
return boundingBox.new() | ||
} | ||
// push the pad shape if needed | ||
@@ -26,0 +32,0 @@ if (!tool.flashed) { |
{ | ||
"name": "gerber-plotter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Transform stream that takes objects from gerber-parser and emits PCB image objects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
125307
2853