j7126 / OctoPrint-Dashboard

A dashboard for Octoprint
GNU Affero General Public License v3.0
289 stars 39 forks source link

Display error message if gcode visualizer is disabled in settings #107

Closed StefanCohen closed 4 years ago

StefanCohen commented 4 years ago

There is a dependency to the gcode visualizer and the Dashboard will not load if it has been disabled by the user. Either try to recover from the error by disabling the bindings or display an error message.

StefanCohen commented 4 years ago

I haven't found a way to detect if the gcode visualizer is enabled or disabled thru neither the settings nor the viewmodel so I'm giving up on this for now.