removed PwnCNC and added EM60 and Redline VFD
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user