+
- reset
+
- reset
+
@@ -849,7 +858,7 @@
-
diff --git a/app/jog.html b/app/jog.html
deleted file mode 100644
index 8e5d4bb..0000000
--- a/app/jog.html
+++ /dev/null
@@ -1,401 +0,0 @@
-
-
-
-
-
OpenBuilds CONTROL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
OpenBuilds CONTROL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
- X
-
-
-
- 0.000
-
-
- |
-
-
-
-
- |
-
-
-
-
- Y
-
-
-
- 0.000
-
-
- |
-
-
-
-
- |
-
-
-
-
- Z
-
-
-
- 0.000
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/js/ui.js b/app/js/ui.js
index b15d5d5..3543235 100644
--- a/app/js/ui.js
+++ b/app/js/ui.js
@@ -215,12 +215,11 @@ function setControlBar(val, status) {
function setJogPanel(val, status) {
if (val == 0) { // Not Connected Yet
// Show panel and resize editor
- $("#svgview").css('background-color', '#f5f6f7');
// $("#jogcontrols").slideUp(20);
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
// $('#console').scrollTop($("#console")[0].scrollHeight - $("#console").height());
if (editor) {
editor.resize()
@@ -240,11 +239,10 @@ function setJogPanel(val, status) {
} else if (val == 1 || val == 2) { // Connected, but not Playing yet
// Show panel and resize editor
- $("#svgview").css('background-color', '#ffffff');
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
// $('#console').scrollTop($("#console")[0].scrollHeight - $("#console").height());
if (editor) {
editor.resize()
@@ -263,11 +261,10 @@ function setJogPanel(val, status) {
}
} else if (val == 3) { // Busy Streaming GCODE
// Show panel and resize editor
- $("#svgview").css('background-color', '#f5f6f7');
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
if (editor) {
editor.resize()
}
@@ -283,11 +280,10 @@ function setJogPanel(val, status) {
}
} else if (val == 4) { // Paused
// Show panel and resize editor
- $("#svgview").css('background-color', '#f5f6f7');
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
if (editor) {
editor.resize()
}
@@ -302,11 +298,10 @@ function setJogPanel(val, status) {
}
} else if (val == 5) { // Alarm State
// Show panel and resize editor
- $("#svgview").css('background-color', '#f5f6f7');
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
// $('#console').scrollTop($("#console")[0].scrollHeight - $("#console").height());
if (editor) {
editor.resize()
@@ -322,12 +317,11 @@ function setJogPanel(val, status) {
}
} else if (val == 6) { // Firmware Upgrade State
// Show panel and resize editor
- $("#svgview").css('background-color', '#f5f6f7');
// $("#jogcontrols").slideUp(20);
- $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
- $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
- $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
+ // $("#editor").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#macros").css('height', 'calc(' + 100 + 'vh - ' + 485 + 'px)');
+ // $("#console").css('height', 'calc(' + 100 + 'vh - ' + 505 + 'px)');
+ // $("#renderArea").css('height', 'calc(' + 100 + 'vh - ' + 448 + 'px)');
// $('#console').scrollTop($("#console")[0].scrollHeight - $("#console").height());
if (editor) {
editor.resize()
diff --git a/index.js b/index.js
index 5e682fb..0ef5d1c 100644
--- a/index.js
+++ b/index.js
@@ -2256,7 +2256,7 @@ if (isElectron()) {
// Create the browser window.
jogWindow = new BrowserWindow({
// 1366 * 768 == minimum to cater for
- width: 850,
+ width: 870,
height: 850,
fullscreen: false,
center: true,
diff --git a/package.json b/package.json
index 2fa59f8..a9a1730 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
- "version": "1.0.158",
+ "version": "1.0.159",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds
",