Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README #215

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,17 @@ _distances will be calibrated to have ~1 short move after the move distance_

### Usage

`CALIBRATE_AFC LANES=<lane> DISTANCE=<distance> TOLERANCE=<tolerance> BOWDEN=<lane>`
`CALIBRATE_AFC LANE=<lane> DISTANCE=<distance> TOLERANCE=<tolerance> BOWDEN=<lane>`
_`DISTANCE` and `TOLERANCE` are optional. default distance 25mm, default tolerance 5mm_

- To calibrate all lanes and the bowden length all at once:
- `CALIBRATE_AFC LANES=all BOWDEN=<lane>` input which lane to be used to check `afc_bowden_length`
- `CALIBRATE_AFC LANE=all BOWDEN=<lane>` input which lane to be used to check `afc_bowden_length`
- To calibrate individual lanes
- `CALIBRATE_AFC LANES=<lane>` input the lane you would like to calibrate
- `CALIBRATE_AFC LANE=<lane>` input the lane you would like to calibrate
- To calibrate just the bowden length:
- `CALIBRATE_AFC BOWDEN=<lane>` input which lane to be used to check `afc_bowden_length`

If using a hub different than the stock set up `hub_clear_move_dis` under AFC unit may need to be increased/decreased to match your setup, default `50mm`.
If using a hub different from the stock set up `hub_clear_move_dis` under AFC unit may need to be increased/decreased to match your setup, default `50mm`.
**All values must be updated in AFC_Hardware.cfg after calibration**

## Troubleshooting
Expand Down
Loading