0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-05-11 11:43:23 +02:00

Merge branch 'master' into develop

This commit is contained in:
Casper Lamboo 2018-04-03 15:22:10 +02:00
commit 75c3e9d632

@ -1,5 +1,5 @@
export const PRECISION = 0.01;
export const VERSION = '0.0.18';
export const VERSION = '0.0.19';
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
export const MIN_AREA = 1; // holes smaller as 1mm2 get removed
export const Z_OFFSET = 0.2;