<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									General Chat - CrackedConsole Community				            </title>
            <link>https://www.crackedconsole.com/community/3-general/</link>
            <description>CrackedConsole Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Wed, 29 Apr 2026 08:22:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>3D Printed Universal Tiny Phone Stand</title>
                        <link>https://www.crackedconsole.com/community/3-general/3d-printed-universal-tiny-phone-stand/</link>
                        <pubDate>Mon, 12 Aug 2019 00:01:57 +0000</pubDate>
                        <description><![CDATA[I wanted a small pocket size phone stand, so I mocked up a quick example.It press fits together to toss in your pocket, then pulls apart to brace your phone in landscape mode.I also added a ...]]></description>
                        <content:encoded><![CDATA[<p>I wanted a small pocket size phone stand, so I mocked up a quick example.</p><p>It press fits together to toss in your pocket, then pulls apart to brace your phone in landscape mode.<br />I also added a channel in the bottom to feed your USB cable through if desired.</p><p>245</p><p>246</p><p>247</p><p>248</p><p>249</p><p>250</p><p>261</p><p>254</p><p>257</p><p> </p><p> </p><p><a href="https://www.thingiverse.com/thing:3805436" target="true">Thingiverse Files to print your own.</a></p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/3-general/">General Chat</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/3-general/3d-printed-universal-tiny-phone-stand/</guid>
                    </item>
				                    <item>
                        <title>Controlling the power of your 3D printer with OctoPrint</title>
                        <link>https://www.crackedconsole.com/community/3-general/wip-controlling-the-power-of-your-3d-printer-with-octoprint/</link>
                        <pubDate>Mon, 21 Jan 2019 02:50:29 +0000</pubDate>
                        <description><![CDATA[Parts List5v Relay - SRD-05VDC-SL-CDupont ConnectorsDupont Crimps (to correctly crimp down the connectors to your wire)22/4 shielded wire (There are better options and we only need 3 wires, ...]]></description>
                        <content:encoded><![CDATA[<p><strong>Parts List</strong></p><ul><li><a href="https://amzn.to/2FRm4dG" target="true">5v Relay - SRD-05VDC-SL-C</a></li><li><a href="https://amzn.to/2Sa25MV" target="true">Dupont Connectors</a></li><li><a href="https://amzn.to/2Bg6Mvd" target="true">Dupont Crimps</a> (to correctly crimp down the connectors to your wire)</li><li><a href="https://amzn.to/2Uqew4X" target="true">22/4 shielded wire</a> (There are better options and we only need 3 wires, this is just what I had on hand)</li><li><a href="https://amzn.to/2FZKbWC" target="true">M3*12mm Bolts and Nuts</a></li></ul><p> </p><ul><li><a href="https://www.thingiverse.com/thing:2981386" target="true">Ender 3 Cable clip</a></li><li><a href="https://www.thingiverse.com/thing:3372636" target="true">Single relay mount</a></li><li><a href="https://www.thingiverse.com/thing:3050607" target="true">M3 2020 T-Nuts</a></li></ul><p> </p><p>https://www.youtube.com/watch?v=0-Ol6Yvf0fg</p><p> </p><p> </p><p>I'm starting to look into controlling the power of my Ender 3 3D printer from my Raspberry Pi running OctoPrint. I was able to locate the PSU Control plugin for OctoPrint, so I think this is the route I am going to go.</p><p><a href="https://github.com/kantlivelong/OctoPrint-PSUControl" target="true">PSU Control on GitHub</a></p><p> 26</p><p>This plugin is also available via the OctoPrint plugin manager.</p><p>Next I picked up some relays to allow the Pi to control power via the GPIO pins on the Pi.</p><p><a href="https://amzn.to/2CDASZ8" target="true">Relay</a></p><p>I have modified a Relay mount to include some M3 style tabs so you can bolt the relay to the frame of your printer with T-Nuts.</p><p><a href="https://www.thingiverse.com/thing:3372636" target="true">Thingiverse Relay mount</a></p><p>6</p><p><strong>The basics </strong></p><p>I cut the 24volt Hot line coming from the PSU and placed the Relay between the PSU and Printers mainboard. This will allow me to keep my Octoprint Raspberry Pi on while turning the printer off and on via the OctoPrint web portal.<br />I have it set up this was, as my Raspberry Pi setup is powered off the Printer PSU.</p><p>52</p><p>The red wire is cut from this connection (coming from the printer) and the relay is connected with the 2 ends of the red wire.<br />The Normally Open and Closed (center location) terminals are used. Normally Open means the circuit will be Open by default, thus the Printer gets NO power. A signal from the Raspberry Pi is required to trip the relay and close the circuit, powering on the Printer.</p><p>You can use Normally Closed if you wish, this would mean the Printer always gets power by default and a signal from the Raspberry Pi is required to power OFF the printer.</p><p>53</p><p>The relay also has 3 pins located on the other side. These are for 5v power, ground and control signal all coming from the Raspberry Pi. I used a 4 conductor shielded cable to run power from the Raspberry Pi from the front of my printer, back to the relay in the rear under the bed.</p><p>54</p><p>I crimped on Dupont connections to each wire and hooked them up to the relay. In my case Yellow is the signal wire from the Raspberry Pi GPIO pins, Red is 5V from the Raspberry Pi and Black is Ground from the Raspberry Pi.</p><p>55</p><p>57</p><p>58</p><p>I connected my wires to the rear of the Raspberry Pi, but you can use the top pins if you wish, shown below.</p><p>56</p><p>Once everything is wired up, you can then download PSU Control from the OctoPrint Plugin Manager.</p><p>59</p><p>After the installation of PSU Control, you can reboot OctoPrint and configure the settings.</p><p>This is my current setup, be sure to set the GPIO Mode to BCM, and set your pin to 21 to match our setup, the remaining settings can be configured to your liking and a full write up of the options can be found on the <a href="https://plugins.octoprint.org/plugins/psucontrol/" target="true">OctoPrint PSU Control Site</a></p><p>26</p><p>Once everything is done, there will be a Lightning bolt icon in the Top Right of your OctoPrint UI, Click this to control the power of your Printer!</p><p>60</p><p> </p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/3-general/">General Chat</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/3-general/wip-controlling-the-power-of-your-3d-printer-with-octoprint/</guid>
                    </item>
				                    <item>
                        <title>3D Printing - Beginners Guides, Tips and Techniques!</title>
                        <link>https://www.crackedconsole.com/community/3-general/3d-printing-beginners-guides-tips-and-techniques/</link>
                        <pubDate>Sun, 20 Jan 2019 22:36:49 +0000</pubDate>
                        <description><![CDATA[Below you will find several get sources for 3D Printing tip, techniques and various guides. Do you have a favorite? Add yours below. 3D Printing HacksA guide for beginners and general tips a...]]></description>
                        <content:encoded><![CDATA[<p>Below you will find several get sources for 3D Printing tip, techniques and various guides. Do you have a favorite? Add yours below.</p><p> </p><p><strong>3D Printing Hacks</strong></p><p>A guide for beginners and general tips and tricks.</p><p><a href="https://www.instructables.com/id/3D-Printing-Hacks/" target="true">https://www.instructables.com/id/3D-Printing-Hacks/</a></p><p> </p><p><strong>Using an XBOX Kinnect to scan 3D Models</strong></p><p>Do you have a spare XBOX Kinnect sitting around? Want to use free software on your MAC or PC to make 3D scans and export them to STL files?</p><p><a href="https://www.instructables.com/id/Easy-3D-Scanning-for-3D-Printing-Mac-PC-At-Techsho/" target="true">https://www.instructables.com/id/Easy-3D-Scanning-for-3D-Printing-Mac-PC-At-Techsho/</a></p><p> </p><p><strong>7 Free STL File editors</strong></p><p>Want to modify your STL files? Check out these 7 free great options!</p><p><a href="https://all3dp.com/1/7-free-stl-editors-edit-repair-stl-files/" target="true">https://all3dp.com/1/7-free-stl-editors-edit-repair-stl-files/</a></p><p> </p><p><strong>3D Printing from Sketchup</strong></p><p>The tool I currently use to design my 3D files, Google Sketchup</p><p>https://www.youtube.com/watch?v=RPQliNKJKto</p><p> </p><p><strong>Finishing your 3D prints</strong></p><p>Smoothing, marbling and coloring... Multiple processes for finishing up your 3D prints</p><p><a href="https://all3dp.com/enhance-3d-prints-with-water-marbling-other-tricks/" target="true">https://all3dp.com/enhance-3d-prints-with-water-marbling-other-tricks/</a></p><p> </p><p><strong>3D Printing Troubleshooting Guide: Pillowing</strong></p><p><a href="https://www.youtube.com/watch?v=51SXWKh9iSA">https://www.youtube.com/watch?v=51SXWKh9iSA</a></p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/3-general/">General Chat</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/3-general/3d-printing-beginners-guides-tips-and-techniques/</guid>
                    </item>
				                    <item>
                        <title>Find me on Thingiverse!</title>
                        <link>https://www.crackedconsole.com/community/3-general/find-me-on-thingiverse/</link>
                        <pubDate>Sun, 13 Jan 2019 01:19:03 +0000</pubDate>
                        <description><![CDATA[Find all my projects and designs on Thingverse, this includes the current builds of PinkyPi and other projects.My Thingiverse Profile]]></description>
                        <content:encoded><![CDATA[<p>Find all my projects and designs on Thingverse, this includes the current builds of PinkyPi and other projects.</p><p><a href="https://www.thingiverse.com/Crackedconsole/designs" target="true">My Thingiverse Profile</a></p><p> </p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/3-general/">General Chat</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/3-general/find-me-on-thingiverse/</guid>
                    </item>
				                    <item>
                        <title>Installing OctoPrint and Octoprint-TFT to control your 3D Printer, with a touch screen!</title>
                        <link>https://www.crackedconsole.com/community/3-general/wip-installing-and-configuring-octopi-octoprint-for-raspberry-pi-to-control-your-3d-printer/</link>
                        <pubDate>Tue, 08 Jan 2019 01:24:14 +0000</pubDate>
                        <description><![CDATA[I recently installed and setup OctoPrint on a Raspberry Pi B3 + to use with my new Ender 3, I figured I would share a write up I made as I went through the install and configuration.Also, I ...]]></description>
                        <content:encoded><![CDATA[<p>I recently installed and setup OctoPrint on a Raspberry Pi B3 + to use with my new Ender 3, I figured I would share a write up I made as I went through the install and configuration.</p><p>Also, I am using the following hardware</p><ul><li><a href="https://amzn.to/2VS2FOg" target="true">Raspberry Pi 3 B+</a></li><li><a href="https://amzn.to/2FsEnW8" target="true">24v to 5v DC Buck converter</a></li><li><a href="https://amzn.to/2SSDVnt" target="true">Noctua 40mm cooling fan</a></li><li><a href="https://amzn.to/2SQZwMX" target="true">Raspberry Pi camera</a> (mine is v1.3, soon to upgrade)</li><li><a href="https://amzn.to/2VPrnip" target="true">610mm Raspberry Pi camera ribbon cable</a></li><li><a href="https://amzn.to/2SSMC10" target="true">3.5inch 320x480 Touch Screen LCD</a></li><li><a href="https://www.thingiverse.com/thing:3030160" target="true">3D Printed Enclosure for Pi and TouchSreen</a></li><li><a href="https://amzn.to/2RXQS24" target="true">Left angle 12 inch Mini USB to USB</a></li><li><a href="https://amzn.to/2CEXFUq" target="true">MicroSD to SD card adapter</a></li></ul><p> </p><p>First, we need to download OctoPi and create a MicroSD image from their downloads.</p><p><a href="https://octoprint.org/download/" target="true">https://octoprint.org/download/</a></p><p>Once you have the most recent version of OctoPi downloaded and ready, insert the MicroSD card you will be using into your computer and upload the image to it.</p><p>A popular and simple tool to do so is Etcher.</p><p><a href="https://www.balena.io/etcher/" target="true">https://www.balena.io/etcher/</a></p><p><img src="http://www.crackedconsole.com/wp-content/uploads/2019/01/Pi-OctoPrint-Etcher-v2.gif" border="0" /></p><p>Below is taken from the <a href="https://octoprint.org/download/" target="true">OctoPrint.org/download</a> guide, under the Getting Started with OctoPi.</p><hr /><p> </p><pre>Please follow these steps after downloading</pre><ol><li><pre>Unzip the image and install the contained <code class="highlighter-rouge">.img</code> file to an SD card <a href="https://www.raspberrypi.org/documentation/installation/installing-images/README.md">like any other Raspberry Pi image</a>.</pre></li><li><pre>Configure your WiFi connection by editing <code class="highlighter-rouge">octopi-wpa-supplicant.txt</code> on the root of the flashed card when using it like a thumb drive. <strong>Important: Do not use WordPad (Windows) or TextEdit (MacOS X)</strong>for this, those editors are known to mangle the file, making configuration fail. Use something like Notepad++, Atom or VSCode instead or at the very least heed the warnings in the file.<br /><br /><strong>Note:</strong> This changed with OctoPi 0.15.0, earlier versions had you edit <code class="highlighter-rouge">octopi-network.txt</code> which has a different format. This old method is <em>no longer supported</em> and the contents of this file will be ignored. Just use <code class="highlighter-rouge">octopi-wpa-supplicant.txt</code>.<br /><br />Please also refer take a look at the <a href="https://faq.octoprint.org/wifi-setup">full WiFi setup guide in the FAQ</a> that also includes Troubleshooting tips.</pre></li><li><pre>Boot the Pi from the card.</pre></li><li><pre>Log into your Pi via SSH (it is located at <code class="highlighter-rouge">octopi.local</code> <a href="https://learn.adafruit.com/bonjour-zeroconf-networking-for-windows-and-linux/overview">if your computer supports bonjour</a> or the IP address assigned by your router), default username is “pi”, default password is “raspberry”. <strong>Change the password</strong> using the <code class="highlighter-rouge">passwd</code> command. You do not need to expand the filesystem, current versions of OctoPi do this automatically.</pre></li><li><pre>Access OctoPrint through <code class="highlighter-rouge">http://octopi.local</code> or <code class="highlighter-rouge">http://&lt;your pi's ip address&gt;</code>. https is available too, with a self-signed certificate.</pre></li></ol><pre>Please also refer to <a href="https://github.com/guysoft/OctoPi">OctoPi’s README</a>, especially the <a href="https://github.com/guysoft/OctoPi#how-to-use-it">“How to use it” section</a>.</pre><hr /><p><img src="http://www.crackedconsole.com/wp-content/uploads/2019/01/Pi-OctoPrint-WiFiPassword-v2.gif" border="0" /></p><p>Once your Raspberry Pi is booted and you are able to SSH into your device, we can now start to configure the touch screen, and other software.</p><p>To SSH or connect to your device, first be sure to complete the WiFi setup above, or connect with an ethernet cable into your Raspberry Pi.<br />You can then use <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" target="true">Putty</a> as an SSH client to connect to the Raspberry Pi / OctoPi installation.<br />The name you will connect to is <strong>octopi.local</strong></p><p><img src="https://www.crackedconsole.com/wp-content/uploads/2019/04/OctoPi-SSH-01.gif" border="0" /></p><p>First lets run some updates to get everything ready.</p><pre>sudo apt-get update<br />sudo apt update<br />sudo apt dist-upgrade<br />sudo apt clean<br />sudo reboot</pre><p>We also need to setup autologin, to do so run</p><pre>sudo raspi-config</pre><p>And navigate to Boot Options - Desktop CLI - and choose Console Auto Login</p><p><img src="https://www.crackedconsole.com/wp-content/uploads/2019/01/Pi-OctoPrint-AutoLogin.gif" border="0" /> </p><p>For my specific LCD, I was able to locate the manual and other details here</p><p><a href="http://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)" target="true">http://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)</a></p><p> </p><p>You can download and install the files with the following</p><pre>git clone <a class="external free" href="https://github.com/waveshare/LCD-show.git" target="_blank" rel="nofollow noopener">https://github.com/waveshare/LCD-show.git</a><br /><br />cd LCD-show/<br /><br />sudo chmod +x LCD35-show<br /><br />sudo ./LCD35-show</pre><p>The device will reboot, once it's booted we can log back in and continue.</p><p>Next we can rotate the display with the following command.</p><pre>cd LCD-Show
sudo ./LCD35-show 270</pre><p>Reboot your Raspberry Pi and make sure you get video on your LCD.</p><p>If your screen is not rotated correctly with the above command, do the following.</p><pre>sudo nano /boot/config.txt</pre><p>And change the line for your display to add :rotate=270 as shown below</p><pre>dtoverlay=waveshare35a:rotate=270</pre><p>Now that we have our LCD functional and working, lets install a user interface.</p><p>First is the X desktop environment, then Touch-TFT and its requirements</p><p><a href="https://github.com/mcuadros/OctoPrint-TFT" target="true">https://github.com/mcuadros/OctoPrint-TFT</a></p><p> </p><pre>sudo apt-get install libgtk-3-0<br /><br />sudo apt install xserver-xorg xinit xserver-xorg-video-fbdev</pre><p> </p><p>Once X is installed, we can follow up with the installation of OctoPrint-TFT</p><pre>wget https://github.com/mcuadros/OctoPrint-TFT/releases/download/v0.1.2/octoprint-tft_0.1.2-1.stretch_armhf.deb
sudo dpkg -i octoprint-tft_0.1.2-1.stretch_armhf.deb
<br />sudo systemctl set-default graphical.target</pre><p> </p><p>Lastly we need to remove the 99-fbturbo.conf file from our Xorg directory.</p><pre>sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf.old</pre><p>Now on reboot OctoPrint-TFT should load and start attempting to connect</p><p> </p><p>Next we can enable the Raspberry Pi camera, to do so get into the raspi config menu;</p><pre>sudo raspi-config</pre><p>Navigate to option 5 Interfacing Options, and enable the Camera under option 1.</p><p>I also like to disable the camera LED, this can be done with the following;</p><pre>sudo nano /boot/config.txt</pre><p>and add the following line</p><pre>disable_camera_led=1</pre><p>On next reboot the camera LED will be disabled.</p><p><img src="https://www.crackedconsole.com/wp-content/uploads/2019/01/Pi-OctoPrint-EnableCamera-DisableLED-v2.gif" border="0" /></p><p> </p><p>I also modified my Raspberry Pi to connect to a network share housing gcode files for my printer, to do so I did the following.</p><pre><br />sudo nano /etc/fstab</pre><p>And added the following line (modify for your network and setup)</p><pre>//server/share/Data/3D/gcode /home/pi/.octoprint/uploads/_network cifs username=pi,password=raspberry,domain=workgroup 0 0</pre><p> </p><p>//server will be the computer your network share is located and /share is the shared folder.</p><p><em>Some users have reported having to specify their cifs version for this to work correctly.<br />I've also noted, uploading files to the shared folder requires a refresh of the WebUI of OctoPrint for them to display in the file menu if you have navigated to it in your current session.</em></p><p> </p><p>Upon reboot, it will mount my network share from \\Server\share to the Ocotprint Uploads folder on my Raspberry Pi.</p><p> </p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/3-general/">General Chat</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/3-general/wip-installing-and-configuring-octopi-octoprint-for-raspberry-pi-to-control-your-3d-printer/</guid>
                    </item>
							        </channel>
        </rss>
		