From 9a7e34cf59d6c07fa7d84958ea943bc83e8ee9b5 Mon Sep 17 00:00:00 2001
From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com>
Date: Sun, 26 Sep 2021 11:52:40 +0200
Subject: [PATCH] Update README.md
---
.../README.md | 115 ++++++++++++++++++
1 file changed, 115 insertions(+)
diff --git a/files/docs/extensions/OctoPrint for Autodesk® Fusion 360™/README.md b/files/docs/extensions/OctoPrint for Autodesk® Fusion 360™/README.md
index 8b13789..548999b 100644
--- a/files/docs/extensions/OctoPrint for Autodesk® Fusion 360™/README.md
+++ b/files/docs/extensions/OctoPrint for Autodesk® Fusion 360™/README.md
@@ -1 +1,116 @@
+
+
+
+
+
+
+
+
+OctoPrint for Autodesk® Fusion 360™ is a plugin where you can send directly the G-code of your created model to the OctoPrint server via Autodesk Fusion 360 and then it will be printed for you a physical model with a 3D-Printer.
+
+The publisher of this plugin is Autodesk, Inc.!
+
+---
+
+You will get more information about OctoPrint, then you can visit the original website of Octoprint with this link: https://octoprint.org/
+
+---
+
+ - 📂 Downloads:
+OctoPrint for Autodesk® Fusion 360™
+ - 📔 Documentation: Autodesk-Documentation & Videos
+ - 💬 Would You like to get in touch with me? Or if You have any questions, suggestions or problems?
+ - 📫 Then You can create an issue here on GitHub or You can contact me via my contact form!
+ - 📜 Code of Conduct: Contributor Covenant (Still in Progress!)
+ - 📖 Information for contributors: All contribution information, Compilation instructions, Roadmap (Still in Progress!)
+ - ❤️ I'd like to thank everyone who has helped me to get Fusion 360 up and running on Linux!
+ - 🍷 Super Application Maintainer (WineHQ): https://appdb.winehq.org/objectManager.php?sClass=application&iId=15617
+
+---
+
+## Hardware and Software Requirements
+
+- You must have installed Autodesk Fusion 360 on your system!
+
+---
+
+## Getting Started
+
+Install OctoPrint for Autodesk® Fusion 360™ for Autodesk Fusion 360:
+
+[](https://youtu.be/01lnwcE1ieg)
+
+
+
+1.) You can only download the installation program when you have previously logged into with your account on: https://apps.autodesk.com!
+
+2.) Then you must search for OctoPrint:
+
+
+
+
+3.) Select this one and download the installation program:
+
+
+
+
+4.) Open a terminal and run this command (For example if you have Autodesk Fusion 360 installed into your home directory!):
+
+ cd Downloads && WINEPREFIX=/$HOME/.wineprefixes/fusion360 wine OctoPrint_for_Fusion360-win64.msi
+
+4.1.) Install the OctoPrint for Autodesk® Fusion 360™ plugin:
+
+
+
+
+5.) If you have opened Autodesk Fusion 360 then you must restart the program!
+
+6.) Then you must configure the OctoPrint plugin in Autodesk Fusion 360 and you are connected to the OctoPrint server!
+
+
+
+
+
+
+7.) Now you can send directly the G-code of your created model to the OctoPrint server via Autodesk Fusion 360 and then it will be printed for you! ⏳
+
+
+
+
+
+---
+
+## Would you like to installt the OctoPrint server on your old computer or Raspberry Pi? (Debian-based Linux distributions)
+
+Then you have the option here to install it with this command:
+
+ cd Downloads && wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/scripts/stable-branch/octoprint-server-install.sh && chmod +x octoprint-server-install.sh && bash octoprint-server-install.sh && exit
+
+After the installation you can start, stop or restart the server with changing the option of this command:
+
+ sudo service octoprint {start|stop|restart}
+
+For example, you want to start the server:
+
+ sudo service octoprint start
+
+Then you can access the server by heading to http://YOUR-IP-ADDRESS:5000 and you should be greeted with the OctoPrint UI.
+
+
+
+But you can configure a lot more and so I recommend reading this post here:
+
+- https://community.octoprint.org/t/setting-up-octoprint-on-a-raspberry-pi-running-raspbian-or-raspberry-pi-os/2337
+
+---
+
+## Important Notice
+
+With the help of my manual, You get a way to use OctoPrint for Autodesk® Fusion 360™ under Autodesk Fusion 360 and nothing more!
+
+
+
+
+
+