Skip to content

Commit

Permalink
Merge pull request #1 from Hellsparks/main
Browse files Browse the repository at this point in the history
More content
  • Loading branch information
BrewNinja authored Feb 29, 2024
2 parents 86ede6f + 9e83b80 commit 911fb7f
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 10 deletions.
5 changes: 5 additions & 0 deletions wiki/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Configuration

Toolchangers start with number 0, and count up. So for all the configs, make sure you change all sections. IE, in your T1 config, make sure its extruder1, fan1, etc. See the examples. **NOTE: The only except to this rule is T0 extruder has no number.**o

1. [Toolhead Configuration](#toolheads-configuration)

## Toolheads Configuration

Coming Soon
2 changes: 1 addition & 1 deletion wiki/Docks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Currently all docks used with [Viesturz's Tapchanger](https://github.com/viestur

**NOTE: the DB dock in the Tapchanger repo uses custom Cowl that is not compatible or supported by Stealthchanger. We recommend to always use the original cowls for all tools. If you mods use that dock please see the [usermod](https://github.com/Hellsparks/StealthChanger/blob/main/UserMods/OstroMa/DB_Cowl_v8_with_TapChanger_Dock_Hooks.stl) for a merged version with proper original bolt locations.**

1. [Choices and Paths](#choices-and-paths)

## Choices and Paths


Coming Soon
2 changes: 1 addition & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://github.com/Hellsparks/StealthChanger/blob/main/media/Stealthchanger_logo_sm.png?raw=true)
# StealthChanger

### WIP - STABLE TESTED AND WORKING BUT STILL WIP - BOM MAY CHANGE
**WIP - STABLE TESTED AND WORKING BUT STILL WIP - BOM MAY CHANGE**

Due to difficulties with heat insert and aligning of bearings and mounts we wanted to try a more simplistic design based on bushings and pins.

Expand Down
32 changes: 27 additions & 5 deletions wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,35 @@

All sections are required, so please follow all steps carefully.

1. [Klipper](#klipper)
2. [Macros](#macros)
1. [Klipper Addon](#klipper-addon)
2. [Toolchanger Configuration](#toolchanger-configuration)

## Klipper
## Klipper Addon

You must install [klipper-toolchanger](https://github.com/viesturz/klipper-toolchanger/), Follow instruction on the linked page.

## Macros

## Toolchanger Configuration

Coming Soon
You need `homing.cfg`, `macros.cfg`, `tool_detection.cfg` and `toolchanger.cfg` from [TapChanger Example](https://github.com/viesturz/tapchanger/tree/main/Klipper/config-example)

`homing.cfg` assumes you are using sensorless for X axis. It's impotrant to use this file when building your own homing as the order and macros it calls are required. If you use Hall Effects or end stops for both Axis, remove the `_SENSORLESS_HOME_X` call in `[homing_override]` with `G28 X`.

You can either add them manually to your klipper install, or alternatively, you can integrate them to your config so that moonraker keeps them up to date with your other software if they change. Below are the steps for the integrated way. If you make any changes to the files though, they will be overwritten if you update. If you choose to manually add them, make sure your printer.cfg reflects the location of them.

**On the Klipper System**
```
cd ~
git clone https://github.com/viesturz/tapchanger.git
ln -s ~/tapchanger/Klipper/config-example ~/printer_data/config/tapchanger
```

**Add to moonraker.conf**
```
[update_manager tapchanger]
type: git_repo
path: ~/tapchanger
origin: https://github.com/viesturz/tapchanger.git
primary_branch: main
managed_services: klipper
```
2 changes: 2 additions & 0 deletions wiki/Printing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Parts

Coming Soon


## Settings

Expand Down
6 changes: 3 additions & 3 deletions wiki/Support.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Support
# Support and FAQs

1. [Methods](#methods)
2. [FAQs](#faqs)
3. [Build Videos](#builds)
3. [Build Videos](#build-videos)


## Methods
Expand Down Expand Up @@ -31,7 +31,7 @@

7. If you try to change tools during a print (or when the hotends are active) and it drops off one tool, then waits behind another tool and does nothing, the issue is that its probably waiting for the tool temp to stabilize. Make sure you run a PID tune for each tool and place the info in the corresponding tool config.

## Builds
## Build Videos
### Built on stream by [ZombieHedgehog](https://www.twitch.tv/zombiehedgehog)
| Episode | |
|--------- |--------- |
Expand Down

0 comments on commit 911fb7f

Please sign in to comment.