Upgrade Tripodmaker
-
To transition the wiring, start with https://duet3d.com/wiki/Wiring_and_hardware_differences_from_RAMPS_etc. (I think connections on RUMBA are quite similar to RAMPS). Then look at the Hardware and Wiring section of the wiki main page.
Regarding configuration, you can use https://configurator.reprapfirmware.org/ to generate the config.g and homing files for you, and look at https://duet3d.com/wiki/Configuring_RepRapFirmware_for_a_Delta_printer to get a better understanding of what the commands in those files do.
HTH David
-
Thanks for the links, but I can't use https://configurator.reprapfirmware.org/
My dimensions are too big
These are my dimensions Printerdimensions :42 cm x 53 cm x 101 cm, print area Ø 30 cm x 42 cm -
If the problem is that you can't enter 150mm as the bed radius, enter the delta radius and diagonal rod length first, at least approximately.
-
ok, so I take the max allowed values if my values are too big. Afterwards I have to adjust the generated files.
Can you give me a list of the files that needs adjustment and the commands inside them that needs adjustment?
How can I determine the steps/mm for the extruder and x/y/z motor? -
No, your values are not too big, however you need to enter your diagonal rod length first because the delta radius and bed radius will be limited to plausible values based on the diagonal rod length.
-
ok, sorry I didn't understood it at once.
Maybe swapping the left and right column on the webpage is advised?
-
Probably a dumb question.
Is there a possibility to have 2 options for autocalibration? I have doors on my printer and when the doors are closed I have a printable diameter of 20 cm. When the doors are opened I have a printable diameter of 30 cm.
Is it easy to swap between 2 different sizes for autocalibration?
Everything arrived I'll be changing everything on Sunday (I hope).
-
Yes, just create a copy of bed.g with the dimensions changed, put it in your /macros folder, and run it to auto calibrate with those dimensions.
-
Next question, I can't find an answer for.
I have the following on my printer
-3 ledstrips connected to 1 connector (always on fans)
-1 fan at the board connected to always on fans
-1 fan for the hotend connected to fan0
-3 fans for cooling the print connected to 1 connector connected to fan1I'd like to have the following
Leds always on, Board Fan always on, hotend fan on when printing, print fans controlled by slicer off when printer is powered onHow do I do this?
Thanks
-
Next question, I can't find an answer for.
I have the following on my printer
-3 ledstrips connected to 1 connector (always on fans)
-1 fan at the board connected to always on fans
-1 fan for the hotend connected to fan0
-3 fans for cooling the print connected to 1 connector connected to fan1I'd like to have the following
Leds always on, Board Fan always on, hotend fan on when printing, print fans controlled by slicer off when printer is powered onHow do I do this?
Thanks
I suggest you swap the Fan0 and Fan1 connectors. Fan0 defaults to being the slicer-controlled print cooling fan, and Fan1 defaults to being a thermostatic hot end fan.
-
Next question, I can't find an answer for.
….............................................
I'd like to have the following
Leds always on, Board Fan always on, hotend fan on when printing, print fans controlled by slicer off when printer is powered onHow do I do this?
Thanks
What DC42 said about fan0 and fan1 and the rest you can find here https://www.duet3d.com/wiki/Connecting_and_configuring_fans
-
I powered up my ethernet board.
First thing, no network connection.
Because the Ip adres is hard coded to 192.168.1.14, and my subnet is 47.
So I had to change the IP adres to 192.16..47.80 -
I tried to calibrate.
My Z-probe sensor isn't installed yet.
I tried the manual calibration(Pressed Delta Calibration on the Machine Control), but that gives me only the possibility to change the X value, not the Z value.
Then I tried this http://www.escher3d.com/pages/wizards/wizarddelta.php and used the G-console. After calibrating things are even worse.Is there a way to do manual calibration?
-
-
Which versions of the main firmware and Duet Web Control are you using? You need to use more recent main firmware or an older version of Duet Web Control.
-
I'm using
Firmware Electronics: Duet Ethernet 1.0
Firmware Version: 1.19 (2017-08-14)
Web Interface Version: 1.19 -
Hello,
Great board, first print came out and was excellent.
No elephant feet, and the only noise is from the fans. -
Please upgrade to 1.19.2 and DWC 1.19.3 from https://github.com/dc42/RepRapFirmware/releases.
-
Hi probably a dumb question, the z probe offset is related to the nozzle or to the center of the head?
-
It's relative to the head reference point (HRP), so are the nozzle offsets you specify in the G10 command(s). You can choose the HRP to be wherever you like; but in a printer with just one nozzle it would be unusual not to chose the nozzle location as the HRP.