From b45df50da5891e19f721f3e8f9ce0398c9876819 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 18 Aug 2025 01:00:02 +0100 Subject: [PATCH] Remove inital gcode. --- src/components/Dashboard/common/GCodePreview.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/GCodePreview.jsx b/src/components/Dashboard/common/GCodePreview.jsx index da4685f..0c35cb7 100644 --- a/src/components/Dashboard/common/GCodePreview.jsx +++ b/src/components/Dashboard/common/GCodePreview.jsx @@ -8,7 +8,7 @@ import { } from 'react' import * as THREE from 'three' -function GCodePreviewUI(props, ref, initialGCode) { +function GCodePreviewUI(props, ref) { const { topLayerColor = '', lastSegmentColor = '',