From 528b09ebaee50d9dea7bc3fd18006314c42b5870 Mon Sep 17 00:00:00 2001 From: gkuzin13 Date: Mon, 19 Feb 2024 16:53:03 +0200 Subject: [PATCH] fix: improve laster tool performance (again) --- apps/client/src/constants/shape.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/constants/shape.ts b/apps/client/src/constants/shape.ts index 6d624e1..8551673 100644 --- a/apps/client/src/constants/shape.ts +++ b/apps/client/src/constants/shape.ts @@ -60,8 +60,8 @@ export const SELECT_RECT = { export const LASER = { TRIM_COUNT: 2, TRIM_INTERVAL: 24, - TRIM_DELAY: 300, - MAX_LENGTH: 70, + TRIM_DELAY: 250, + MAX_LENGTH: 50, WIDTH: 3.5, COLOR: colors.red500, } as const;