#- (hash) printer with super simple gantry
-
that's funny: I send m98 P"homeall.g" and no error pops up, I reset the printer and send "G28" and the error is back.
@cosmowave m400 or g4 p100 made no difference, G4 only slows things down
-
Just out of curiosity why do you need to change the way the endstop works between the first and second pass?
Frederick
-
@fcwilt
there's a cutout at the center of the tongue that triggers the endstop during the slow pass.
The first pass detects the left or right edge of the tongue, then I invert the logic of the endstop and do the second pass. That way both tools set their homing point to the center of their tongue.
It's not mandatory to do it that way. Later, I have to fine tune the 0,0 position of every tool anyway. -
@o_lampe said in #- (hash) printer with super simple gantry:
@fcwilt
there's a cutout at the center of the tongue that triggers the endstop during the slow pass.
The first pass detects the left or right edge of the tongue, then I invert the logic of the endstop and do the second pass. That way both tools set their homing point to the center of their tongue.
It's not mandatory to do it that way. Later, I have to fine tune the 0,0 position of every tool anyway.Could you arrange homing so that the sensor was not triggered after homing was complete?
If so it would seem you could connect the sensor to two different inputs and not have to deal with changing the endstop settings.
Frederick
-
@fcwilt said in #- (hash) printer with super simple gantry:
connect the sensor to two different inputs and not have to deal with changing the endstop settings.
Sounds, like it would provoke false triggers to the not_homed axis or raising a endstop hit flag ?
The correct way seems to be to completely undefine the endstop to make it usable for the next tool. -
@o_lampe said in #- (hash) printer with super simple gantry:
@fcwilt said in #- (hash) printer with super simple gantry:
connect the sensor to two different inputs and not have to deal with changing the endstop settings.
Sounds, like it would provoke false triggers to the not_homed axis or raising a endstop hit flag ?
The correct way seems to be to completely undefine the endstop to make it usable for the next tool.Well unless there is a G1 H1 move underway for a given axis I've never seen endstop activation have any effect.
Though I think I will do some tests just for fun.
Frederick
-
Another update.
I thought the triple Z-axis/bed frame would be a piece of cake to build, but it was tricky to find a place for steppers and belt-idlers.
It ended up in an ugly mess, but I'd have to redesign almost the whole printer to get it right. It's working, so I keep it as is until I find a real reason to rebuild it.
Pretty compact carrier
Top view. All tools are outside of the bed, which will be mounted above the frame. The 500x500 outside dimension shrinks to 300x300 working area, but that was expected.
The third Z-stepper needs an appendix to clear the tool path and still stabilize the far end of the cantilevered bed frame.
-
I want to design a tripod bed mount where the bed rests on three ballstuds sliding on dowel-pins to allow temp-expansion.
I"ve seen this on other printers, but I'm unsure about the angles of the dowel pins?Q: Should they aim to the bed-center, or should I place them at equal angles?
Here's a sketch of the angles in question -
I went for Maxwell temp-expansion layout, simply because I couldn't make up a way to fix one side without melting the bracket.
Now I've used Haydn's ballstuds and 4mm PTFE tube as dowel pins. I guess that PTFE keeps the heat away from the brackets, better than (stainless) steel dowel pins.
I also filled the PTFE tube with pieces of wooden toothpicks to avoid sinking balls (pun intended)
PS: magnets will arrive monday, I hope they fit in their pocket.
-
I did something like your setup but my rear support is a ball-stud sitting in a cup.
Frederick
-
We're using kinematic supports for the heated bed on a large printer we are designing at my local maker space. We started with the classic steel ball and parallel rod design, but questioned the steel rods. They provide a parallel point landings for the steel ball. This means that the round cross section is not important - the steel ball touches only at a point. After trying a few things we opted for two small rectangular steel plates (1.5mm thick) that we files a 45 degree slope on. We screw these to the bottom of the heated bed. Here's a sketch from our F360 design.
Next point - We are using the steel balls because we already bought them, but in the future I'd replace these with acorn nuts. I think just as good, easier to find, and much cheaper.
Next point - If one of your kinematic supports is a ball and cup, it locks in two directions of motion, but not rotation. The other two joints need to be different. One of the two should have one parallel sliding joint (with the sliding axis going through the center of the cup. This joint provides a lock to rotation. The last joint should be a ball sitting on a plane. It only provides a Z support. If you make either of these joints constrain more movement than this, you will not have a true kinematic connection. Sort of anal and pedantic, but if you go down the kinematic connection path...
Last point - I think keeping the balls on 120degree lines from a common center point, with the direction of sliding at each joint going through the center point, you will have the best solution.
-
@mikeabuilder @fcwilt
you both describe a Kelvin mount. I opted against it, because I wanted to have three identical ball-guides.A filed 45° corner would have to be perfectly machined. The Acorn nuts will drive you crazy, because they are only casted with high tolerances. (They are produced for the looks, not for accuracy)
The 120° approach would be easy to implement on a circular bed on a Delta frame, but a square bed frame ends in 90+2x150° angles. Not too bad, 'cause we don't need equal expansion.The whole build is experimental, I expect more trouble with the XY gantry. (and slicer/firmware issues)
-
I made a short demo video as appetizer for things to come.
It shows how two tools can draw different shapes at the same time. The other two tools can draw other shapes, but not at the same time.
Four tools could draw/print the same pattern simultaneously, eg. the four feet of The Eiffel tower. That would even be easier to slice and postprocess...
I'm using feltpens for now, but with extruders it would be ready to 3D print. (adjustment of individual Z-height per tool is important then) -
@o_lampe said in #- (hash) printer with super simple gantry:
@fcwilt
you both describe a *[Kelvin mount]After reading about the different kinds of mounts I decided to follow your lead.
I modified my printer to use a mount similar to yours.
My bed is supported by a frame made from 20x20 extrusions and the mounting points are on the frame well away from the heat of the bed.
I now have three one piece printed parts with a V for the ball to ride in.
They seem to be working fine.
Here is one of them:
Thanks for leading me to a better design.
Frederick
-
@o_lampe looks very good! impressive that it can manage 2 different designs at once.
Looking forward to seeing this thing print! -
@jay_s_uk said in #- (hash) printer with super simple gantry:
impressive that it can manage 2 different designs at once.
Well, I cheated a bit since both objects have the same path-count.
circle vs square would be much harder to merge into one file.
Then I'd have to keep an eye on layer times. Probably have to slow down one tool to see them finish at roughly the same time.
I'd have to split long straights into short segments and sync them with the arc-moves (G2/G3 is another story)
And let's not forget the missing independant Z-adjustment, I'm still trying to figure out.sigh we will see feltpen-demos forever
-
@o_lampe I can see where that would be difficult. you'd also have to do something about ooze/moving a tool out the way as well
-
@jay_s_uk Oozing can be nasty on multitool printers. I have a parking-slot on my IDEX printer, which has a nylon part where the nozzle rests on.
The good thing about the hashPrinter is, they (could) have way less tool changes than the classic toolchangers. (in the future) -
@fcwilt said in #- (hash) printer with super simple gantry:
Thanks for leading me to a better design.
To be honest, in the end I wasn't sure if it's better. The arguments about misaligned guides made me think. But from a 3D perspective, the Maxwell design is easier to build. (How would I drill a really round hole with my cheap drillpress? They tend to be triangular)
-
@o_lampe said in #- (hash) printer with super simple gantry:
(How would I drill a really round hole with my cheap drillpress? They tend to be triangular)
try to use a reamer?!