decrease z offset

This commit is contained in:
casperlamboo 2018-01-29 17:17:11 +01:00
parent 377088fa34
commit 9eb01f2f21
1 changed files with 1 additions and 1 deletions

View File

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