Skip to content

Commit

Permalink
Revert "feature: gcodeviewer (#322)" (#341)
Browse files Browse the repository at this point in the history
This reverts commit 673fd9f.
  • Loading branch information
meteyou authored Aug 28, 2021
1 parent 673fd9f commit f482b57
Show file tree
Hide file tree
Showing 10 changed files with 632 additions and 2,409 deletions.
2,163 changes: 627 additions & 1,536 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@codemirror/state": "^0.19.1",
"@codemirror/stream-parser": "^0.19.1",
"@codemirror/view": "^0.19.1",
"@sindarius/gcodeviewer": "^2.0.6",
"axios": "^0.21.1",
"core-js": "^3.16.0",
"echarts": "^5.1.2",
Expand Down
9 changes: 1 addition & 8 deletions src/components/TheSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import SettingsPresetsTab from "@/components/settings/SettingsPresetsTab.vue";
import SettingsRemotePrintersTab from "@/components/settings/SettingsRemotePrintersTab.vue";
import SettingsThemeTab from "@/components/settings/SettingsThemeTab.vue";
import SettingsDashboardTab from "@/components/settings/SettingsDashboardTab.vue";
import SettingsGCodeViewerTab from "@/components/settings/SettingsGCodeViewerTab.vue"
@Component({
components: {
SettingsThemeTab,
Expand All @@ -73,8 +72,7 @@ import SettingsGCodeViewerTab from "@/components/settings/SettingsGCodeViewerTab
SettingsMacrosTab,
SettingsWebcamTab,
SettingsGeneralTab,
SettingsDashboardTab,
SettingsGCodeViewerTab
SettingsDashboardTab
}
})
export default class TheSettingsMenu extends Mixins(BaseMixin) {
Expand Down Expand Up @@ -132,11 +130,6 @@ export default class TheSettingsMenu extends Mixins(BaseMixin) {
name: 'remote-printers',
title: this.$t('Settings.RemotePrintersTab.RemotePrinters')
},
{
icon: 'mdi-video-3d',
name: 'g-code-viewer',
title: this.$t('Settings.GCodeViewerTab.GCodeViewer')
}
]
}
Expand Down
Loading

0 comments on commit f482b57

Please sign in to comment.