Flying extruder with 4th axis
-
Here goes another picture of the whole system
-
By the way the pitch i´m using is 1.25mm. It is a regular M8 thread
-
Details of the firmware settings for this? Sorry if I didn't understand. I would like to do something similar on my delta but for a camera that follows the Z height of the print but offset by a set amount.
-
@alexander-mundy said in Flying extruder with 4th axis:
Details of the firmware settings for this? Sorry if I didn't understand. I would like to do something similar on my delta but for a camera that follows the Z height of the print but offset by a set amount.
Would you be interested in an $10 for the parts (not including stepper or servo) external box that "polls" the printer and does this? It could drive a stepper or a servo (angle, not movement). I've been thinking about creating one, and am curious if others would find it interesting.
-
@alexander-mundy This system was also built thinking on putting a camera to the moveable arm...i designed some holes to attach a camera in a future
-
@ander said in Flying extruder with 4th axis:
By the way the pitch i´m using is 1.25mm. It is a regular M8 thread
You can always use a lower microstep setting (1/4 or 1/2) or just use full steps but you will have much more stepper motor noise that way. It will move faster though.
-
I just found and ordered 4 lead screw of 1m long, is going to move so much faster, and this way i don´t have to change anything to the original setup for now....after uploading the firmware we will see if aditional features are needed when testing like some system to help the motor not to be super bowncy
-
Hi there!!
I just received the lead screw, tomorrow i will change it so the 4th axis can move so much faster.@dc42 , did you have any chance of working on the firmware?
i had to cut the 1.2m teflon tube that was going from the motor to the hotend to make the modification and now the printer is not working ever since. -
@ander said in Flying extruder with 4th axis:
Hi there!!
I just received the lead screw, tomorrow i will change it so the 4th axis can move so much faster.@dc42 , did you have any chance of working on the firmware?
i had to cut the 1.2m teflon tube that was going from the motor to the hotend to make the modification and now the printer is not working ever since.I'm sorry, I won't have time to look at this until the 2.02 release is finished.
-
Hi there!!
Did you have any chance to look at the 4th axis firmware? My delta is stopped since then -
Yes, I have a build of RRF that supports up to 6 axes on a delta. Still some testing to do, but maybe you can help me with that?
-
Hi There!
Of course i can help, my printer is ready for testing, tell me what to do and i will tell the results. -
Please follow the instructions at https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareDeltaPrinter?revisionid=HEAD#Section_Adding_additional_towers_to_carry_flying_extruders and use the binary at https://www.dropbox.com/s/fyvibzm0zl92hiy/Duet2CombinedFirmware.bin?dl=0. Caution: this is mostly untested! I suggest you test it at low speeds and reduced motor currents, and that you do not mount the extruder on the 4th carriage yet.
-
which motor output would i use on the duet wifi or would i have to use a duex 5
-
Use M584 to create a U axis using any available motor output.
EDIT: I've just added some more to that new section on the page I linked to earlier.
-
Hi there
M584 can be used to create a new axis but, where exactly i have to add that, in config.g after M669? -
Put the M584 command near the start, before M665, M666 and M669.
-
Hi there
I succesfully created the new axis, i can see in the machine status that i have a new axis called U.
when starting the printer the U position is marking 0.00 endstop pushed or not(the led brights on the duet en pushing so the conection is fine) while the other axis in n/a.
I put in homedelta.g the U axis to be homed, but when trying to home all the axis, the only ones they home are the normal ones. i try to home manually the U axis and shows me the error: Homing file homeu.g not found. And i cannot move it manually either, not to the positive side neither the negative -
Please post your config.g and homedelta.g files.
-
Hi
I´m also getting another error that says could not update homedelta.g.
Here i´m adding what you asked me, just keep in mind that i have an endstop switch in the extruder, similar to what the atom printer mounts.