I really appreciate your job,
how I can remove gcode viewer and terminal tabs from the ui ?
I tried to put (gcodeviewer: false) command in the config.yaml file but it didn't work.
regards
I really appreciate your job,
how I can remove gcode viewer and terminal tabs from the ui ?
I tried to put (gcodeviewer: false) command in the config.yaml file but it didn't work.
regards
components:
disabled:
tab:
- gcodeviewer
- terminal
You can see it on the config.yaml doc page.
I added this commands to the mentioned file but no think changed should I do some other steps?
thanks
I'm sorry, now it works properly ^__^, best wishes for octoprint family
This must now be done in the Appearance settings.
https://docs.octoprint.org/en/master/configuration/config_yaml.html#appearance
Adding the code below successfully hides the GCode Viewer tab for me for OctoPrint version 1.7.0.
appearance:
components:
disabled:
tab:
- plugin_gcodeviewer