Skip to content

Commit

Permalink
v1.0.344
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Jan 6, 2023
1 parent 55749cf commit 9bdd7a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.344: Fixed bug in Dark Mode theme with Jog Distance Selected CSS
v1.0.343: Updated wording on ESP32 based Bootloader error message, Assert G90/G21 for GotoZero commands to fix Issue #286
v1.0.342: Beta test of Electron 19 based native File Open dialog for issue #270, Basic FluidNC connectivity support, Updated SSL Certificates, Added GPU Information menu entry under Troubleshooting, Fixed bug in Mobile Jog
v1.0.341: Updated grblHAL firmware images to fix Probe and Y2 Bugs, updated Machine Profiles
Expand Down
1 change: 1 addition & 0 deletions app/js/jog.js
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ $(document).ready(function() {
});

function changeStepSize(dir) {
$('.distbtn').blur();
if (jogdistXYZ == 0.1 || jogdistXYZ == 0.0254) {
if (dir == 1) {
if (unit == "mm") {
Expand Down
2 changes: 1 addition & 1 deletion app/lib/metro4/css/metro-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.343",
"version": "1.0.344",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",
Expand Down

0 comments on commit 9bdd7a0

Please sign in to comment.