mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
z offset
This commit is contained in:
parent
8c3d444eed
commit
e289fd848a
@ -2,4 +2,4 @@ export const PRECISION = 0.01;
|
|||||||
export const VERSION = '0.0.18';
|
export const VERSION = '0.0.18';
|
||||||
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
|
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
|
||||||
export const MIN_AREA = 1; // holes smaller as 1mm2 get removed
|
export const MIN_AREA = 1; // holes smaller as 1mm2 get removed
|
||||||
export const Z_OFFSET = 0.3;
|
export const Z_OFFSET = 0.15;
|
||||||
|
Loading…
Reference in New Issue
Block a user