开源改变世界

是否可以读取与探头距离的模拟值? #1189

推推 grbl 3年前 (2023-02-02) 168次浏览
 Open

Inside gear -Rack#1189

MARIOBASZ opened this issue on Mar 12, 2019 · 2 comments

Comments

是否可以读取与探头距离的模拟值? #1189
Contributor

I think it would be an interesting utility

是否可以读取与探头距离的模拟值? #1189 MARIOBASZ changed the title Inside gear Inside gear -Rack on Mar 12, 2019
是否可以读取与探头距离的模拟值? #1189
ContributorAuthor
MARIOBASZ commented on Dec 12, 2019  

There is an error in the distance between gear centers, they are enclosed:

是否可以读取与探头距离的模拟值? #1189

Apparently the error is in obtaining the basecircle radius, taking the value D instead of Db is solved:
change made:
reemplazar
block.append (CNC.grapid (Db / 2, 0.))
con
block.append (CNC.grapid (D / 2, 0.))

reemplazar
block.append (CNC.garc (CW, Db / 2, 0., i = -Db / 2))
con
block.append (CNC.garc (CW, D / 2, 0., i = -Db / 2))

是否可以读取与探头距离的模拟值? #1189

Is this a correct solution?
D= diametral pitch, , should be correct.

Comparing with a gear created with another application, the lower circle should be smaller

是否可以读取与探头距离的模拟值? #1189
ContributorAuthor

The inner circle can be decreased by increasing the value of the clearence variable “c”
I have found it practical to include this variable in the values panel to enter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects

None yet

Development

No branches or pull requests

1 participant
是否可以读取与探头距离的模拟值? #1189

喜欢 (0)