psu control octoprint 3d models

98777 3d models found related to psu control octoprint.
Single Channel Relay Box (PSU Control Octoprint)
Single Channel Relay Box (PSU Control Octoprint)
thingiverse

I was scanning through Thingiverse trying to find a usable box to house my single channel relay but couldn't quite find what I was looking for. So I ended up making this simple little box. It keeps the printers power cable in place (not 100% but...

Ender 3 Mod for Octoprint´s  PSU_control plugin
Ender 3 Mod for Octoprint´s PSU_control plugin
thingiverse

Search for "psu control octoprint". Pull the mains plug out of the PSU. Now disconnect the yellow XT60 plug and disassemble the PSU from the frame. Then remove the plastic cover box from the PSU and any other 24v connections you may have made (it´s...

Relay Box for PSU Power Control from OctoPrint
Relay Box for PSU Power Control from OctoPrint
thingiverse

OctoPrint supports Power Supply (PSU) management with the "PSU Control" plugin. This box is for the [HiLetgo 5V 1 Channel Relay Module with optocoupler Support High or Low Level Trigger](https://www.amazon.com/gp/product/B00LW15A4W) which, I...

PSU relay housing for Pi Octoprint / Octopi
PSU relay housing for Pi Octoprint / Octopi
thingiverse

I followed this tutorial here: [Turn Your 3D Printer On/off Using Octoprint](https://www.instructables.com/id/PSU-Control-With-Octoprint/) NOTE: The tutorial specifies using a 5v GPIO pin for power, but for this relay I use the 3.3v GPIO pin as I...

Power Raspberry Pi from PSU & power printer on/off from OctoPrint
Power Raspberry Pi from PSU & power printer on/off from OctoPrint
thingiverse

Inspired by https://www.thingiverse.com/thing:2889371 and the accompanying "How to Power a Raspberry Pi from a 3D Printer Using Your Printer's Power Supply Unit (PSU)" As well as the instructables article "Turn Your 3D Printer On/off Using Octoprint"...

Octoprint Control-Panel
Octoprint Control-Panel
thingiverse

Control-Box für Octoprint Die Anleitung habe ich von: https://plugins.octoprint.org/plugins/display_panel/?utm_medium=announcements&utm_source=octoprint&utm_content=1.5.2

OctoPrint Control Box
OctoPrint Control Box
prusaprinters

You can of course use any other GPIO pins, that's up to you. Software setupThe configuration for the three OctoPrint plugins are shown below (OctoPrint-Eclosure, PSU Control and System Command Editor). As it turns out the GPIO nunbering scheme set in...

OctoPrint Control Box
OctoPrint Control Box
thingiverse

Next to the hardware setup you will need to install three additional plugins: * OctoPrint-Enclosure * PSU Controls * System Command Editor All are available in the Octoprint Repository. SAFETY WARNING: This build works with mains voltage which...

Octoprint Control Panel Housing
Octoprint Control Panel Housing
thingiverse

Additional housing based on the great Octoprint Control Panel design (https://plugins.octoprint.org/plugins/display_panel/?utm_source=octoprint&utm_medium=announcements&utm_content=1.5.2). ... I adapted it with my Raspberry 3 Housing:...

OctoPrint Control Panel
OctoPrint Control Panel
thingiverse

This pairs with an OctoPrint plugin, [available on my Github](https://github.com/sethvoltz/OctoPrint-DisplayPanel) **Check out a demo here** [![Screenshot of demo video](https://img.youtube.com/vi/78emT1ollu4/0.jpg)](https://youtu.be/78emT1ollu4...

OctoPrint Control Panel
OctoPrint Control Panel
prusaprinters

Those are cool looking and I love the ESP line of chips, but I really wanted something directly connected so it could get immediate events and feedback, as well as act as a pause and cancel control. This pairs with an OctoPrint plugin, available on...

Octoprint control box
Octoprint control box
thingiverse

I WILL APPRECIATE YOUR CONSTRUCTIVE CRITICISM I wanted to easily control some functions on my CR10s particularly since I put it inside an enclosure. However, all the designs I found on Thingiverse use the 6x6 tactile push buttons. I wanted to use the...

PSU contol unit for octoprint
PSU contol unit for octoprint
thingiverse

Just a simple PSU control unit I made for my CR-10 Instructions: https://youtu.be/dQNBeAZpRmk

PSU contol unit for octoprint
PSU contol unit for octoprint
cults3d

Just a simple PSU control unit I made for my CR-10 Instructions: https://youtu.be/dQNBeAZpRmk

RPi/Octoprint Relay Housing
RPi/Octoprint Relay Housing
thingiverse

... a IEC socket with EMI filter for mains power. ... Similar to the guide provided here: https://www.instructables.com/id/PSU-Control-With-Octoprint/ I simply glued the lid on top. ... Maybe I adapt the lid design in the future to have a recessed edge.

Yet Another OctoPrint Control Box
Yet Another OctoPrint Control Box
thingiverse

Required parts are: * Raspberry Pi 3 * Fotek 220v SSR * 5v 4010 Fan * 12mm Push Button * 5v 5A smps in 87*58*35mm dimensions ([Example](https://www.aliexpress.com/item/1005002728038351.html)) * Male And Female power socket (Shown in pic) * Your...

Octoprint's relay mod box
Octoprint's relay mod box
thingiverse

A box for [Octoprint's relay mod](https://www.instructables.com/id/PSU-Control-With-Octoprint/) fantastically explained by [Miros](https://www.thingiverse.com/Miros/about). I remixed his original box to make it smaller and with some openings for...

OctoPrint Dual instances control box
OctoPrint Dual instances control box
thingiverse

I remixed couple models on the upper tray, using PSU control plugin for OctoPrint on both instances, and I used this tutorial to get lights working on both instances: https://www.thingiverse.com/thing:1428478...

Octoprint Control Box Dark Side
Octoprint Control Box Dark Side
thingiverse

Another Control box for octoprint. Material's list: - 5v power supply (MeanWell, RS-15-5) - 5v relay (Keyes-019) - IEC 320 C13 and C14 with fuse (https://es.aliexpress.com/item/32450127290.html?spm=a2g0s.9042311.0.0.5ccc63c08IhJp0) - 2...

Octoprint and GPIO Control Tutorial!
Octoprint and GPIO Control Tutorial!
cults3d

#How to setup Octoprint with GPIO control! Download for copies of the pictures and a text file with the code in it as well as a bonus 40mm fan grill! See the RAMPS tutorial here! (https://www.thingiverse.com/thing:2784817) See the Marlin Firmware...

Relay Control OctoPrint Wanhao i3
Relay Control OctoPrint Wanhao i3
thingiverse

printer_on.sh: #!/bin/bash gpio export 23 out gpio -g write 23 0 printer_off.sh: #!/bin/bash gpio export 23 out gpio -g write 23 1 light_on.sh: #!/bin/bash gpio export 18 out gpio -g write 18 0 light_off.sh: #!/bin/bash gpio export 18 out gpio -g...

Octoprint and GPIO Control Tutorial!
Octoprint and GPIO Control Tutorial!
thingiverse

- [Raspbery Pi 3** or better](https://www.raspberrypi.org/products/) - [Octropi image for the Raspberry Pi](https://octoprint.org/download/) - [Some MOSFET modules to control lights and power...

OctoPrint control and ventilation control panel
OctoPrint control and ventilation control panel
thingiverse

This is a remix from https://www.thingiverse.com/thing:4674214 i have constructed my own panel and integrated my own ventilation control via an arduino nano.

PSU relay housing for Pi Octoprint / Octopi
PSU relay housing for Pi Octoprint / Octopi
myminifactory

PSU relay module housing for Pi Octoprint I have a Tax 6 with enclosure + LED lighting connected to a Raspberry Pi running Octopi/Octoprint. The relay controls power for both the Taz 6 and enclosure lighting. For my Ultimaker 2+ with its built-in...

PSU relay housing for Pi Octoprint / Octopi
PSU relay housing for Pi Octoprint / Octopi
cults3d

** PSU relay module housing for Pi Octoprint ** I have a Tax 6 with enclosure + LED lighting connected to a Raspberry Pi running Octopi/Octoprint. The relay controls power for both the Taz 6 and enclosure lighting. For my Ultimaker 2+ with its...

Octoprint 12v PSU Cover and Enclosure mount
Octoprint 12v PSU Cover and Enclosure mount
thingiverse

... head screws and mounts with 30/30 deep thread partical board screws. I will be using this power supply to power my raspberry pi (loaded with octoprint) via a step down buck converter. ...It will also power the 12v computer fans and 12v UV lights.

Octoprint Ultimate Lights / Fan / Temperature Control
Octoprint Ultimate Lights / Fan / Temperature Control
thingiverse

After selecting GPIO for the input type, and selecting output control on the action type, the button will be able to turn on / off or toggle linked regular outputs, basically being able to control your lights / fan using mechanical buttons instead of...

Octoprint raspberry Pi3 control 2 printers
Octoprint raspberry Pi3 control 2 printers
cults3d

Octoprint case for 2 printers Requires: 1x - Raspberry PI3 B+ 1x - 2x Rele Module 2x - Brazilian power plug 1x - Power cable

OctoPrint Cube - 2 channel relay Control
OctoPrint Cube - 2 channel relay Control
thingiverse

-------------------------------Octoprint GPIO Setup------------------------------------------------------- Load last Octoprint here: https://octoprint.org/download/ WiringPi installieren: gpio -v sudo apt-get install git-core sudo apt-get update...

Relay Housing for PSU Control
Relay Housing for PSU Control
thingiverse

I use OctoPrint's action events to automatically turn the PSU on when starting a print and turning it off in case a print fails and when a print job is done. One hole is for the thick AC cables, the smaller one for the controls wires from the...