removed PwnCNC and added EM60 and Redline VFD

This commit is contained in:
sanjayk03-dev
2024-11-06 00:56:59 +05:30
parent 9bb4747e67
commit 628c7cac46
3 changed files with 9 additions and 4 deletions

View File

@@ -28,8 +28,12 @@ module.exports = {
name: "Laser (J Tech, etc)", name: "Laser (J Tech, etc)",
}, },
{ {
id: "pwncnc-vfd", id: "em60",
name: "PwnCNC VFD", name: "EM60",
},
{
id: "redline-vfd",
name: "Redline VFD",
}, },
{ {
id: "pwm", id: "pwm",

View File

@@ -43,7 +43,7 @@ script#tool-view-template(type="text/x-template")
label.units RPM label.units RPM
fieldset.modbus-program( fieldset.modbus-program(
v-if="is_modbus && tool_type != 'HUANYANG VFD' && tool_type != 'PWNCNC VFD'") v-if="is_modbus && tool_type != 'HUANYANG VFD' && tool_type != 'REDLINE VFD' && tool_type != 'EM60'")
h2 Active Modbus Program h2 Active Modbus Program
p(v-if="$root.modified") p(v-if="$root.modified")
| (Click #[tt(class="save") Save] to activate the selected | (Click #[tt(class="save") Save] to activate the selected

View File

@@ -261,7 +261,8 @@
"Sunfar E300 (Beta)", "Sunfar E300 (Beta)",
"OMRON MX2", "OMRON MX2",
"V70", "V70",
"PwnCNC VFD" "EM60",
"Redline VFD"
], ],
"default": "Disabled", "default": "Disabled",
"code": "st" "code": "st"