<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - Delta Machines</title>
        <description>Rostock, Kossel, Simpson, 3DR, and more. See: http://reprap.org/wiki/Category:Delta. Previously named Delta Robots and Stewart Platform</description>
        <link>https://reprap.org/forum/list.php?178</link>
        <lastBuildDate>Wed, 13 May 2026 10:16:29 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,897497,897497#msg-897497</guid>
            <title>New Delta Model (no replies)</title>
            <link>https://reprap.org/forum/read.php?178,897497,897497#msg-897497</link>
            <description><![CDATA[ I'm working on a new delta model, which has more "error" parameters and an autocalibration capability.  I'm working on a prototype using a Duet 3 mini 5+.  Among the new parameters is a tilt to the towers.  This tilt could be large, describing a tetrahedral frame as shown.  This model could have a near zero tilt, representing a traditional linear delta.  I look forward to getting advice from this community.  I accomplished a similar task under a Marlin 0.something version for the parallel delta case, but never tried to get my changes into the code.<br />
<br />
At this time, I am still working on building the 3.6-dev branch using eclipse on Linux.  I am getting an odd C++ syntax error.  Being unfamiliar with this code, fixing this error is not trivial for me. Should I continue to attempt this build, or should I try to work from a different branch?<br />
3.7-dev? something released?]]></description>
            <dc:creator>Mr.What</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 04 Mar 2026 16:25:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,896529,896529#msg-896529</guid>
            <title>Delta Parts Help (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,896529,896529#msg-896529</link>
            <description><![CDATA[ Hi, I'm new to this forum, I purchased a delta 3d printer from a friend of mine for a bargain. He didn't have the time to fix it up and make it work again. Can someone please help me, on what printer is this based on? I am thinking Kossel? I went on to the internet and searched for a long time, but I didn't have any success, can someone please help me find the files for the belt tensioner as in picture one, as one of them broke.<br />
Thanks <br />
Dylan]]></description>
            <dc:creator>dylar3</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 17 Apr 2025 17:29:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,896508,896508#msg-896508</guid>
            <title>How to set up BLTouch properly on custom-built Delta with Marlin 2.1.x? (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,896508,896508#msg-896508</link>
            <description><![CDATA[ My delta printer is remix of <a href="https://www.thingiverse.com/thing:2167150" target="_blank"  rel="nofollow">this build</a>.<br />
<br />
I had it perfectly working with Marlin 1.1.9. Upgraded to 2.1.2.5 and encountered an issue with BLTouch: auto bed leveling fails. Hardware configuration did not change, so the problem definitely is in the firmware config.<br />
<br />
I made <a href="https://youtube.com/shorts/Wa5tJoVMVrU" target="_blank"  rel="nofollow">a video of the process</a>.<br />
<br />
As seen in the video, the printer moves down, makes one probe, moves up, then moves down again, but the second probe fails (possibly because the BLTouch is too low). I have adjusted <b>Z_CLEARANCE_DEPLOY_PROBE</b>, <b>Z_PROBE_LOW_POINT</b> (as recommended <a href="https://marlinfw.org/docs/basics/troubleshooting.html" target="_blank"  rel="nofollow">here</a>), speeds, and researched extensively, but nothing has worked.<br />
<br />
Octoprint log for <b>G33 v3</b><br />
<br />
<pre class="bbcode">
Send: G33 V3
Recv: G33 Auto Calibrate
Recv: Checking... AC at radius:140.00
Recv: .Height:545.26  Ex:-4.39  Ey:-7.49  Ez:0.00  Radius:185.78
Recv: .               Tx:+0.31  Ty:+0.38  Tz:-0.70
Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
Recv: measured_z: 0.30
Recv: Error:!! STOP called because of BLTouch error - restart with M999</pre>
<br />
<br />
I have BLTouch v3.1. My Marlin config can be found <a href="https://pastebin.com/MeRiHj0E" target="_blank"  rel="nofollow">here</a>.<br />
<br />
I suspect issue can be connected with enabling <b>Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN</b> but BLTouch not working correctly with it due to the disabled inversion of <b>Z_MIN</b> values.<br />
<br />
I would be grateful for any help.]]></description>
            <dc:creator>Speedball</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 07 Feb 2025 10:18:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,896096,896096#msg-896096</guid>
            <title>Jumbo Delta is messed up (3 replies)</title>
            <link>https://reprap.org/forum/read.php?178,896096,896096#msg-896096</link>
            <description><![CDATA[ Hi folks!<br />
I'm Rickey Horwitz, I have spent the last few years designing and building Delta 3D printers.   A few years ago, I designed a jumbo delta 3D printer with a 300mm bed and height of 400mm.  I added all the bells and whistles. It was a relative success. I did have an ongoing issue with bed leveling.  As such I figured it was time for me to update my marlin from 2.0.9.3 to 2.1.2.4.  However, when I reconfigured my code for the latest and greatest, I ran into some intense scaling problems. I tried resizing my Delta_Radius, but this was completely stupid, because whenever I did a G33 this value would change.  I finally resorted to changing the scaling of the X/Y/Z from the proverbial 100 down to 80 and now my Z height is back at 400mm up from the 320mm when I first got this code working.  <br />
<br />
Long winded, I understand.  However, can someone tell me what in the hell is going on? <br />
<br />
I have a litany of other questions to ask and would love to share my improvements including magnetic bearing retainers that keep the effector together when going warp speed. <br />
<br />
Best regards,<br />
<br />
<br />
Rick]]></description>
            <dc:creator>RickeyH</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 17 Nov 2024 09:47:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,895321,895321#msg-895321</guid>
            <title>Delta with more than 6 arms (3 replies)</title>
            <link>https://reprap.org/forum/read.php?178,895321,895321#msg-895321</link>
            <description><![CDATA[ Hi,<br />
what are the downsides (if any) to the 9 (or more) arms on a delta printer akin to what the big WASP printers use?<br />
And this is dome to eliminate effector tilt, correct?]]></description>
            <dc:creator>Anon1337</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 27 Jul 2024 14:34:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,895267,895267#msg-895267</guid>
            <title>IGUS rod end vs IGUS ball and cup joint (11 replies)</title>
            <link>https://reprap.org/forum/read.php?178,895267,895267#msg-895267</link>
            <description><![CDATA[ Hi,<br />
thoughts and opinions on using the IGUS plastic rod ends vs the ball and cup joints?<br />
The rod end is tried and tested solution but the axis it rotates on must be extremely precise in diameter and metal but you do get an angle of 35° with some clever engineering.<br />
The ball and cup on the other hand just snaps in place and the ball stud can be had in either metal or polymer version with absolutely zero play in the join. Downside being you only get 30° at most.]]></description>
            <dc:creator>Anon1337</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 28 Jul 2024 14:20:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,894510,894510#msg-894510</guid>
            <title>Klipper KAMP not working on delta (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,894510,894510#msg-894510</link>
            <description><![CDATA[ Hello All,<br />
<br />
I’m having trouble getting KAMP to work with my delta. <br />
<br />
I’ve followed the instructions and got all configs in place but when I try and print I get the following error <br />
<br />
Error evaluating 'gcode_macro BED_MESH_CALIBRATE:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'probe_count'<br />
<br />
I think its cause a delta probe command is ‘round_probe_count’ and not ‘probe_count’ but I don’t know how to fix it as the KAMP files are ‘read only’ <br />
<br />
Any help, greatly appreciated.]]></description>
            <dc:creator>Mils24</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 19 Oct 2024 07:09:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,893788,893788#msg-893788</guid>
            <title>FLSUN SR: direct-drive and water-cooling (10 replies)</title>
            <link>https://reprap.org/forum/read.php?178,893788,893788#msg-893788</link>
            <description><![CDATA[ Hi!<br />
<br />
Last year, I replaced my big home-made CoreXY 3D printer with a used FLSUN SR. This is a nice printer, but I don't like Bowden extruders¹. So, I recently replaced the SR one with an Orbiter (using the original hotend).<br />
<br />
As I would like to print special filaments, like ABS, ABS+glass fiber/carbon, or even PC/POM, I plan to make an enclosure, and use a better extruder and hotend (I chose a Bondtech LGX Lite, and a Phaetus Rapido 2 Plus HF). Like on my CoreXY, I would like to water cool the hotend. So, I'm designing a new custom effector (which will be CNC milled, probably by PCBWAY), and I would like to have your feedback on my design:<br />
<br />
[attachment 120631 k0004.png] [attachment 120632 k0005.png]<br />
<br />
First, I plan to remove the Rapido heat sink, and screw the heater block directly onto the effector. The heat break pressing part will be integrated in the effector too.<br />
<br />
Second, I plan to use Propper Printing's idea: heat pipes, but here, with a copper water block (soldered to the heat pipes). The top surface of the effector and the bottom surface of the part holding the extruder and pressing the heat pipes onto the effector will be polished, to get a good thermal contact.<br />
<br />
I have no idea what power to dissipate in order to keep the heat break cool, and have the best thermal gradiant possible. But I think a water cooling system should be able to transfer much more heat than a air cooling system. At least, if well designed!<br />
<br />
I first wanted to integrate the water cooling into the effector itself, but I didn't find a good way to do that (the problem is to manufacture the holes, due to the weird shape of the effector).<br />
<br />
Any advice welcome!<br />
<br />
Thanks,<br />
<br />
PS: I'm not sure I will keep the original cooling fans, but rather use a berd-air pump, like I did on my CoreXY.<br />
<br />
¹ I already did some tests in the past and found that Bowden extruders modify the structure of the plastic, leading to much more brittle parts. I think this is because of the pressure of the extruder gears on the filament, followed by a long time to rest before beeing melted... I would love to have the exact explanation.]]></description>
            <dc:creator>fma</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 25 Nov 2023 17:03:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,893720,893720#msg-893720</guid>
            <title>XY movement issue (5 replies)</title>
            <link>https://reprap.org/forum/read.php?178,893720,893720#msg-893720</link>
            <description><![CDATA[ Hello,<br />
<br />
what i am seeing is related to the x,y directions on the print bed and best described as:  print a square, when the print head travels in one direction, it goes twice as fast as the other direction.  <br />
<br />
the faster direction is when travel is from -x to +x and +x to -x. example, travel from x10, y-10 to x-10, y-10. is twice as fast as from x10, y-10 to x10, y10<br />
.<br />
what this is causing is on a test square, two opposite sides are smooth, two opposite sides have holes or thin spots because of the fast movement.<br />
<br />
marlin 2.1.2, no issues with the z axis movement, here are all the settings related to this in my firmware.<br />
<br />
#define XYZ_FULL_STEPS_PER_ROTATION 200<br />
#define XYZ_MICROSTEPS 16<br />
#define XYZ_BELT_PITCH 2<br />
#define XYZ_PULLEY_TEETH 20<br />
#define DEFAULT_XYZ_STEPS_PER_UNIT ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 80, 137.38 }<br />
#define DEFAULT_MAX_FEEDRATE          { 2500, 2500, 2500, 300 }<br />
#define DEFAULT_MAX_ACCELERATION      { 1000,1000,4,750 }<br />
<br />
delta radius and diag rod length have both been measured.<br />
<br />
i am not sure what to check or modify to try and adjust the speed of movement in the x direction on the print bed.]]></description>
            <dc:creator>alzyrian</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 02 Nov 2023 18:40:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,893694,893694#msg-893694</guid>
            <title>Clevis joints (4 replies)</title>
            <link>https://reprap.org/forum/read.php?178,893694,893694#msg-893694</link>
            <description><![CDATA[ Hi,<br />
anyone knows about/uses clevis joints on their deltas? <a href="https://youtu.be/JduWMvuzgSk" target="_blank"  rel="nofollow">Weiss uses them on some delta robots.</a> <a href="https://youtu.be/l0dCxYzwf2U" target="_blank"  rel="nofollow">And so do some of the Chinese delta pick and place robot manufacturers.</a> Cost of a custom solution aside what's the downside of these?]]></description>
            <dc:creator>Anon1337</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 31 Oct 2023 14:03:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,893262,893262#msg-893262</guid>
            <title>Linear rails preload for delta ? (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,893262,893262#msg-893262</link>
            <description><![CDATA[ I'm looking to get some linear rails for a delta but I've read some conflicting things about the preload they should have.<br />
I mostly some saying it should have a light preload for precision but others say that it should have no preload for smooth movement on a belt. If someone could clear this up for me it would be much appreciated.]]></description>
            <dc:creator>Wylley</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 28 Aug 2024 14:45:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,892586,892586#msg-892586</guid>
            <title>connecting (with cura?) to acustom Delta printer via USB (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,892586,892586#msg-892586</link>
            <description><![CDATA[ Hello to all, <br />
<br />
I am rebuilding my old Geeetech G2s pro delta printer.<br />
<br />
Basically I have build an outer frame around the original to increase stability and changed everything else besides the stepper motors.<br />
As mainboard i use a MKS robin nano v3.1 with for now marlin 2.0.9.2 running on it. (thanks to great help of Dust)<br />
<br />
Now i am stuck going to the next part, calibrations <br />
<br />
At first I tried to move the hotends around using the marlin LGVL_ui. "tool / move / z- (10mm).<br />
If I do so the steppers do move it down.. but very twitchy and loud (using tmc 2226 with stealth chop active) but there is movement is observed. <br />
After a few seconds after the first filling that first assignment (very very far from smooth)<br />
<br />
It gives the error..: driver error, printer halted, please reset and then it turns off (probably because i have MKS PWC installed). <br />
Additionally I should also say that I am not using the standard ball bearing lineair bearings but those plastic once (NOT for aliexpress), <br />
to decrease overall load on the stepper motors.<br />
<br />
so after that, I thought it would be a better option to stopplaying and connect to the board via cura. <br />
But, since my printer isn't in the cura list. I had to choose custom FFFF, but this seems to be a cartesian style printer and mine is a delta and no clear options to change that. (only square and oval print beds)<br />
So I was wondering where to go from there. <br />
Should I kind create a .json style setup for my printer? or are there other better ways?<br />
<br />
Additionally, I don't know exactly what stepper motors the original g2s pro uses. <br />
Today I recieved a msg from Geeetech though saying: <br />
<br />
we do not have specifications: only know the model is like 42SHD0034-20B<br />
<br />
So now I am also wondering.. since I changed my setup from 12v to 24v<br />
with 220v for the bed heater. I set my Vref (tmc 2226) to 850mV as they should be 1.5A capable steppers.<br />
Does the 24V on the system have any influence on the stepper motors? should I upgrade these?<br />
<br />
the TMC2226 have a Voltage Range 4.75... 29V DC, so 24V is oke. <br />
the board is also 12v and 24V capable. <br />
I set the board as 24V in marlin. <br />
<br />
Kind greats <br />
<br />
Matthieu]]></description>
            <dc:creator>spikey1973</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 29 Apr 2023 05:55:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,891996,891996#msg-891996</guid>
            <title>Delta calibration point triggering (way) before reaching the bed (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,891996,891996#msg-891996</link>
            <description><![CDATA[ I've been trying to recalibrate my printer recently as it acted up the last few times I printed with it - the very last time it didn't even lay plastic on the bed.<br />
<br />
My printer is a self-built Kossel Mini Delta. I'm driving it with a Duet2Wifi, and for a Z Probe I'm using the nozzle with a PrecisionPiezo Orion. <br />
<br />
I've followed the calibration procedure here (https://docs.duet3d.com/en/User_manual/Tuning/Delta_calibration) including setting trigger height corrections. Most of the points that my head probes work just fine, but one of them (nearest the Z tower) reliably triggers long before it reaches the bed - almost immediately. At the moment I'm starting my probing quite high up, but I don't think that would have any effect on it. It feels to me like it ought to be a mechanical issue - like some sort of strain that only occurs close to the Z Tower cause for rigidity or vibration or something - but I really don't have a sense of why this would happen. Has anyone seen something like this before or have any ideas on how I could try to address it? <br />
<br />
thanks]]></description>
            <dc:creator>sircastor</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 16 Feb 2023 21:04:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,891744,891744#msg-891744</guid>
            <title>Kossel Delta XY problem (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,891744,891744#msg-891744</link>
            <description><![CDATA[ Hello everybody,<br />
I had strange problem with my Kossel printer. This machine was build few years ago. Standard configuration with RAMPS, Arduino and Marlin firmware. That time everything works, without any problems.<br />
I used it for few months and after that, lew it to this day (because, unfortunately no time). <br />
So, to the point. I downloaded and configured new version of Marlin firmware configured mostly everything and printer start working. Mostly everything work but there is problem with movement with XY axis. With Z axis ther isn't any problem. When want to move Z axis 10 mm it's more or less 10 mm. But on X and Y axis, 10mm it's 35mm.<br />
My printable radius it's 100mm, I want to move X axis to 30mm, but nozzle completely leave printing area. It's not 30mm but 105mm.<br />
Do you have any idea, where is the problem. <br />
In the link bellow you can find Configuration.h file<br />
<a href="https://pastebin.com/Pk1xv81j" target="_blank"  rel="nofollow">https://pastebin.com/Pk1xv81j</a>]]></description>
            <dc:creator>dzikos</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 21 Jan 2023 12:24:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,891617,891617#msg-891617</guid>
            <title>Kossel, Z-Height if Calibration Cube is way too small (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,891617,891617#msg-891617</link>
            <description><![CDATA[ Hi,<br />
<br />
Got my Problems with Delta Radius sorted out, Auto Calibrate is working now.<br />
<br />
I printed the 20mm Calibration Cube. X and Y was at 20.05mm, but Z is at 16.5mm. How could that be possible? I thought rod length scales all the axis uniformly.<br />
<br />
Thank you,<br />
Adrian]]></description>
            <dc:creator>stang6t8coupe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 11 Jan 2023 13:14:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,891037,891037#msg-891037</guid>
            <title>New delta build mesures (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,891037,891037#msg-891037</link>
            <description><![CDATA[ I'm planning to build a new delta printer using some of spares parts that got from previous builts. The plan is using 6 nema 17 on bottom and top, controlling each axis using indepent drive on klipper. I will go rigid on the frame using something very similar to this [<a href="https://www.thingiverse.com/thing:4761848/files" target="_blank"  rel="nofollow">www.thingiverse.com</a>]. <br />
<br />
I've 260mm diameter bed. I've some doubts calculation the right length of horizontal extrusion and rods. I would like to get the bed resting on horizontal extrusions. I try to use that calculator [<a href="http://danalspub.com/DKcalc/" target="_blank"  rel="nofollow">danalspub.com</a>] is great to get some visual understanding of the build. But i was hoping they would give me the right measurements based on my print area. Is there any tool or formula to give the mesure of extrusion and arms based on my print area? I know for linear rails the rule is less 100mm of the vertical extrusion. I really want the less footprint possible.]]></description>
            <dc:creator>masterviana</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 15 Dec 2024 15:18:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,890753,890753#msg-890753</guid>
            <title>Printer after Board swap printing scewed/not square (3 replies)</title>
            <link>https://reprap.org/forum/read.php?178,890753,890753#msg-890753</link>
            <description><![CDATA[ Hi,<br />
ive been working on a SKR1.3 conversion on my Malyan M300/Monoprice Mini delta for a long while now. I've struggled for months now on getting it to print straight,as you can see in the attachments, i can not seem to find the cause, i redid the firmware twenty times, ive run endless G33 Autocalibrations and had it apart a few times again. I can not diagnose the issue at all. I replaced the original endstops with new ones on printed mounts, i level using a foil switch on the nozzle, "Lerdge probe".<br />
<br />
The first layer goes done fine most of the time but the scew always comes after the first few layers, even very small parts in the middle of the bed show that.<br />
<br />
My G33 output:Calibration OK                                rolling back.<br />
.Height:112.90  Ex:-0.65  Ey:-1.90  Ez:0.00  Radius:62.44<br />
.               Tx:-0.47  Ty:+0.07  Tz:+0.40<br />
<br />
I measured the towers with a square to the table and they all are straight.<br />
<br />
I run the latest marlin 2.1.1 with these configs:[attachment 119800 Configuration_adv.h][attachment 119799 Configuration.h]<br />
<br />
I do hope someone on here has more ideas than me :D]]></description>
            <dc:creator>Xadro</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 14 Oct 2022 07:59:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,890291,890291#msg-890291</guid>
            <title>Hello, what is the main board of my kossel mini? (no replies)</title>
            <link>https://reprap.org/forum/read.php?178,890291,890291#msg-890291</link>
            <description><![CDATA[ Hello, what is the main board of my kossel mini? Does anybody know? I am looking for firmware or name of the board for configuring Marlin by myself.]]></description>
            <dc:creator>zp3d</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 18 Aug 2022 17:19:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,889960,889960#msg-889960</guid>
            <title>Auto Calibration probing failed - Delta Flsun Kossel (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,889960,889960#msg-889960</link>
            <description><![CDATA[ Hey guys! <br />
I recently got an FLSun kossel delta.<br />
It was a bit neglected, so I lube it down as well as upgraded to Marlin 2.1. I never dealt with Deltas before, only i3 and CoreXYs so I am still learning.<br />
Please assist me.<br />
<br />
I am trying auto calibration. It probes, however at some point it doesn't want to continue further. It stops to do it itself but if I hit the probe it registers and continues.<br />
<br />
The board is: MKS gen L 1.0 with a4988x5<br />
<br />
<a href="https://drive.google.com/file/d/1YrzaRcWxIDjAoz0pp9CEuUOysQI59UVp/view" target="_blank"  rel="nofollow">Video Link</a><br />
<br />
The Marlin config is the default Delta FLSun Kossel template in Marlins config templates.<br />
I will paste them here as well:<br />
<br />
<a href="https://github.com/MarlinFirmware/Configurations/tree/2.1/config/examples/delta/FLSUN/kossel" target="_blank"  rel="nofollow">Default Configs (link)</a><br />
<br />
TL: DR<br />
The printer halts and never succeeds to calibrate by using the probe.<br />
What am I missing..?]]></description>
            <dc:creator>riggah</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 01 Aug 2022 23:12:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,889428,889428#msg-889428</guid>
            <title>Delta firmware on Creality V 4.2.7 (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,889428,889428#msg-889428</link>
            <description><![CDATA[ Hi,<br />
<br />
I have a dead 2040 WASP and a LOT of creality 4.2.7 boards.<br />
<br />
Is it possible to put a Delta firmware on that board ?<br />
<br />
I found some topics about delta firmware but most of them are older than 4 years old, a lot of changes since.]]></description>
            <dc:creator>FromFrance</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 03 Jul 2022 14:31:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,888704,888704#msg-888704</guid>
            <title>Converting to 24V (3 replies)</title>
            <link>https://reprap.org/forum/read.php?178,888704,888704#msg-888704</link>
            <description><![CDATA[ Hi <br />
I have a home made printer with this equipment<br />
<br />
Board - BTT GTR v1 with M5 extender<br />
<br />
4 - 42BYGW804 motors on Z Axis<br />
2 - 42BYGW804 motors on y Axis<br />
1 - 42BYGW804 motors on x Axis<br />
1 - Pancake on extruder<br />
<br />
All drivers are TMC2208<br />
<br />
Extruder heater conected to board<br />
Bed heater is 220V, conect to board via solid state relay<br />
<br />
50A 12 Power supply<br />
<br />
Recently i tryed to upgrade it to 24V, by simply changing the power suply (24V, 25A), fans and extruder heater.<br />
But the printer started to show erratic movements, Y axis stops erraticly, 1 axis stoped working on the M5 extender, motors pausing during travel, etc.<br />
So I changed back to 12V, and it runs fine.<br />
<br />
Have i missed any steps on my convertion, or is it just not possible to make the conversion?]]></description>
            <dc:creator>Chaparro1973</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 03 Jul 2022 14:30:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,888386,888386#msg-888386</guid>
            <title>Flashing new board (5 replies)</title>
            <link>https://reprap.org/forum/read.php?178,888386,888386#msg-888386</link>
            <description><![CDATA[ I recently brought out my (Folgertech) Kossel Delta printer (from 2018) and fired her up and she worked just fine.. Now I want to up grade from the arduino 2560 R3 + ramps 1.4 to a 32 bit board, but I'm having issues with what board to update to and how to flash the firmware. The SKR mini E3 v3.0 appears to be the board I would like to use...Is this a good choice..  The bigger issue for me is the firmware..  I remember that rod length needs to entered into the equation.. I'm kind of at a loss. I have tried to find more info but not really successful.. A friend suggested that I try this site. Anyone out there that point me in the right direction. The printer volume is 200x200x200<br />
<br />
Tank you in advance <br />
3Dweb]]></description>
            <dc:creator>3Dweb</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 03 Mar 2022 16:57:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,888235,888235#msg-888235</guid>
            <title>Improved Anycubic Delta Part Cooling (1 reply)</title>
            <link>https://reprap.org/forum/read.php?178,888235,888235#msg-888235</link>
            <description><![CDATA[ At least on my Predator, the factory part cooling blowers are 24 volt, 0.2 amp Boosfan JD4010M, and they truly suck. They barely move air.<br />
<br />
I replaced them with Delta BFB0412HHA-A units, wired in series to just one FAN0 connector. These are 12 volt, 0.08 amp units, and are physically a drop in replacement. I use two in series electrically so that each drops 12 volts, and the pair can run off of the same 24 volt FAN0 connector with the same PWM.<br />
<br />
Although it is not considered "best practice" to wire BLDC motors in series, these are locked rotor protected, so that unless one blower fails shorted phase to phase (very unlikely), their low current draw and high impedance will prevent catastrophic results.<br />
<br />
Why do this? The original units would barely start at 75% PWM, and barely move air at 100%. The new units actually start moving at about 5%, run smoothly and reliably at 10%, and will lift the printer off the bench at 100%. Just kidding, but the airflow is astounding, and actually having real air speed control over a large range is a huge benefit. And no monkeying with PWM settings in Marlin, either.<br />
<br />
Plus, the new Delta blowers have dual ball bearings, so they should last for years. I don't know what the old blowers had for bearings, nor do I care, since they barely worked anyway. I may dissect one to find out.<br />
<br />
The Delta blowers are commonly available from many sources, starting at about $7 each. I got mine in 2 days from Mouser for $14 each.<br />
<br />
I use the Bakak duct from Thingiverse, and highly recommend it. The factory original duct basically just blew on the nozzle with the anemic air flow from the factory blowers, and I got rid of it long ago.<br />
<br />
EDIT: I opened one of the old Boosfan JD4010M. It doesn't really have ANY bearings, per se. Just a plastic shaft rotating directly in a hole in the plastic housing. It's a miracle that these things spin at all.]]></description>
            <dc:creator>rq3</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 17 Feb 2022 16:12:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,888003,888003#msg-888003</guid>
            <title>geeetech G2, G2s pro or 301 spool holder dimensions (3 replies)</title>
            <link>https://reprap.org/forum/read.php?178,888003,888003#msg-888003</link>
            <description><![CDATA[ I'm trying to rebuild an old geeetech delta G2s pro <br />
<br />
Sadly the spool mount plastics are long gone.<br />
<br />
Any chance someone has one of these and could take a few  pictures and measurements? in particular from top of printer to the metal spool holding bar.  A guess would be around 25cm.<br />
<br />
<br />
Thanks]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 29 Apr 2023 05:49:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,887370,887370#msg-887370</guid>
            <title>Anycubic delta bed mesh problem (9 replies)</title>
            <link>https://reprap.org/forum/read.php?178,887370,887370#msg-887370</link>
            <description><![CDATA[ Hi<br />
<br />
I'm trying to diagnose what part of my Anycubic Kossel Linear Plus might be the most likely cause of bed mesh problem. I've done the delta calibration a fair times now followed by bed levelling but too no avail. I've placed a small piece of Kapton tape in the centre which clearly shows up in the mesh data.<br />
<br />
Here's the mesh data from two consecutive bed levelling sessions, the 2nd one is after rotating the bed by 90 degrees (the tape bump shows this rotation quite well), yet the dominant wave is unchanged, which means it's not the bed plate itself (that appears to be nice and level). The wave is about 0.3mm peak to peak, centered above and below zero.<br />
<br />
Firmware is Marlin 1.1.19<br />
<br />
The mesh data is the same whether the bed is cold (ambient 18C) or hot (60C), it doesn't change.<br />
 <br />
Any ideas what might be the most likely cause of the static wave (remains static no matter how much I rotate the bed plate) ?<br />
<br />
[attachment 118965 Image3.jpg]<br />
[attachment 118966 Image1.jpg]<br />
[attachment 118967 Image2.jpg]]]></description>
            <dc:creator>Pippy</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 13 Feb 2022 03:30:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,886359,886359#msg-886359</guid>
            <title>Upsizing Kossel 2020 - 1200mm extrusions? (7 replies)</title>
            <link>https://reprap.org/forum/read.php?178,886359,886359#msg-886359</link>
            <description><![CDATA[ Hello everyone!  First time poster, (very very very) long time lurker!<br />
<br />
I got a partially built (incorrectly) FolgerTech Kossel 2020 that I picked up dirt cheap.  I want to upsize it significantly while I am rebuilding it.<br />
<br />
What I am concerned about is stability of a height of 1200mm extrusions.  Note that I will be using linear rails attached to the 2020 extrusions.<br />
<br />
I've calculated two variants with parts I have on hand already:<br />
<br />
250r x ~300h w/500mm linear rails<br />
[<a href="http://danalspub.com/DKcalc/?he=330&amp;ve=750&amp;dr=288&amp;lr=500" target="_blank"  rel="nofollow">danalspub.com</a>]<br />
<br />
400r x ~615h w/1000mm linear rails<br />
[<a href="http://danalspub.com/DKcalc/?he=470&amp;ve=1200&amp;dr=440&amp;lr=1000" target="_blank"  rel="nofollow">danalspub.com</a>]<br />
<br />
The 250r has the best angle of the 288mm on-center rods I have for high speed edges (30°).  The only issue with 250r is I have a cosplay helmet I'd like to print, and it needs 270mm to clear.<br />
<br />
I also have a set of 1000mm linear rails that I'd like to put to use - without building a second Delta printer.  But obviously something that large with 2020 extrusions may need a level of bracing I am not comfortable with.<br />
<br />
And no, I can't attach it to a wall for where it will be sitting.  :(<br />
<br />
Thanks!]]></description>
            <dc:creator>eduncan911</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 09 Nov 2021 14:53:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,885752,885752#msg-885752</guid>
            <title>Looking for some guidance on heated beds (5 replies)</title>
            <link>https://reprap.org/forum/read.php?178,885752,885752#msg-885752</link>
            <description><![CDATA[ Hello All, <br />
<br />
I have owned a scaled up self-built kossel mini for a very long time (700mm tall, 360mm extrusions), and I've been slowly upgrading various features on it. I've had a 310mm round Borosilicate glass bed to print on, supported by FSRs. This has worked fine for me as I've printed exclusively PLA, but I'm ready to try some other materials and have been interested in printing some ABS again (My first printer was a Makerbot Cupcake, which printed all the parts for this machine) <br />
<br />
I'm a bit overwhelmed by the options available for replacing the bed. There are kapton heaters, silicone heaters, and PCB heaters. Glass beds, Steel beds, and special surfaces to help stick, Some have magnets, some don't. If I use a PCB, I need a heat spreader. If I use FSRs, I have to protect them from heat. If I switch to inductive sensors I have to use a non-glass bed. The list of course, goes on and on. <br />
<br />
Because of the size of my printer (which seemed like a great idea at the time) my surface needs to be about 280mm diameter (my current plate is oversized). I've thought about just using a square bed, but I have plans to try and enclose everything eventually. <br />
<br />
Does anyone have a delta heated build plate they love? Or just recommendations?]]></description>
            <dc:creator>sircastor</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 09 Dec 2021 14:44:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,885424,885424#msg-885424</guid>
            <title>Metal ball joints source? (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,885424,885424#msg-885424</link>
            <description><![CDATA[ I have been using plastic <a href="https://mpjet.com/shop/gb/ball-7-mm-dia/1291-386-ball-link-v1-type-7-mm-dia-m3m3-short.html#/8-colour-w_white" target="_blank"  rel="nofollow">MP Jet ball joints</a> on my large delta for a while now. I want to rebuild and replace the arms and am looking for larger diameter CF tubes (got those already) and metal instead of plastic joints. Or at the very least stiffer alternatives.<br />
<br />
Since the current V1 types I used seem high quality and have served me will I looked into the <a href="https://mpjet.com/shop/gb/v3-type/1311-ball-link-v3-type-5-mm-dia-m32.html" target="_blank"  rel="nofollow">V3 types from MP Jet</a>. I orderd a full set of these without thinking it fully through and they are absolutelty tiny. While the size would probably be fine in terms of stiffness, they seem quite impossible to mount and get a decend range of motion out of them (I need about 20° from centerline in either direction). The rotating ball itself is shaped in such a way that you'd need custom made fasters to get some range and it's furter complicated by the hole only being 2mm diameter and thus all faster features being absolutely tiny.<br />
<br />
So the TL;DR becomes: I am looking for metal ball joints with 20° range of motion either side.]]></description>
            <dc:creator>Nxt-1</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Aug 2021 16:34:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,885234,885234#msg-885234</guid>
            <title>My Parts Bin Delta (2 replies)</title>
            <link>https://reprap.org/forum/read.php?178,885234,885234#msg-885234</link>
            <description><![CDATA[ Due to the multiple covid lockdowns here in India, and the free time I had. I started to build a new "parts bin" delta printer. I've been printing since 2012 when I bought the Ultimaker Original and later designed and built a small delta which is my work horse. I had collected a lot of parts over the years and decided to build another slightly larger delta printer. Barring the Extrusions, the belts and a new printed effector, all the parts came out from the parts bin I had lying around. While the corners were printed on my work horse. <br />
<br />
Its by no means a perfect printer. I'm still trying to smooth vibrations during quick infill moves, but if the external surfaces are printed with a 60mm speed there is little to no affect on the quality of the prints. <br />
<br />
I'm using custom designed carriage, laser cut with a 5mm carbon steel sheet and uses the mini-v wheel. This was originally for my other printer, but I've migrated to rails on that one and I had these lying around. The effector has been printed on a HP MJF so as to maintain consistency on the distance between the carbon fiber rods. The vertical towers are 700mm v-slots. Rod ends are from the openscad files by Haydn Huntley and printed in ABS and smooth to a shine using a 10mm ball nose bit and some ptfe grease added for extra smooth movements. The hotend is an all metal one which is screw mounted, this was from before e3d started selling these, infact this was bought even before the v6 hotend was launched. This hotend came with a v5 titanium heatbreak and a solid copper block. Though I'm using an original e3d .4 mm brass nozzle. The extruder is a e3d titan knockoff. The bed is square bed which was bought for the old ultimaker that is lying defunct now. Due to lockdowns I was unable to buy locally or import a round bed, but the square one with plain float glass top works perfectly for the time being. And a bltouch for Auto leveling / delta calibrations. Also using the 8 diode TL-smoothers, no reason apart from the fact that I had them lying around<br />
<br />
The brain is a pi3 a+ and a skr 1.1 running Klipper firmware with SD6128 stepper drivers at 1/64 so super silent. I even have the anti vibration connectors for the motors. <br />
<br />
I'm hoping the print the corners from pet-g or something stiffer, this non brand PLA which I used to print the corners and other parts are not the best. I'm also planning to upgrade to a direct drive e3d Titan aero or a e3d Hemera in the near future. Running klippers pressure advance does help a lot, but I'd like to test a direct drive.]]></description>
            <dc:creator>lohiaprateek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 31 Jul 2021 04:34:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,885118,885118#msg-885118</guid>
            <title>Delta home issue (27 replies)</title>
            <link>https://reprap.org/forum/read.php?178,885118,885118#msg-885118</link>
            <description><![CDATA[ I have a he3d k280 so first things first the little sensor probe does not work for auto level but it shows as triggered with the M119 command when I trigger it with my finger but when auto home it has no function.<br />
<br />
Also I think my Z is backwards… -Z raises it up to the end stops but the end stops when trigged if you try to go up more you just hear the motor causing the belts to shake.<br />
<br />
+Z as you know it causes it to end up crashing in the bed..I did the whole invert Z axis in the repetier app but it has no effect]]></description>
            <dc:creator>MikeCL</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 07 Aug 2021 20:52:24 -0400</pubDate>
        </item>
    </channel>
</rss>
