Skip to content

Commit

Permalink
Remove plotter as seems no more sustained
Browse files Browse the repository at this point in the history
Update SandTable UI
  • Loading branch information
luc-github committed Dec 9, 2024
1 parent d1c3f23 commit d7413c6
Show file tree
Hide file tree
Showing 31 changed files with 15 additions and 2,312 deletions.
592 changes: 0 additions & 592 deletions config/targets/Plotter/HP-GL/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.0.0-a82"
"version": "3.0.0-a83"
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "echo \"Error: no test specified\" && exit 1",
"front": "webpack serve --config config/webpack.dev.js ",
"server": "nodemon config/server.js",
"dev-plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL concurrently \"npm run server\" \"npm run front\"",
"dev-cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL concurrently \"npm run server\" \"npm run front\"",
"dev-cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL concurrently \"npm run server\" \"npm run front\"",
"dev-printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin concurrently \"npm run server\" \"npm run front\"",
Expand All @@ -20,16 +19,14 @@
"printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin webpack --config config/webpack.prod.js",
"printer-smoothieware": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Smoothieware webpack --config config/webpack.prod.js",
"printer-marlin-embedded": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin-embedded webpack --config config/webpack.prod.js",
"plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL webpack --config config/webpack.prod.js",
"cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js",
"cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL webpack --config config/webpack.prod.js",
"sand-grbl": "cross-env TARGET_ENV=SandTable SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js",
"build": "webpack --config config/webpack.prod.js",
"buildprinter": "npm run printer-marlin && npm run printer-repetier && npm run printer-smoothieware && npm run printer-marlin-embedded",
"buildplotter": "npm run plotter-hp_gl",
"buildcnc": "npm run cnc-grbl && npm run cnc-grblhal",
"buildsand": "npm run sand-grbl",
"buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc && npm run buildplotter",
"buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc",
"package": "node ./config/pack.js",
"template": "node ./config/buildtemplate.js",
"check": "node ./config/checkpack.js"
Expand Down
2 changes: 1 addition & 1 deletion src/components/App/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { h } from "preact"
import { webUIbuild } from "../../targets"
export const webUIversion = "3.0.0-a82"
export const webUIversion = "3.0.0-a83"
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}
Expand Down
43 changes: 0 additions & 43 deletions src/targets/Plotter/Controls/BackgroundContainer.js

This file was deleted.

72 changes: 0 additions & 72 deletions src/targets/Plotter/Controls/QuickStopButton.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/targets/Plotter/Controls/index.js

This file was deleted.

90 changes: 0 additions & 90 deletions src/targets/Plotter/HP-GL/CMD-source.js

This file was deleted.

32 changes: 0 additions & 32 deletions src/targets/Plotter/HP-GL/Controls/InformationsControls.js

This file was deleted.

31 changes: 0 additions & 31 deletions src/targets/Plotter/HP-GL/Controls/QuickButtonsBar.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/targets/Plotter/HP-GL/Controls/index.js

This file was deleted.

Loading

0 comments on commit d7413c6

Please sign in to comment.