Skip to content

Commit

Permalink
Merge pull request #8 from Anonoei/6-viltalis-cnc-tap-result-validation
Browse files Browse the repository at this point in the history
Change Vitalii multiple to 21.5
  • Loading branch information
Anonoei authored Oct 26, 2023
2 parents 67ba797 + 827277b commit d0c7d8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ managed_services: klipper

### Configuration
To configure auto tap you need to specify which version of TAP you are running
Name | tap_version | Validated
------------------ | ----------- | ---------
ChaoticLab CNC Tap | CL_CNC | True
Voron Tap R8 | R8 | False
Voron Tap R6 | R6 | False
VITALII MetalTap | VITALII_CNC | False
Name | tap_version | Validated | Modification
------------------ | ----------- | --------- | ------------
ChaoticLab CNC Tap | CL_CNC | True | * 2
Voron Tap R8 | R8 | False | * 10 + 1
Voron Tap R6 | R6 | False | * 23
VITALII MetalTap | VITALII_CNC | True | * 21.5
If your version of tap is not validated, please [validate results] before using the calculated offset, and let me know if it worked for you!


Expand Down
2 changes: 1 addition & 1 deletion auto_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class tap_VITALII_CNC(TapVersion):
Name = "VITALII_CNC"
Min = 0.5
Max = 1.5
Multiple = 25
Multiple = 21.5
Adder = 0

class AutoTAP:
Expand Down

0 comments on commit d0c7d8c

Please sign in to comment.