This patch adds support for pwncnc
This commit is contained in:
@@ -27,6 +27,10 @@ module.exports = {
|
||||
type: "PWM Spindle",
|
||||
name: "Laser (J Tech, etc)",
|
||||
},
|
||||
{
|
||||
id: "pwncnc-vfd",
|
||||
name: "PwnCNC VFD",
|
||||
},
|
||||
{
|
||||
id: "pwm",
|
||||
name: "PWM Spindle",
|
||||
@@ -82,6 +86,11 @@ module.exports = {
|
||||
name: "OMRON MX2",
|
||||
unsupported: true,
|
||||
},
|
||||
{
|
||||
id: "v70-vfd",
|
||||
name: "V70",
|
||||
unsupported: true
|
||||
}
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user