My CoreXYU Printer project June 28, 2017 04:18PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project June 28, 2017 04:20PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project June 28, 2017 05:22PM |
Registered: 8 years ago Posts: 249 |
Re: My CoreXYU Printer project June 29, 2017 02:49AM |
Registered: 9 years ago Posts: 5,232 |
Re: My CoreXYU Printer project June 29, 2017 03:14AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project June 29, 2017 04:05AM |
Registered: 11 years ago Posts: 14,686 |
Re: My CoreXYU Printer project June 29, 2017 09:41AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project June 29, 2017 05:58PM |
Registered: 11 years ago Posts: 14,686 |
Quote
lars.arvidson
David, do you see a problem including the change of M104 and M109 in you version of the firmware? All I did was to set standby as well as active temperature when these commands are run.
Edit: Btw, I used standby temp of 185 and retraction of 16mm on tool change printing the third benchy.
Re: My CoreXYU Printer project June 29, 2017 06:44PM |
Registered: 7 years ago Posts: 86 |
M104 S210 M104 T1 S210 M109 S210 M109 T1 S210
;LAYER:0 M107 M104 T1 S185
G1 F1500 X226.097 Y246.462 E29.0372 G1 X226.167 Y246.532 G0 F6000 X225.745 Y246.675 M104 T1 S210 G1 F1500 X224.845 Y245.775 E29.06258 G1 X224.775 Y245.705 G0 F6000 X224.845 Y246.341
G1 F1500 X261.642 Y251.46 E32.75277 G1 X261.712 Y251.53 M104 S195 G0 F6000 X261.397 Y251.78 G1 F1500 X260.401 Y250.785 E32.78084
T1 G92 E0 M109 S195 M104 T0 S185 G1 F1200 E14 G0 F18000 X233.8 Y255.038 Z8.1
void GCodes:etToolHeaters(Tool *tool, float temperature) { if (tool == NULL) { platform.Message(GENERIC_MESSAGE, "Setting temperature: no tool selected.\n"); return; } float standby[HEATERS]; float active[HEATERS]; tool->GetVariables(standby, active); for (size_t h = 0; h < tool->HeaterCount(); h++) { active[h] = temperature; standby[h] = temperature; } tool->SetVariables(standby, active); }
Re: My CoreXYU Printer project June 30, 2017 06:04PM |
Registered: 11 years ago Posts: 14,686 |
Re: My CoreXYU Printer project June 30, 2017 06:29PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 04, 2017 03:08PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 07, 2017 12:51PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 08, 2017 10:53AM |
Registered: 11 years ago Posts: 14,686 |
Quote
lars.arvidson
...
I also tested the 1.19 beat8 version of the duet reprap firmware with CoreXYU support but there are some bugs affecting IDEX printers in it so I’m back to using my own fork.
...
Re: My CoreXYU Printer project July 08, 2017 11:09AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 08, 2017 03:00PM |
Registered: 11 years ago Posts: 14,686 |
Re: My CoreXYU Printer project July 08, 2017 03:21PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 08, 2017 03:49PM |
Registered: 11 years ago Posts: 14,686 |
Re: My CoreXYU Printer project July 08, 2017 04:02PM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 16, 2017 06:09AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 16, 2017 09:01AM |
Registered: 9 years ago Posts: 338 |
Re: My CoreXYU Printer project July 16, 2017 09:22AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 16, 2017 09:34AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 17, 2017 03:48AM |
Registered: 12 years ago Posts: 364 |
Re: My CoreXYU Printer project July 17, 2017 05:33AM |
Registered: 7 years ago Posts: 86 |
Re: My CoreXYU Printer project July 17, 2017 11:39AM |
Registered: 8 years ago Posts: 249 |
Re: My CoreXYU Printer project July 17, 2017 12:30PM |
Registered: 7 years ago Posts: 86 |
Interesting, I'll look into it.Quote
prot0typ1cal
Lars,
What you want is a rotary vane, not a diaphragm pump.
Rotary vanes are much quieter, more efficient, and last longer.
[www.ebay.com]
Oh yea, and more expensive :p
Re: My CoreXYU Printer project July 18, 2017 02:27AM |
Registered: 9 years ago Posts: 5,232 |
Re: My CoreXYU Printer project July 18, 2017 02:54AM |
Registered: 12 years ago Posts: 364 |
Re: My CoreXYU Printer project July 18, 2017 02:57AM |
Registered: 7 years ago Posts: 86 |
That would be an interesting project, I wonder how many L/min air you could pump and how durable it would be...Quote
o_lampe
This rotary vane principle isn't far from a peristaltic pump.
I wonder, if we could print one?
Peristaltic pump