removed PwnCNC and added EM60 and Redline VFD
This commit is contained in:
@@ -28,8 +28,12 @@ module.exports = {
|
||||
name: "Laser (J Tech, etc)",
|
||||
},
|
||||
{
|
||||
id: "pwncnc-vfd",
|
||||
name: "PwnCNC VFD",
|
||||
id: "em60",
|
||||
name: "EM60",
|
||||
},
|
||||
{
|
||||
id: "redline-vfd",
|
||||
name: "Redline VFD",
|
||||
},
|
||||
{
|
||||
id: "pwm",
|
||||
|
||||
@@ -43,7 +43,7 @@ script#tool-view-template(type="text/x-template")
|
||||
label.units RPM
|
||||
|
||||
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
|
||||
p(v-if="$root.modified")
|
||||
| (Click #[tt(class="save") Save] to activate the selected
|
||||
|
||||
@@ -261,7 +261,8 @@
|
||||
"Sunfar E300 (Beta)",
|
||||
"OMRON MX2",
|
||||
"V70",
|
||||
"PwnCNC VFD"
|
||||
"EM60",
|
||||
"Redline VFD"
|
||||
],
|
||||
"default": "Disabled",
|
||||
"code": "st"
|
||||
|
||||
Reference in New Issue
Block a user