mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
Add foundation app CNCjs (#610)
This commit is contained in:
parent
61e46da4d8
commit
11efb7a63c
5
CNCjs/CNCjs.php
Normal file
5
CNCjs/CNCjs.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php namespace App\SupportedApps\CNCjs;
|
||||
|
||||
class CNCjs extends \App\SupportedApps {
|
||||
|
||||
}
|
||||
10
CNCjs/app.json
Normal file
10
CNCjs/app.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"appid": "c3ca2faab8b1e6bf3ba212d383d15d45da8c951e",
|
||||
"name": "CNCjs",
|
||||
"website": "https://cnc.js.org/",
|
||||
"license": "MIT License",
|
||||
"description": "A web-based interface for CNC milling controller running Grbl, Smoothieware, or TinyG. It runs on an Raspberry Pi or a laptop computer that you have Node.js installed, connecting to the Arduino over a serial connection using a USB serial port, a Bluetooth serial module, or a Serial-to-WiFi module like XBee or USR-WIFI232-T.",
|
||||
"enhanced": false,
|
||||
"tile_background": "dark",
|
||||
"icon": "cncjs.png"
|
||||
}
|
||||
BIN
CNCjs/cncjs.png
Normal file
BIN
CNCjs/cncjs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Loading…
x
Reference in New Issue
Block a user