Skip to content

Commit

Permalink
Merge pull request #89 from Gkuzin13/dev
Browse files Browse the repository at this point in the history
fix: improve laster tool performance (again)
  • Loading branch information
Gkuzin13 authored Feb 19, 2024
2 parents bb5f101 + 528b09e commit 6cc4cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/constants/shape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6cc4cf9

Please sign in to comment.