News: CAA Meeting Update: FPV exemption extended to 3.5kg AUW and 1000ft Max Altitude from March 2014

Welcome, Guest. Please login or register.
Did you miss your activation email?

  • Home
  • Help
  • Search
  • Login
  • Register

  • Fpv-Forum.com »
  • Other »
  • CNC Routing & 3D Printing »
  • Editing stl files ?

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts/Topics

Complete beginner by gavnthat
[Today at 10:47:17 PM]


anyone flying the weekend? by xxpitt
[Today at 02:06:56 PM]


All emax 250 owners cool site if you own a 3d printer by mark1975
[Today at 01:17:19 PM]


old hat futaba & Campac stuff by bigMouse
[Today at 09:58:00 AM]


20a sunrise slim esc by xxpitt
[March 28, 2015, 06:39:25 PM]


FPV Related 3D Prints by bigMouse
[March 28, 2015, 10:04:58 AM]


What did the postman bring you today? by xxpitt
[March 28, 2015, 12:38:21 AM]


Hi from Liverpool by xxpitt
[March 27, 2015, 03:48:23 PM]


MDC March 2015 Episode 2 - Cannons, Silver and Lambs by Cobs
[March 27, 2015, 04:38:59 AM]


VTOL by xxpitt
[March 26, 2015, 06:43:21 PM]


My 550 Class 3D printable hexacopter by loganj13
[March 25, 2015, 04:57:21 AM]


Pixhawk on quadcopter by MrBen
[March 24, 2015, 09:34:36 PM]


cold weather camera by BIRDS-EYE-VIEW.NL
[March 24, 2015, 06:09:40 PM]


Gopro Live out through switcher video problem by BIRDS-EYE-VIEW.NL
[March 24, 2015, 06:01:46 PM]


spring is in the air by bigMouse
[March 23, 2015, 09:05:56 AM]

* Traders Section

$9.99 only!!! FPVMODEL MC2204 2300KV Brushless Motor by fpvmodel
[March 19, 2015, 07:22:29 AM]


« previous next »
  • Print
Pages: [1]

Author Topic: Editing stl files ?  (Read 366 times)

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Editing stl files ?
« on: January 02, 2015, 09:02:44 PM »
Only just realised you can't edit stl files in 123d design . And it's doing my tree in , it seems you could in older version but they have updated it

It's shame cos it's a easy to use little prog

Anybody have beta 9 installer still ?

Or failing that what props do you use to edit preexisting stl files from such as thing inverse

..?
Logged

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #1 on: January 02, 2015, 10:37:22 PM »
STL is Diabolical file format and now we are stuck with it! I haven't found a reliable way to do it!
Would suggest redrawing it!

meshLab may convert simple meshes but anything large like over 20,000 facets then it start needing a huge amount of memory! Even if it succedes you likely to end up with a lot of repairs to do, empty faces etc!

Some say freeCad will convert to a solid but never tried it! inStep is supposed to be able to do it too but thats not free so a gamble whether its suitable or not!
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #2 on: January 02, 2015, 10:46:16 PM »
I have been trying the freecad route but was unsuccessful at moment seem to be getting lots of python errors on my machine , but maybe cos of all python that has gone on since install , must be a reliable way I will research meshlab also
Logged

Online MrBen

  • FPV Addict
  • Legendary Member
  • ******
  • Posts: 4916
  • FPV Junkie
    • View Profile
Re: Editing stl files ?
« Reply #3 on: January 02, 2015, 10:53:31 PM »
you can import a STL into sketchup but you have to install a plugin
Logged
______________________________________________________________________
Funjet (353kph) -- QAV400 (3Axis Gimbal) -- Zephyr 3 (Inbuild)-- X5 -- Spanky x3

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #4 on: January 02, 2015, 11:24:45 PM »
The problem is that even if you succeed in converting it into a solid, it probably won't be editable unless you can convert it to a part file (or what ever your soft recognises as a work file)

