Skip to content

Commit 5cf34ef

Browse files
committed
Add missing texts for error, alarm and settings for grblHAL/grbl
1 parent 5439ca8 commit 5cf34ef

File tree

6 files changed

+444
-34
lines changed

6 files changed

+444
-34
lines changed

dist/CNC/GRBL/index.html.gz

1.07 KB
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

3.66 KB
Binary file not shown.

src/targets/CNC/GRBL/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Eye as WebUILogo } from "preact-feather"
4141
import { addObjectItem, removeObjectItem } from "../../../components/Helpers"
4242

4343
const Target = "GRBL"
44-
const webUIbuild = "G2"
44+
const webUIbuild = "G3"
4545
const Name = "ESP3D"
4646
const fwUrl = [
4747
"https://github.com/luc-github/ESP3D/tree/3.0",

src/targets/CNC/grblHAL/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { AppLogo } from "./logo"
4141
import { addObjectItem, removeObjectItem } from "../../../components/Helpers"
4242

4343
const Target = "grblHAL"
44-
const webUIbuild = "GH3"
44+
const webUIbuild = "GH4"
4545
const Name = "grblHAL"
4646
const fwUrl = [
4747
"https://github.com/grblHAL",

0 commit comments

Comments
 (0)