change min area

This commit is contained in:
casperlamboo 2018-01-18 15:33:12 +01:00
parent 2f04aa9c50
commit 485f741077

View File

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