Always interested in any results though!
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #5 on: January 02, 2015, 11:55:41 PM »
will keep updating thread instep seems ok start looking for licensed version 123d is pretty easy drawing most things but a cooling duct came up on thingiverse today and I wanted to edit it . then realised something I thought was gunna take 10 mins took hours :( , ended up turning it into millions of triangles with python scrypts and getting very annoyed lol , it was then editable but took hours
Logged

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #6 on: January 04, 2015, 12:27:38 PM »
I tried to recover one of my own stl files, simple end plug for square tubing, inStep did recover it but had reinstate the coordinates, and did it in all the wrong places! Although it was finally editable it was a complete mess (and a large file size) for what it was, it also had to errors, god know how many errors would exist after converting a large complicated file!

Every curve, even simple blind holes are made from a kind of point cloud, derived from the triangles, pointless editing the hole for instance, easier to just replace it! Really don't think its a viable proposition to reverse engineer stl files, they contain no geometry coordinates, no recognition of real holes etc, just a mass of thousands of triangles to represent a shape!
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #7 on: January 04, 2015, 01:45:20 PM »
After much messing bm I would have to agree, these programs can't make something without all the information included in the file, it's like de compiling software it will never be as readable as the orig source :(

They should have picked a better format in the beginning

Still recreating things gets easier in time as you learn new tricks of various software
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #8 on: February 07, 2015, 02:24:32 PM »
thought id update this thread as found a very successful way and that is to use sketchup and a plugin called cleanup by thomthom

https://extensions.sketchup.com/en/content/cleanup%C2%B3

its free aswell

realy worth trying out at times it fixes model perfect

example
« Last Edit: February 07, 2015, 02:32:26 PM by Martink1974 »
Logged

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #9 on: February 07, 2015, 09:21:41 PM »
There is a good reason for being able to edit stl files, My main reason would be to add better support, like feet to an object, as many of the stl files you can download rely on too little table contact, and its a pita when it dislodges half way through the print!

bearing in mind the general lousey results from most stl convert programs, I did some messing around! The best I've managed so far is to find a program to load the stl file and save as a 3d dfx file, then open it in your favourite 3d software, it should be directly editable!

A program that will reportedly directly edit stl files is 'Materialise Magics' but a quick look at their site suggests that they don't like to share their soft, and don't give any indication of price, so with a company like that I have no intention  to humbly request a (probably) crippled download trial.



Logged

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #10 on: February 07, 2015, 10:29:07 PM »
Well that didn't last long! The first reasonably complicated stl file and the conversion failed miserably! Think the only reall option is to find some soft that will edit stl files directly, ie no conversions!
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #11 on: February 08, 2015, 12:27:21 AM »
did it fail at import into sketchup or clean in clean3
Logged

Online bigMouse

  • Ultimate Member
  • ******
  • Posts: 1707
    • View Profile
Re: Editing stl files ?
« Reply #12 on: February 08, 2015, 10:33:35 AM »
I was trying different programs!

When the stl object was some kind of uniform shape (like yours, ie various mechanical shapes with holes etc) it worked fine and found the best method of conversion for me was to 3d DXF, could be a different format for some one else depending on what 3d program they use.

Then I tried a more (think they call it 'geological') shape, a robots boot, so no well defined sides etc and couldn't convert it to any usable file format.

What I want to do now I think, is to directly edit an stl file to increase the support where there is little.  If I can't find a way to do that I will probably get simplify3D and practice on adding advanced supports
« Last Edit: February 08, 2015, 10:38:25 AM by bigMouse »
Logged

Offline Martink1974

  • Awesome Member
  • *****
  • Posts: 894
  • I am a leaf on the wind; watch me soar
    • View Profile
Re: Editing stl files ?
« Reply #13 on: February 08, 2015, 01:49:51 PM »
Simplify 3d does look ok but it would have to be for the money , can't see any support for smoothieware fw , and the smoothie board reprap 32bit controller I've mailed up to see where they are with that but it says it supports my k8400 and that's not been out long so I'm sure there quick to adopt new printers

I've found that adding small blocks under large pieces and using line support on Cura works realy well to stop warping of abs buck better than raft and with abs the support just breaks off realy easily

Seems to break up trnsion on object and it does not want to curl the same
Logged


  • Print
Pages: [1]
« previous next »
  • Fpv-Forum.com »
  • Other »
  • CNC Routing & 3D Printing »
  • Editing stl files ?
 

* Who's Online

  • Dot Guests: 27
  • Dot Hidden: 0
  • Dot Users: 5
  • Dot Users Online:
  • user martino46
  • user MrBen
  • user bigMouse
  • user Kwygladala
  • user gavnthat

* Classified Ads

wanting a few bits by lkparky
[March 28, 2015, 10:05:14 PM]


Mobius lens A by lkparky
[March 28, 2015, 09:56:37 PM]


Propellers 15" 17" DFDL, Turnigy, RCTimer CW CCW Multirotor Propellers CHEAP ! by Mancini
[March 25, 2015, 09:12:24 PM]


DJI iOSD Mini - £30 by MrBen
[March 22, 2015, 09:48:02 AM]

* Recent Images

No attachments were found.
SMF 2.0.7 | SMF © 2013, Simple Machines
SMFAds for Free Forums
SimplePortal 2.3.4 © 2008-2011, SimplePortal

Page created in 0.919 seconds with 23 queries.