kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
641594b0b7
commit
aa05087e49
|
@ -1,4 +1,5 @@
|
||||||
v1.0.169: MacOS: Top Menu and Copy/Paste fixes
|
v1.0.171: Fix Keyboard-Jog Default Assignment bug
|
||||||
|
v1.0.170: MacOS: Fixes: Top Menu, Copy/Paste, Label for Port Name (remove /dev/tty to keep smaller)
|
||||||
v1.0.169: Added Estimated Time to Serial Log on GCODE Load.
|
v1.0.169: Added Estimated Time to Serial Log on GCODE Load.
|
||||||
v1.0.168: Improved Grbl Flashing Tool and Moved to "Wizards and Tools", Improved Inch Mode 3D viewer, fix bug in Continious Jog
|
v1.0.168: Improved Grbl Flashing Tool and Moved to "Wizards and Tools", Improved Inch Mode 3D viewer, fix bug in Continious Jog
|
||||||
v1.0.167: Improved Memory management for 3D Viewer, Added Inch Mode (Issue#59), Moved Steps/mm Calibration Tools to "Wizards and Tools" menu,
|
v1.0.167: Improved Memory management for 3D Viewer, Added Inch Mode (Issue#59), Moved Steps/mm Calibration Tools to "Wizards and Tools" menu,
|
||||||
|
|
|
@ -34,7 +34,7 @@ $(document).ready(function() {
|
||||||
keyboardShortcuts = JSON.parse(localStorage.getItem('keyboardShortcuts'));
|
keyboardShortcuts = JSON.parse(localStorage.getItem('keyboardShortcuts'));
|
||||||
} else {
|
} else {
|
||||||
keyboardShortcuts = {
|
keyboardShortcuts = {
|
||||||
xP: "arrowright", //X+
|
xP: "right", //X+
|
||||||
xM: "left", //X-
|
xM: "left", //X-
|
||||||
yP: "up", //Y+
|
yP: "up", //Y+
|
||||||
yM: "down", //Y-
|
yM: "down", //Y-
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "OpenBuildsCONTROL",
|
"name": "OpenBuildsCONTROL",
|
||||||
"version": "1.0.170",
|
"version": "1.0.171",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "Machine Interface Driver for OpenBuilds",
|
"description": "Machine Interface Driver for OpenBuilds",
|
||||||
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
||||||
|
|
Ładowanie…
Reference in New Issue