pull/153/head
openbuilds-engineer 2020-04-15 18:24:34 +02:00
rodzic 3f476f2878
commit 0a7c78c3d7
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
v1.0.224-226 Minor Bugfixes, Updated Mobile Jog
v1.0.223: Added keyboard shortcuts to Macros, updated look of buttons to include showing keyboard assignment
v1.0.222: Added Keyboard shortcuts for GotoZero, and switching between Incremental/Continuous jogging
v1.0.221: Corrected product names for XYZ Probe Plus

Wyświetl plik

@ -14,7 +14,7 @@ function populateMacroButtons() {
var keyboardAssignment = "none"
}
var button = `
<button class="macrobtn m-1 command-button outline ` + buttonsarray[i].class + `" title="` + buttonsarray[i].tooltip + `" onclick="sendGcode('` + buttonsarray[i].gcode.replace(/(\r\n|\n|\r)/gm, "\\n") + `');">
<button class="macrobtn m-1 command-button drop-shadow outline ` + buttonsarray[i].class + `" title="` + buttonsarray[i].tooltip + `" onclick="sendGcode('` + buttonsarray[i].gcode.replace(/(\r\n|\n|\r)/gm, "\\n") + `');">
<span class="` + buttonsarray[i].icon + ` icon"></span>
<span class="caption mt-2">
` + buttonsarray[i].title + `
@ -28,7 +28,7 @@ function populateMacroButtons() {
}
// append add button
var button = `
<button class="m-1 command-button outline rounded" onclick="edit(` + (buttonsarray.length + 1) + `, event)">
<button class="m-1 command-button drop-shadow outline rounded" onclick="edit(` + (buttonsarray.length + 1) + `, event)">
<span class="fas fa-plus icon"></span>
<span class="caption mt-2">
Add

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.225-beta",
"version": "1.0.226",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Interface Software",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",