A Stealth Burner tool-change system for Voron 2.4 and Trident.
This project was inspired by Stealthchanger and TapChanger
The Center_Tap for the Tap&Change system is from Voron-Tap
The end-stops assembly is a remix of that from MrTeliP
The exhaust cover is a remix of that from Fiction
The Nudge calibration switch is from zruncho3d
The Nevermore StealthMax is optional
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:
The ability to quickly (< 60 sec) and toollessly convert between tool changer mode and single nozzle mode (for when you need the full print volume of the stock printer).
Nozzle brush dock. For cleaning the PETG ooze and build-up after tool-change.
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:
BOM, STLs, and instructions for each version of are in their associated sub-folder in the STL_Config_Instructions folder.
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:
[x] Lock in the Tap&Change and dock design for all future versions - v1.1. is the final version for the Tap&Change system for the Stealth Burner
[x] Print capability test, material combination - Tested with the three most common materials
[x] Compatibility with smaller Vorons - Have been shown to be compatible with the Voron 2.4 300, via a different assembly configuration (shown in the manual). This configuration should also be compatible with the 250 Vorons.
[ ] USB tool-head support
[ ] Trident compatibility
[ ] Support for additional tool-heads
[ ] Support for different type of probe
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:
The .step and CAD project files for all but the most recent version will not be included in this repository, due to the storage/transfer limits of GitHub.
With user feedback and further testing, the relevant version might be updated to the next tier. However, if significant changes are required, another version will be made and start at the bleeding state; and the current version will no longer be persuaded (i.e. abandoned).
There are 2 type of offsets for each tool-head:
x_offset / y_offset / z_offset - which are the default offsets that most people are used to, which will be referred to as probe offset moving forward. They are sort of like hard-coded values (they are not); in that, they are pretty hard to work with downstream, i.e. in the configs
gcode_x_offset / gcode_y_offset / gcode_z_offset - these are like for on-the-fly adjustment to for the gcode. This the stuff you adjust when you do baby-stepping mid-print
For the purpose of the tool-changer:
x_offset and y_offset will not be used
z_offset is to be calibrated for all tool-heads
gcode_x_offset / gcode_y_offset / gcode_z_offset are used to account for the XYZ different between the nozzles, based on a reference nozzle
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.
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.
The following mods are not needed but is recommended to enhance the capability of MissChanger:
The following mods are either not recommended or known to be not compatible with MissChanger:
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.
Beefy front idlers - The cut off on the dock can only fit the stock front idlers.
AWD - The cut off on the dock can only fit the stock front idlers.
If you have any question, you can reach me:
@vin
in the Voron Toolchangers discord@vinny_69 V2.6365
in the VORONDesign discord@psychosis5150
in the Voron Toolchangers discord