Difference between revisions of "Community Mods"

From Jubilee
Jump to navigation Jump to search
(Added https://github.com/vcapra1/jubilee)
Line 42: Line 42:
 
** [https://a360.co/3dvyPae Fusion 360 Model]
 
** [https://a360.co/3dvyPae Fusion 360 Model]
 
* Tool Alignment [https://github.com/hakuro-jp/Jubliee Camera Swivel Mount] by hakuro. This swivel mount mounts an upward facing camera (usable for TAMV) on a swivel mount on the back of the machine. The result is that the camera need not take up any space on the tool rack and retracts away from the bed, so the usable printing volume is unchanged.
 
* Tool Alignment [https://github.com/hakuro-jp/Jubliee Camera Swivel Mount] by hakuro. This swivel mount mounts an upward facing camera (usable for TAMV) on a swivel mount on the back of the machine. The result is that the camera need not take up any space on the tool rack and retracts away from the bed, so the usable printing volume is unchanged.
 +
* [https://github.com/vcapra1/jubilee/tree/master/parts Various Custom Parts]
 +
** Spool mounts, cable management, hotend fan mods, covers for power switch and SSR
  
 
== Software Mods ==
 
== Software Mods ==
Line 54: Line 56:
 
* [[PT100_-_PT1000_Setup|Setting up a PT1000 temperature sensor]] by Doug on the Discord server
 
* [[PT100_-_PT1000_Setup|Setting up a PT1000 temperature sensor]] by Doug on the Discord server
 
** A guide on how to get a PT1000 temperature sensor configured on a Duet board
 
** A guide on how to get a PT1000 temperature sensor configured on a Duet board
 +
* [https://github.com/vcapra1/jubilee/tree/master/firmware/sys Firmware Config Script]
 +
** Helps when making small changes to things like tool offsets, motor limits, etc. to propagate the changes to all G-Code config files

Revision as of 10:33, 24 September 2020

Assembly Tools

  • T-Bar Tool by edskull
    • “to aid in setting offset between Carriage Faceplate and Twist Lock.”

Tools

Hemera Extruder Mounts

E3D Titan Aqua Mount

Extruder Ooze Control

  • Long Ooze Wiper by HaythamB
    • “A longer version of the default ooze wiper designed to fit a Hemera mount. Has 4 to 5.6 mm of clearance to the front Z-axis bed mount on Jubilee V2.”
  • Ooze Blocker by HaythamB
    • “Simple ooze blocker for parking nozzles over 3mm high temperature silicone pieces. Prevents nozzle ooze during parked position, and just makes life a little bit easier when doing multi-material prints.”

Frame Mods

Software Mods

  • Install OpenCV
    • Comprehensive installer for OpenCV on Raspbian (raspberry Pi). Does NOT install virtualized.
  • Duet Web API
    • Python interface to Duet RepRap V2 or V3 firmware.
  • TAMV
    • TAMV = Tool Align Machine Vision for Duet based tool changing 3D printers.
    • Setting up TAMV
  • Setting up a PT1000 temperature sensor by Doug on the Discord server
    • A guide on how to get a PT1000 temperature sensor configured on a Duet board
  • Firmware Config Script
    • Helps when making small changes to things like tool offsets, motor limits, etc. to propagate the changes to all G-Code config files