We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ed9e5 commit 06ce0b0Copy full SHA for 06ce0b0
src/constants.js
@@ -1,5 +1,5 @@
1
export const PRECISION = 0.01;
2
-export const VERSION = '0.0.18';
+export const VERSION = '0.0.19';
3
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
4
export const MIN_AREA = 1; // holes smaller as 1mm2 get removed
5
export const Z_OFFSET = 0.2;
0 commit comments