Skip to content

Commit d7413c6

Browse files
committed
Remove plotter as seems no more sustained
Update SandTable UI
1 parent d1c3f23 commit d7413c6

31 files changed

+15
-2312
lines changed

config/targets/Plotter/HP-GL/index.js

-592
This file was deleted.

info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.0.0-a82"
2+
"version": "3.0.0-a83"
33
}

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"front": "webpack serve --config config/webpack.dev.js ",
99
"server": "nodemon config/server.js",
10-
"dev-plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL concurrently \"npm run server\" \"npm run front\"",
1110
"dev-cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL concurrently \"npm run server\" \"npm run front\"",
1211
"dev-cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL concurrently \"npm run server\" \"npm run front\"",
1312
"dev-printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin concurrently \"npm run server\" \"npm run front\"",
@@ -20,16 +19,14 @@
2019
"printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin webpack --config config/webpack.prod.js",
2120
"printer-smoothieware": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Smoothieware webpack --config config/webpack.prod.js",
2221
"printer-marlin-embedded": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin-embedded webpack --config config/webpack.prod.js",
23-
"plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL webpack --config config/webpack.prod.js",
2422
"cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js",
2523
"cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL webpack --config config/webpack.prod.js",
2624
"sand-grbl": "cross-env TARGET_ENV=SandTable SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js",
2725
"build": "webpack --config config/webpack.prod.js",
2826
"buildprinter": "npm run printer-marlin && npm run printer-repetier && npm run printer-smoothieware && npm run printer-marlin-embedded",
29-
"buildplotter": "npm run plotter-hp_gl",
3027
"buildcnc": "npm run cnc-grbl && npm run cnc-grblhal",
3128
"buildsand": "npm run sand-grbl",
32-
"buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc && npm run buildplotter",
29+
"buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc",
3330
"package": "node ./config/pack.js",
3431
"template": "node ./config/buildtemplate.js",
3532
"check": "node ./config/checkpack.js"

src/components/App/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a82"
20+
export const webUIversion = "3.0.0-a83"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

src/targets/Plotter/Controls/BackgroundContainer.js

-43
This file was deleted.

src/targets/Plotter/Controls/QuickStopButton.js

-72
This file was deleted.

src/targets/Plotter/Controls/index.js

-24
This file was deleted.

src/targets/Plotter/HP-GL/CMD-source.js

-90
This file was deleted.

src/targets/Plotter/HP-GL/Controls/InformationsControls.js

-32
This file was deleted.

src/targets/Plotter/HP-GL/Controls/QuickButtonsBar.js

-31
This file was deleted.

src/targets/Plotter/HP-GL/Controls/index.js

-24
This file was deleted.

0 commit comments

Comments
 (0)