Skip to content

Commit 35be3f1

Browse files
committed
bad rebase fix
1 parent e450f3a commit 35be3f1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/webgl-preview.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ import {
2727
WebGLRenderer
2828
} from 'three';
2929

30-
type BuildVolume = {
31-
x: number;
32-
y: number;
33-
z: number;
34-
};
35-
3630
export type GCodePreviewOptions = {
3731
buildVolume?: BuildVolume;
3832
backgroundColor?: ColorRepresentation;

0 commit comments

Comments
 (0)