https://www.alibaba.com/product-detail/ ... 1e42FUyegd
Hope shipping to UK isn't £1,641.25

Sounds really quite difficult to get specs. I also wonder how the solder behaves when it's being squeezed through the feed rollers. Seems to be fine, but as you say, the thickness etc makes a difference to how it'll feed.exxos wrote: Tue Sep 12, 2023 3:32 pmI've seen videos of it (or similar) doing SOT23 type packages. I think you can get different tips for stuff. But I would probably use paste for that stuff anyway.rubber_jonnie wrote: Tue Sep 12, 2023 3:27 pm Neat. Can it do SMD? Can't tell from the vid and description.
The first potential issue I see is that it does not specify from what I can tell, what size of solder you have to use. Generally I am using 0.7mm... But will that go through the tube with the type of drive it has...
All the listings are literally all over the place. Give different model numbers and give no clues what they represent. Cannot see minimum solder thickness either.. It is always a bit of a nightmare trying to find specifications for China stuff![]()

Wow, that shipping effectively doubles the price!! Have a look on Amazon, that's where I got my re-flow machine.exxos wrote: Tue Sep 12, 2023 4:09 pm
https://www.alibaba.com/product-detail/ ... 1e42FUyegd
Hope shipping to UK isn't £1,641.25![]()
![]()
![]()
![]()
Interesting. Might be worth a go considering price of a proper one. I'd have to see what's involved converting Gerber to gcode. Probably using absolute possitioning might be almost simple.sporniket wrote: Tue Sep 12, 2023 9:32 pm hum, just searched "open source soldering robot" on google, got that :
Code: Select all
%
M48
M72
T01C0.03937
%
T01
X5050Y5050
X15050Y5050
X25050Y5050
M30Code: Select all
%
M48
M71
T01C1.000
%
T01
X1283Y1283
X3823Y1283
X6363Y1283
M30Code: Select all
X1283Y1283
X3823Y1283
X6363Y1283Code: Select all
G92 X1.283 Y1.283
G92 X3.823 Y1.283
G92 X6.363 Y1.283
Code: Select all
G92 X0 Y0 Z0