-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving more documentation to their respective new pages
- Loading branch information
1 parent
2070783
commit 636c19b
Showing
5 changed files
with
148 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Supported hardware | ||
description: A list of hot ends, extruders and other printer toolhead parts that are currently compatible with the Xol toolhead and carriage through the provided parts and components | ||
--- | ||
|
||
# Supported hardware | ||
|
||
This list provides a comprehensive yet incomplete summary of the hardware parts and setups that are deemed compatible with the currently available Xol toolhead and carriage parts and components. | ||
|
||
## Hotends | ||
|
||
* Phætus [Rapido](https://www.phaetus.com/products/rapido-hotend) | ||
* DropEffect [XG](https://www.dropeffect.com/products/xg-hotend) | ||
* DropEffect NeXt-G `when released` | ||
* Haldis 3D Red Lizard K1-UHF | ||
* Phætus [Dragon UHF/Mini](https://github.com/Phaetus/Dragon-UHF) | ||
* Phætus [Dragon ST](https://github.com/Phaetus/Dragon-ST) | ||
* Phætus [Dragon HF](https://github.com/Phaetus/Dragon-HF) | ||
* Trianglelab [Dragon Ace](https://www.trianglelab.net/products/dragon-ace%E2%84%A2-hotend) | ||
* E3D [Revo Voron](https://e3d-online.com/products/revo-voron) | ||
* Mellow3D [NF-Crazy](https://github.com/Mellow-3D/NF-Crazy) (*without duct LEDs) | ||
|
||
## Extruders | ||
|
||
* Annex Engineering [Sherpa Mini](https://github.com/Annex-Engineering/Sherpa_Mini-Extruder) | ||
* Annex Engineering [Double Folded Ascender](https://github.com/Annex-Engineering/Folded_Ascender-Extruder) | ||
* [Galileo G2SA](https://github.com/JaredC01/Galileo2) (Standalone) | ||
* Escapement | ||
* [Vz-Hextrudort-Low](https://github.com/VzBoT3D/Vz-HextrudORT) | ||
* Bondtech [LGX-Lite](https://www.bondtech.se/product/lgx-lite-large-gears-extruder/) | ||
* [Orbiter V2.0](https://www.orbiterprojects.com/orbiter-v2-0/) | ||
|
||
## Probes | ||
|
||
* PCB Klicky | ||
* Klicky | ||
* KlickyNG | ||
* Beacon | ||
* Euclid | ||
* Voron Design TAP `For RC8+ we suggest to use m3x50 BHCS instead of SHCS` | ||
|
||
## X-axis rail & belts | ||
|
||
The following combinations of linear rail and timing belt are currently supported: | ||
|
||
* MGN12H - 6mm Belts | ||
* MGN9H - 6mm Belts | ||
* MGN9H - 9mm Belts | ||
|
||
All belts are assumed to be Gates 2GT specification belts | ||
|
||
## Front Idlers | ||
|
||
!!! note "Voron front idlers" | ||
|
||
Xol-Toolhead can colide with the stock voron front idlers for Trident and 2.4 when the toolhead is in the front corners of the build area. This can cause also issues with the homing sequence when homing X if the toolhead is at the front of the gantry on Y. | ||
|
||
Fully compatible idlers: | ||
|
||
* clee's [BFI (Beefy Front Idlers)](https://github.com/clee/VoronBFI) | ||
* Ramalama2's [Front Idlers](https://github.com/Ramalama2/Voron-2-Mods/tree/main/Front_Idlers) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Update log | ||
description: Release update logs documenting changes, additions, removals and fixes. | ||
--- | ||
|
||
# Update log | ||
|
||
## `Xol-Toolhead Release 2023-09-15` | ||
|
||
* Modular approach to hotend mounts and extruders | ||
* Hotend mounts and extruder mounts are now separate parts | ||
* Extruder mounts incorporate the old Xol-Carriage or TAP adapter plates (same number of printed parts overall) | ||
* "Xol with bones" option: Add some screws for extra rigidity in the hotend mount | ||
* Minimal BOM change | ||
* 1x M3x8 BHCS | ||
* 1x M3 Heatset | ||
* Optional "bones" | ||
* 2x M2x30 SHCS | ||
* 2x M2 Heatset | ||
* Xol-Carriage update | ||
* Stronger belt clips | ||
* bigger probe cable channel with cable tie slot | ||
|
||
## `Xol-Toolhead Release 2023-07-14` | ||
|
||
* Standardised hotend mounts around the Voron Design CW2/TAP carriage bolt hole pattern. | ||
* This approach reduces the number of hotend mounts and ducts by half - You don't have to search for TAP or non-TAP and we don't have to maintain twice as many parts | ||
* Xol-Carriage | ||
* A new carriage built for Xol-Toolhead | ||
* Uses metal pins and a belt clip to secure the belts instead of having them squashed between mgn9/12 carriage and toolhead carriage | ||
* Improved serviceability - remove the toolhead from the carriage without disassembly in the printer. Unless you use Voron TAP or refuse to buy M2.5 hardware for Xol Carriage. Buy the m2.5 hardware, it's worth it trust us. | ||
* Modular probe mounting system - change probes without changing the whole carriage _`*Except for KlickyNG`_ | ||
* These carriage changes mean you can use any carriage that a Stealthburner bolts onto. (Our Xol-Carriage, or the stock voron carriage even.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters