-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SketchUp Foamcutter.rb does not generate GCODE as shown #9
Comments
Here is the file requested. Very simple cut going from square to round. It is on the same SketchUp file you included as an example. And also, the "Tower" gcode you included is not running correctly either. The code actually runs and cuts, but the shapes are all wrong. |
thank you. I will check the code on my machine tomorrow. the cut out looks a bit like axis-traveling for x and y is not ok and positioning of the foam is not correct. but this can also be an issue due to missing post process (square to round is a complex shape and needs a post process with machine specific setup to calculate axis traveling from block shape, I will include some pictures tomorrow for better understandings) |
Yes, my machine is working perfectly. I built the one posted by RCKeith on
YouTube (Keith Howlett) and it has been producing perfect wings. I just
wanted a way to get fuselage sections cut and I really like SketchUp.
SketchUp can generate .stl files for my 3D printing, but no GCODE.
Tom
…On Wed, Oct 14, 2020 at 2:56 PM ThomasHeb ***@***.***> wrote:
thank you. I will check the code on my machine tomorrow.
was your machine already parametrized and did you made some successful
cuts before?
the cut out looks a bit like axis-traveling for x and y is not ok and
positioning of the foam is not correct. but this can also be an issue due
to missing post process (square to round is a complex shape and needs a
post process to calculate axis traveling from block shape, I will include
some pictures tomorrow for better understanding)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARMASBBCNULKFM3NUNARHSTSKXX4NANCNFSM4SQ42IXA>
.
|
Hi Tom, What is a bit strange on your photos.... the width and hight of the cutout looks different..... these should be equal. Actually this doesn't help you, because my post processor is running on MacOS. But what I can offer is to extend the foamcutter.rb-tool with a basic post processor... but this will take some time and testing |
Thanks for the clarification.
I am very sorry this can't be used on a Windows machine. Too bad the
software is not Java based (or other cross platform capable software) as
there are a LOT of Windows users out there that would actually pay you for
a program to do this since SketchUp has no other plugins that will do the
job.
I will have to look elsewhere I guess.
Thanks again,
Tom
PS: You should add a note on your YouTube videos that this only works on a
Mac. Will save a lot of wasted time for people using Windows.
…On Thu, Oct 15, 2020 at 1:22 AM ThomasHeb ***@***.***> wrote:
Hi Tom,
using SketchUp for fuselage is exactly what I do.
Your design is correct, you only missed the post process.
Sketchup/Foamcutter.rb exports the two paths (left and right side) of the
shape. If you do not run a post process, the foamcutter takes these patches
as the machine movement. see picture below. if you add a foam somewhere in
the middle, you get something between square and round.
[image: Bildschirmfoto 2020-10-15 um 06 54 33]
<https://user-images.githubusercontent.com/16707487/96078893-c6ab9300-0eb3-11eb-8495-86a0751f7499.png>
What is a bit strange on your photos.... the width and hight of the cutout
looks different..... these should be equal.
I made a small video showing the steps and insides.
Actually this doesn't help you, because my post processor is running on
MacOS. But what I can offer is to extend the foamcutter.rb-tool with a
basic post processor... but this will take some time and testing
postprocess.mov.zip
<https://github.com/ThomasHeb/4AxisFoamCutter/files/5382605/postprocess.mov.zip>
[image: Bildschirmfoto 2020-10-15 um 06 59 51]
<https://user-images.githubusercontent.com/16707487/96079116-3faaea80-0eb4-11eb-910d-c83b558f2121.png>
[image: Bildschirmfoto 2020-10-15 um 06 59 51]
<https://user-images.githubusercontent.com/16707487/96079122-4174ae00-0eb4-11eb-97bc-41311a423a13.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARMASBCTBJ42TNTWJ2UAYILSK2BI5ANCNFSM4SQ42IXA>
.
|
Tom, P.S.: Maybe someone could use my source and port it to Java. |
Hi Tom, appending you find the foamcutter_V002.rb file. Please open SketchUp, the Ruby Code Editor and load this rb file and execute it. You will find a new menu "Foam Cutter Tool PP" I modified your example (attached tower.skp.zip). Select the Foamcutter Tool PP. Select
The tool calculates the movement of the axis, draws the movements inside SketchUp. exports the gcode, including hotwire on/of, power setting and feed speed (see foamcutter settings menu). the gcode file can be executed directly. default.gcode.zip Can you please test this?... of course you need to modify to your machine dimensions. Limitations of that tool: Regards |
That looks REALLY nice! I will test it tonight.
Tom
|
I am enclosing the SketchUp file modified to show my part and my machine's
dimensions.
Part placement is apparently critical. However, I did manage to gee a good
part after a couple of tries.
This was only my first attempt tonight. I will try more tomorrow.
Thanks again,
Tom
|
Hi Tom, Thanks for the first feedback. Not everything is possible inside a simple script compared to 3D calculation in Swift, but if you have ideas and wishes, let me know! I had several problems on my fuselage, too. the small segments have a width of 60mm and behind the wing a big difference between the left and the right shape paths, so my axis movements have been too small. I reduced operational width of the machine from 721 to 350mm and for the nose to 200mm, so I could use full axis movement to produce big angles between the axis. The nose had 2 outer and two inner cut-outs per side, which I combined in my post processor and checked visual, if the hotwire is not intersecting the final piece. I tried to rebuild that in the SketchUp PP Tool and this is not possible in a single calculation. But you can calculate the 4 cutting steps separate and then copy the relevant parts from the gcode together to one big file... |
foamcutter.rb with integrated post processor is released |
From youtube.com
After I select the paths, I am not getting the GCODE window to pop up like yours does at 5:49 Any idea why???
Please send me your SketchUp file for a deeper analysis.
Regards
Thomas
The text was updated successfully, but these errors were encountered: