From 7f9c483c90af5de404ca87f534de4af93cc2fd3b Mon Sep 17 00:00:00 2001 From: Sindarius Date: Sat, 28 Nov 2020 19:20:08 -0600 Subject: [PATCH] Build Volume Color and Color Control Fix Fixed an issue with color control not working as intended and now use the line color on the bed for the build volume. --- GCodeViewer/ColorPicker.vue | 8 ++++++-- GCodeViewer/viewer/bed.js | 8 ++++++-- GCodeViewer/viewer/buildobjects.js | 10 ++++++++-- GCodeViewer/viewer/gcodeviewer.js | 2 ++ 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/GCodeViewer/ColorPicker.vue b/GCodeViewer/ColorPicker.vue index 57e4e30..f27b19b 100644 --- a/GCodeViewer/ColorPicker.vue +++ b/GCodeViewer/ColorPicker.vue @@ -1,7 +1,7 @@