kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
v1.0.226
rodzic
3f476f2878
commit
0a7c78c3d7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>",
|
||||
|
|
Ładowanie…
Reference in New Issue