2016-04-23 00:24:01 +02:00
|
|
|
export const PRECISION = 0.01;
|
2018-01-15 15:43:58 +01:00
|
|
|
export const VERSION = '0.0.18';
|
2018-01-16 17:57:34 +01:00
|
|
|
export const LOCAL_STORAGE_KEY = 'PRINTER_SETTINGS';
|
2018-01-18 14:24:01 +01:00
|
|
|
export const Z_OFFSET = 0.3;
|