gerber-plotter
Advanced tools
Comparing version 4.2.7 to 4.2.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.2.8](https://github.com/tracespace/tracespace/compare/v4.2.7...v4.2.8) (2022-03-28) | ||
### Bug Fixes | ||
* **plotter:** do not ignore duplicate tool definitions ([#379](https://github.com/tracespace/tracespace/issues/379)) ([87a0849](https://github.com/tracespace/tracespace/commit/87a0849)) | ||
## [4.2.7](https://github.com/tracespace/tracespace/compare/v4.2.6...v4.2.7) (2022-03-12) | ||
@@ -8,0 +19,0 @@ |
@@ -230,7 +230,3 @@ // gerber plotter | ||
if (this._tools[code]) { | ||
this._warn( | ||
'tool ' + code + ' is already defined; ignoring new definition' | ||
) | ||
return done() | ||
this._warn('tool ' + code + ' is already defined; overwriting definition') | ||
} | ||
@@ -237,0 +233,0 @@ |
{ | ||
"name": "gerber-plotter", | ||
"version": "4.2.7", | ||
"version": "4.2.8", | ||
"description": "Streaming Gerber / NC drill layer image plotter", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "8ecba37cf1788a7d80b856b892e683af125e0cc3" | ||
"gitHead": "49c9a22addccc70c1d1a830a9225328a91942080" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
616377