Yall are able to copy it and edit things right???
Yes, we are shown an option to āMake a copy to editā
Yes, when I opened it from my OnShape account I was able to Make a copy to edit (which I promply messed up, but thatās a different problem )
Nice, now to see if I can scale it without totally destroying it haha
You should be able to. The Onshape one was working well for me. I didnāt try to change the one in Fusion at all but AFAIK it should be working as well.
Yeah, Iāll give it a shot. No tricky customisation just bigger
It looks like itās just adding an extra set of ribs.
I havenāt looked in detail as to why, but the issue is #X_Ribs_inYDirection is calculating to 4 in Onshape, and 3 in the original Fusion file, so Iām guessing something got a little out of sync with the changes for offsets for the LR4.
So, easiest, is just to ignore it for now and cut 5 less short pieces.
Edit: Looks like an Onshape bugā¦maybe rounding errors
Although the calculation should be coming out to exactly 3, the ceil() function is changing it to 4. ceil(3) in Onshape does correctly return 3, so it must be adding some error causing it to move up
Edit 2:
If you change the formula for #X_Ribs_inYDirection to
ceil(roundToPrecision((( #Y_Usable - 2 * #Edge_Offset_Y - #Rib_Thickness * #Ribs_YDirection ) / #X_Rib_Length / 2), 6))
it will round to 6 decimal places first before applying ceil()
, and it will fix this case
I will go make the change to the original and hopefully anyone else that gets it will have the updated formula
Weird, mine are in the front.
I had to stop myself multiple times from commentingā¦
In the end, it was just low-hanging fruit, so I had to let it goā¦
You sometimes need to take what you can get after a full day of work.
iām new to onshape (not cad) is there a way to export all the flats parts as dxf to cut or do I have to go through one by one?
As far as I know, its one by one. That is how I have to do it. But you donāt need to do every single piece. Most are all the same just several copies. I am sure some of the much smarter than me programers around here know of a way to make a script do it, but I am not aware of that currently.
Sorry for the silly questionā¦
Where is the link to the fusion 360 version of the table?
Itās linked in the first post of this thread
That is for the LR3, not specifically tuned for the LR4 though so be careful. It works for the overall foot print if you are doing a full top, but the three piece top is not the right size. The previous link in onshape is tuned for the LR4
Even though it says āLR3ā lol cough cough @Jonathjon cough cough
OK I updated the name and changed that one variable out. If you have already made a copy you will have to go to the link again and make a new copy of it
The OnShape based LR4 parametric table is looking neat. Thank you for creating and sharing.
How are you converting the OnShape model assembly parts to .gcode for the LR4 to cut? fwiw I read through the entire topic and didnāt pick up on what the recommended process is.
With Fusion 360, or OpenScad, Iād export .STL or .DXF files that can be imported into EstlCam. Am new to OnShape, but I see various export options. Are you exporting each part individually, or is there some nifty bulk export for CNC milling button I didnāt find yet?
Curious whatās the easiest/fastest approach OnShape pros here are using to turn their multi part assemblies into real thing(s)?