Re: Hlidskjalf, Dual CoreXY October 16, 2017 08:27PM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY October 16, 2017 09:06PM |
Registered: 7 years ago Posts: 8 |
Good suggestions but I think I am fine with the current design. I already bought the extrusions and i kinda like having all of the brackets I think it makes it look more interesting. And I have tons and tons of plastic that I need to do something with anyways. I am curious however as to why o_lampe said my mechanics would fail.Quote
prot0typ1cal
bobbyd,
Nice that you've decided on CoreXYU
Might I suggest some 2060 posts for the corners, that way you can attach the linear guide to the center T-slot, similar to what I did on Hlidskjalf, and avoid all those brackets :p
Or just point the corner 2020 in at 45 and work out trick corner brackets...
Re: Hlidskjalf, Dual CoreXY October 16, 2017 10:30PM |
Registered: 12 years ago Posts: 5,796 |
Quote
bobbyd
Quote
o_lampe
4 ballscrews and 4 linear rails will fail. This is overconstraint twice ( is that the right word? )
IMHO two rails and 3 ballscrews will be better.
Also, I wouldn't put bearings on top of the ballscrews, but selfaligning (thrust-) bearings on the bottom end. Use pulleys and closed loop belts to drive them.
I'm not sure what you mean by over constraint. And are you saying the linear rail in conjunction with the ball screw is over constraint or the aluminum rods connecting the four corners. Also I'm super OCD so having 3 ball screws with 2 linear rails is very displeasing to me. Its why I did 4 rails and ballscrews. And I'm fine with the motor directly connected to the ballscrew with a bearing holder on top. I want to make it as simple as possible. And as symmetrical as possible...
Re: Hlidskjalf, Dual CoreXY October 17, 2017 02:22AM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY October 17, 2017 07:59AM |
Registered: 7 years ago Posts: 8 |
Re: Hlidskjalf, Dual CoreXY October 17, 2017 03:53PM |
Registered: 9 years ago Posts: 15 |
Re: Hlidskjalf, Dual CoreXY October 17, 2017 05:59PM |
Registered: 12 years ago Posts: 5,796 |
Re: Hlidskjalf, Dual CoreXY October 22, 2017 12:23AM |
Registered: 8 years ago Posts: 249 |
Re: Hlidskjalf, Dual CoreXY October 22, 2017 07:29AM |
Registered: 7 years ago Posts: 86 |
Re: Hlidskjalf, Dual CoreXY October 22, 2017 11:26AM |
Registered: 10 years ago Posts: 14,685 |
Re: Hlidskjalf, Dual CoreXY October 22, 2017 12:06PM |
Registered: 8 years ago Posts: 249 |
; Axis and motor configuration M584 X0 Y1 Z2:5 U3 V4 W8 E6:7 ; Set up steppers for x, y, u, v, z and e, must not hide W for dual ballscrew M574 X1 Y2 Z2 U2 W2 S0 ; set endstop configuration. X Z and W endstops at min, Y and U max, all NO active low (S0)
; homez.g ; called to home the Z axis G91 ; Split Z into Z and W M584 Z2 W5 ; Move quickly to Z axis endstop and stop there (first pass) G1 Z500 W500 F1800 S1 ; Go back a couple mm on Z G1 Z-2 W-2 F600 ; Move slowly to Z axis endstop once more (second pass) G1 Z4 W4 F300 S1 ;Add offset by changing 0 to some distance to level bed G1 Z0 W-0.83 ; Combine Z and W M584 Z2:5 W8 ; Set Z position value G92 Z415 G90
Re: Hlidskjalf, Dual CoreXY July 28, 2020 12:08PM |
Registered: 4 years ago Posts: 1 |