From 485f741077ec210684d7d7539db29843bf11cd98 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Thu, 18 Jan 2018 15:33:12 +0100 Subject: [PATCH] change min area --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 4977e27..17803b6 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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;