Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Oct 12, 2023
2 parents 26d94c8 + 02974c8 commit be6a5d4
Show file tree
Hide file tree
Showing 99 changed files with 3,368 additions and 2,151 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ declare module 'vue' {
AppTextField: typeof import('./src/components/ui/AppTextField.vue')['default']
AppThumbnailSize: typeof import('./src/components/ui/AppThumbnailSize.vue')['default']
AppToolsDrawer: typeof import('./src/components/layout/AppToolsDrawer.vue')['default']
AppUpDownBtnGroup: typeof import('./src/components/ui/AppUpDownBtnGroup.vue')['default']
AppUploadAndPrintBtn: typeof import('./src/components/layout/AppUploadAndPrintBtn.vue')['default']
AppUserMenu: typeof import('./src/components/layout/AppUserMenu.vue')['default']
AppWarnings: typeof import('./src/components/common/AppWarnings.vue')['default']
Expand Down
34 changes: 25 additions & 9 deletions docs/configuration/obico_for_remote_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,37 @@ nav_order: 6
permalink: /configuration/obico_for_remote_access
---

# Obico for Remote Access
# Obico for Klipper - Remote Access, AI Failure Detection, and Mobile App
{: .no_toc }

---

[Obico for Klipper](https://obico.io/docs/user-guides/klipper-setup/) is an
open-source solution to let you monitor and access your printer while you
are not on the same local network.
[Obico for Klipper](https://www.obico.io/klipper.html) is a 100% open-source, free software
that lets you monitor and access your printer remotely from anywhere, while you are
not on the same local network. Access the full Fluidd interface remotely from anywhere
on a web browser or use the Obico mobile app to monitor your printer on the go.

* Obico sends status messages as well as webcam snapshots to mobile
push notification, Email, Telegram, Discord, and more.
Formerly known as The Spaghetti Detective, [Obico](https://www.obico.io) is the first
and best AI print failure detection. Let AI watch your prints and alert you through
your preferred channel or pause the print if something looks fishy.

* You can get the real-time webcam feed and printer control using
Obico’s mobile app or in the browser.
**Additional Obico features:**

* Obico also uses AI to detect print failures.
* Print status messages and webcam snapshots sent to mobile push notifications,
Email, Telegram, Discord, and more.

* Real-time webcam live feed and printer control using Obico’s mobile app
[iOS](https://apps.apple.com/ae/app/obico-for-octoprint-klipper/id1540646623)
or [Android](https://play.google.com/store/apps/details?id=com.thespaghettidetective.android&hl=en_US&gl=US)
or in the browser.

* Print Statistics and detailed print history keep you up to date with everything
you need to know about your printing activity.

* G-Code file management gives you access to your files stored in Obico or in
Klipper remotely from anywhere.

* Obico is 100% open-source from the client to the server, including the AI failure detection.
[Self-host Obico server vs. Use Obico cloud](https://www.obico.io/obico-cloud-vs-self-hosted.html).

Follow [this guide](https://obico.io/docs/user-guides/klipper-setup/) to set up Obico for Klipper.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="fluidd" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon-180x180.png" />
<link rel="mask-icon" href="img/icons/safari-pinned-tab.svg" color="#000000" />
<meta name="msapplication-TileImage" content="/img/icons/mstile-150x150.png" />
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#000000" />
<meta name="msapplication-TileImage" content="%BASE_URL%img/icons/mstile-150x150.png" />
<meta name="msapplication-TileColor" content="#000000" />

<script type="module" src="/src/main.ts"></script>
Expand Down
Loading

0 comments on commit be6a5d4

Please sign in to comment.