Add foundation app CNCjs (#610)

This commit is contained in:
Ulices 2023-04-03 03:50:28 -06:00 committed by GitHub
parent 61e46da4d8
commit 11efb7a63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

5
CNCjs/CNCjs.php Normal file
View File

@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\CNCjs;
class CNCjs extends \App\SupportedApps {
}

10
CNCjs/app.json Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB