Subscribe to Blog via Email
Recent Posts
Blog Categories
- 3D Printing 5
- Art 8
- Featured Artists 6
- Humor 1
- In the News 7
- Jigsolve 5
- Makelangelo 28
- Miscellaneous 36
- News 149
- Opinion 9
- Projects 4
- Robot Arm 32
- Tutorials 84
Hi Dan, Thanks for the updated comments!
One further clarification, it seems to follow that ((a-h)/2,(a-i)/2,a-c)-(-(a-h)/2,-(a-i)/2,0) therefore define the limits for M101? Would in that case
#define SKYCAM_MOTOR_SIZE (0.0f)
and setting limits to the measured anchor bounds rather than frame bounds be equivalent? Just trying to check I understand the parameter intent (basically to shrink the XY limit space).
// i---------------j
// / /|
// / / |
// a--b g--h |
// | \ / | |
// | \ / | |
// | \ / | k
// | fff | /
// | |/
// c-------d-------e
Edit: hopefully code tags fix the image