Skip to content

Commit

Permalink
Offline Usage
Browse files Browse the repository at this point in the history
Compile file for offline usage.
  • Loading branch information
joeycortez42 committed Aug 28, 2017
1 parent 04c0dfd commit 7b768b0
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Upgrade the Malyan 200 or the Monoprice Select Mini's (V1) Web UI and enable fas

Built using Bootstrap so the UI is mobile-friendly and tablet-friendly.

While you may want to update the UI of the printer, you don't want the web server on the controller working too hard. This upgrade is designed to minimize the amount of data the web server has to serve. You browser will be doing most of the heavy lifting.

![Image of the WebUI](https://raw.githubusercontent.com/nokemono42/MP-Select-Mini-Web/master/screenshot.png)

## Getting Started
Expand All @@ -25,6 +23,12 @@ While you may want to update the UI of the printer, you don't want the web serve

By default the upgraded Web UI will send `M563 S6` on each refresh to ensure faster Wi-Fi file uploads is enabled.

## Offline Usage

While you may want to update the UI of the printer, you don't want the web server on the controller working too hard. This upgrade is designed to minimize the amount of data the web server has to serve. You browser will be doing most of the heavy lifting.

But if you want to use the Web UI without an active Internet connection, delete the `webui.html` file and rename `webui-offline.html` to `webui.html`.

## Troubleshooting

Did something break? Here's how you can undo the Web UI upgrade.
Expand Down
264 changes: 264 additions & 0 deletions webui-offline.html

Large diffs are not rendered by default.

0 comments on commit 7b768b0

Please sign in to comment.