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

Delta tower angle #5914

Closed
asterycs opened this issue Feb 26, 2017 · 6 comments
Closed

Delta tower angle #5914

asterycs opened this issue Feb 26, 2017 · 6 comments
Labels
T: Feature Request Features requested by users.

Comments

@asterycs
Copy link
Contributor

asterycs commented Feb 26, 2017

Hello! I just got started with printing, and the calibration of my delta is still lacking. I believe, after some googling, that this is due to the tower angles not being perfect. I read some old forum post that said that some development branch of Marlin had this calibration feature implemented with code M666. The posts were years old, and I can't seem to find this feature in any of the current branches. Has this ever been implemented?

@james94jeans2
Copy link
Contributor

M666 is available in the RCBugFix Branch as far as I can tell, but I have no clue on how to use it as I don't have a delta.

@asterycs
Copy link
Contributor Author

asterycs commented Feb 26, 2017

Yes it is available, but this particular feature seems to be missing. From configuration_store.cpp:

 * DELTA (if deltabot):                            36 bytes
 *  348  M666 XYZ  endstop_adj                     (float x3)
 *  360  M665 R    delta_radius                    (float)
 *  364  M665 L    delta_diagonal_rod              (float)
 *  368  M665 S    delta_segments_per_second       (float)
 *  372  M665 A    delta_diagonal_rod_trim_tower_1 (float)
 *  376  M665 B    delta_diagonal_rod_trim_tower_2 (float)
 *  380  M665 C    delta_diagonal_rod_trim_tower_3 (float)

What I'm looking for is a way to change the angle between the towers when the printer is seen from above. This is not the same as diagonal rod trim. I'll give a try to implement it if no one has heard about it.

@thinkyhead
Copy link
Member

So, you've got a setup where the towers are not equally-spaced 120° apart? I'm not sure we have the hooks to do that kinematic variant yet, either.

@thinkyhead thinkyhead added the T: Feature Request Features requested by users. label Mar 1, 2017
@asterycs
Copy link
Contributor Author

asterycs commented Mar 1, 2017

I implemented it in my fork allready. I'll do some testing and verify that it works as it should.

@thinkyhead
Copy link
Member

Merged!

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

3 participants