From 899ec34a07e8d2ec858212080358aaca6f437dd9 Mon Sep 17 00:00:00 2001
From: unknown
Date: Thu, 11 Apr 2024 22:30:22 +0200
Subject: [PATCH] Update
---
CHANGELOG.txt | 2 +-
css/main.css | 4 ++++
css/themes/dark.css | 4 ++++
js/application-settings-controller.js | 8 --------
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 73f987e..190e29e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-10 Apr 2024: Dark Mode, Iconography Library, Reselect and toolpath management tools, UI enhancements
+10 Apr 2024: Dark Mode, Iconography Library, Reselect and toolpath management tools, UI enhancements, New Settings page, Added LEAD Plasma Add-On support
19 Sep 2023: Disable CONTROL integration. Use the SAVE GCODE button please
16 Jun 2023: Added X32 option to Board selection
5 June 2023: Updated Analytics V4 ID
diff --git a/css/main.css b/css/main.css
index aed12b6..204247e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -878,4 +878,8 @@ d-grid {
bottom: 0px;
right: 10px;
background: rgba(240, 240, 240, 0.85);
+}
+
+.step-list>li::before {
+ color: #555 !important;
}
\ No newline at end of file
diff --git a/css/themes/dark.css b/css/themes/dark.css
index 7b56d68..fd35805 100644
--- a/css/themes/dark.css
+++ b/css/themes/dark.css
@@ -548,4 +548,8 @@ body.theme_dark, .theme_dark div.window, .theme_dark .card {
.theme_dark .selected-item>.remover {
background-color: #333;
border-bottom: 1px solid #fff;
+}
+
+.theme_dark .step-list>li::before {
+ color: #aaa !important;
}
\ No newline at end of file
diff --git a/js/application-settings-controller.js b/js/application-settings-controller.js
index 1c2d949..e0ba768 100644
--- a/js/application-settings-controller.js
+++ b/js/application-settings-controller.js
@@ -355,11 +355,6 @@ function selectMachine(type) {
var yaxis = 810
var zaxis = 90
//$('#toolheadSelect').data('select').val('spindleonoff')
- } else if (type == "leadmachine1010laser") {
- var xaxis = 730
- var yaxis = 810
- var zaxis = 90
- //$('#toolheadSelect').data('select').val('laserm4')
}
$("#machinetype").val(type)
$("#sizexmax").val(xaxis)
@@ -414,8 +409,6 @@ function setMachineButton(type) {
template = ` OpenBuilds LEAD 1515`
} else if (type == "leadmachine1010") {
template = ` OpenBuilds LEAD 1010`
- } else if (type == "leadmachine1010laser") {
- template = ` OpenBuilds LEAD 1010 with Laser Module`
} else {
template = ` Select Machine`
}
@@ -473,7 +466,6 @@ $(document).ready(function() {
OpenBuilds Lead Machine