ZProbe and multiple nozzles March 08, 2014 07:27PM |
Registered: 12 years ago Posts: 64 |
Re: ZProbe and multiple nozzles March 10, 2014 10:13AM |
Registered: 10 years ago Posts: 22 |
Re: ZProbe and multiple nozzles March 10, 2014 10:20AM |
Registered: 12 years ago Posts: 64 |
Re: ZProbe and multiple nozzles March 10, 2014 08:46PM |
Registered: 10 years ago Posts: 22 |
Re: ZProbe and multiple nozzles March 11, 2014 10:45AM |
Registered: 11 years ago Posts: 474 |
Re: ZProbe and multiple nozzles March 11, 2014 05:32PM |
Registered: 12 years ago Posts: 64 |
Re: ZProbe and multiple nozzles March 12, 2014 10:28AM |
Registered: 10 years ago Posts: 22 |
Quote
andin
It's an interesting idea of adjusting the distance to print-bed for each extruder separately. I wonder if it's possible to do this automatically...
Re: ZProbe and multiple nozzles March 12, 2014 02:11PM |
Registered: 11 years ago Posts: 474 |
Re: ZProbe and multiple nozzles March 12, 2014 02:46PM |
Admin Registered: 16 years ago Posts: 1,470 |
This really should be quite simple, especially if you would only want to use one extruder at a time. Some simple firmware modifications and some tool-change gcode should be all that is necessary. I see three relatively easy options:Quote
Svdharma
The hard part, as you pointed out, is modifying your CAM software to take advantage of it.
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: ZProbe and multiple nozzles March 12, 2014 02:57PM |
Registered: 10 years ago Posts: 22 |
Re: ZProbe and multiple nozzles March 12, 2014 03:24PM |
Admin Registered: 16 years ago Posts: 1,470 |
This gets really complex if you want all extruders to have axis to the full build platform. The problem is both mechanical and software. The X and Y axis mechanicals for each extruder would have to not interfere, which would likely mean a gantry-style machine with stacked X Y axes, and a Z axis attached to the carriage of each X Y axis set. You would essentially need a full 3 axis setup for each extruder. Each extruder setup would split the printing area into four quadrants, and each extruder would have to avoid crossing from one quadrant to another of any of the extruder setups below it. To cross from one quadrant to another of a lower extruder setup, the extruder would have to be raised up to clear the X Y mechanicals for the extruder setups below it, and then lower again to continue printing. I can imagine this would make for exceedingly complex software control, not to mention the mechanical complexity.Quote
Svdharma
Suppose you had multiples extruders with independant x and y axis movement, how hard do you think it would be to write algorythms to optimise the toolpaths of two extruder heads without interference between them? You could potentially double your print speed if you could pull that off.
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: ZProbe and multiple nozzles March 12, 2014 04:58PM |
Registered: 10 years ago Posts: 22 |
Re: ZProbe and multiple nozzles March 12, 2014 06:57PM |
Admin Registered: 16 years ago Posts: 1,470 |
Maybe start a new topic? It's always interesting to see different design ideas and solutions.Quote
Svdharma
I don't want to get too far off topic, but I have a decent mechanical design in mind that avoids some of the interference issues.
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: ZProbe and multiple nozzles March 13, 2014 02:06AM |
Registered: 10 years ago Posts: 22 |
Re: ZProbe and multiple nozzles March 18, 2014 10:14AM |
Registered: 12 years ago Posts: 64 |