Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
todo: [fan] section
  • Loading branch information
charlespick committed Sep 18, 2021
1 parent f6eac58 commit d1c1d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/sample-idex.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gcode:
{% endif %}
# SET_INPUT_SHAPER if nessesary, reset the input shaper after using the second extruder

# Definition for the secondary carriage and extruder1
# Definition for the secondary carriage (holding the secondary extruder)
[dual_carriage]
axis: x
step_pin: ar16
Expand All @@ -77,6 +77,7 @@ position_endstop: 200
position_max: 200
homing_speed: 50

# The definition for the secondary extruder
[extruder1]
step_pin: ar36
dir_pin: ar34
Expand Down
4 changes: 2 additions & 2 deletions docs/Dual_Carriage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Because Klipper configures this by the endstop position, you will
need to calibrate your [rotation distance](Rotation_Distance.md) first.

For the finest accuracy, you should consider calibrating the homing
[endstop phase](endstop_phase.md) of your x axis motors.
[endstop phase](endstop_phase.md) of your dual_carraige axis motors.

## Step 1 (~5mm)
Start by literally eyeballing it. Put a piece of tape on your bed or
Expand Down Expand Up @@ -104,7 +104,7 @@ measurement and 20, the right extruder is printing too far to the right. The
`X_ADJUST` value should be negative because the offset needs to move to
the left, towards the origin (or negative if your origin is centered).

Repeat this step if nessesary until you are happy with the alignment and with the Y axis if nessesary.
Repeat this step if nessesary until you are happy with the alignment. Rotate the object 90 degrees and repeat with the Y axis if nessesary.

## Step 4 (required for high quality printing)
To print with low layer thicknesses, you'll probably find that the error
Expand Down

0 comments on commit d1c1d90

Please sign in to comment.