VIN-y / MissChanger

A Stealth Burner tool changer system for Voron 2.4 and Trident.
https://discord.gg/qrb6HXNYxs
GNU General Public License v3.0
86 stars 2 forks source link

MissChanger

A Stealth Burner tool-change system for Voron 2.4 and Trident.

20240223_185152.jpg

Description

MissChanger aims to be a tool-changing upgrade that is compatible with both Voron Trident and Voron 2.4 (Trident compatibility is pending). While also retaining the MGN9H tapping system of Voron-Tap.

Other features of MissChanger includes:

Compatibility

Printers:

Toolheads:

Hotends:

Any hot-ends that does not require a custom/extended main-body for the Stealth Burner should works just fine. Nevertheless, the follows are those that has been tested on the reference machine:

Assembly

BOM, STLs, and instructions for each version of are in their associated sub-folder in the STL_Config_Instructions folder.

Software

The plugin for MissChanger is a fork of klipper-toolchanger, for Tapchanger, and it is available via GitHub at VIN-y/klipper-toolchanger. Installation and configuration steps are outlined in the STL_Config_Instructions folder. Sample config files and their descriptions are also available in the folder.

MissChanger deviate greatly from the design of Tapchanger and Draftshift (Stealthchanger); thus, it's config files are not compatible upstream.

Other recommended software:

Roadmap

v1

v2

Other information

Status definition

Terms Description
Release Finalised.
All relevant components and documentations are finished and tested.
Beta All relevant components are locked in.
However, without substantial testing or feedback.
Alpha CAD designs locked in.
No (or incomplete) documentations.
Bleeding Everything are subjected to changes.
Abandoned Old design that is no longer being persuaded.

Note:

Offset Types

There are 2 type of offsets for each tool-head:

For the purpose of the tool-changer:

Build area set up

This is an important point to keep in mind. It is important to know how your build area is set up, to avoid collisions and potential damages.

MissChanger use the same build area configuration as the origin Voron 350mm, see the code block below. This build area set up stay the same between the single tool-head and the multi tool-heads mode, providing consistency. No matter which mode you are in, G1 X{number} Y{number} will bring the gantry to the same spot above the build plate. Also, the creator's (that is me) finds negative coordinates confusing.

[stepper_x]
...
position_min: 0               # X-axis minimum travel - software limit
position_endstop: 350         # Mechanical reset point coordinates for X-axis (change to 350 for 350 models)
position_max: 350             # X-axis maximum travel - software limit (change to 350 for 350 models)
...

[stepper_y]
...
position_min: 0               # Y-axis minimum travel - software limit
position_endstop: 350         # Mechanical reset point coordinates for Y-axis (change to 350 for 350 models)
position_max: 350             # Y-axis maximum travel - software limit (change to 350 for 350 models)
...

Nevertheless, this behaviour can be change in the config, by bring the settings for [stepper_x] and [stepper_y] under the Session Variables section.

Recommendations

  1. Keep tool-heads as similar as possible. - The more variations there are between tool-heads (i.e. control board, hot-end system, etc.), the more tuning will be need for each of them.

  2. The following mods are not needed but is recommended to enhance the capability of MissChanger:

    1. Calilantern Calibration Tool - MissChanger requires relatively high dimensional-accurate printed parts, to mate with each others. Therefore, it is recommended that you take the extra steps to calibrate your printer before starting the build.
    2. Nevermore StealthMax - to regulate the chamber temperature, to allow PETG / PLA printing with the door closed; allowing them to be combined with ABS.
    3. Spool Holder - to hold the spools on top of the machine. There are many ways to get this done, and it depends on the people's specific use-cases. The design linked here is just of my (the developer) own creation.
    4. Inverted z-chain - This is for the Voron 2.4 300mm, or smaller. To clear the space in front of the back gantry extrusion for the umbilicals.
  3. The following mods are either not recommended or known to be not compatible with MissChanger:

    1. GE5C bearing z mount - This mod offer too much flexibility to the gantry, allowing it to sag when the z motors are disabled/un-powered.

    2. Beefy front idlers - The cut off on the dock can only fit the stock front idlers.

    3. AWD - The cut off on the dock can only fit the stock front idlers.

Support

If you have any question, you can reach me:

Contributors