Numerous small tweaks

As per issues on GitHub.
This commit is contained in:
lawgicau
2021-07-13 15:05:38 +10:00
parent 6965431ec5
commit 0cfab2c333
2 changed files with 27 additions and 15 deletions

View File

@ -73,6 +73,7 @@
<li><a href="https://octoprint.org/" target="_blank">Octoprint</a> - Free host software that typically runs on a Raspberry Pi. Has a 'terminal' tab. <a href="https://youtu.be/h--RLbvQKYc" target="_blank">Octoprint setup video guide</a></li>
<li><a href="https://www.arduino.cc/en/software" target="_blank">Arduino IDE</a> - Free and available for Windows, Mac and Linux. Less intuitive but the <i>Tools > Serial Monitor</i> option will provide a terminal.</li>
<li><a href="https://www.simplify3d.com/" target="_blank">Simplify3D</a> - Paid slicing software that also has a terminal feature.</li>
<li><a href="https://github.com/sir-buckyball/chrome-gcode-sender" target="_blank">Chrome gcode Sender</a> - I haven't used this yet but it was submitted via the issues by stdekart5827 and may be a good solution. Can send gcode directly from Chrome to your 3D printer. <a href="https://chrome.google.com/webstore/detail/gcode-sender/ngncibnakmabjlfpadjagnbdjbhoelom?hl=en" target="_blank">Chrome web store link</a>.</li>
</ol>
<p>There are many other options but these are the most popular. If you already have a favourite piece of terminal software, you don't really need this list.</p>
<p>Connecting to the printer is covered in the next tab.</p>