MaskedRetriever / SuperSkein

Open Source 3D Mesh Slicer in Processing: Generates gcode from stl files.
http://www.thingiverse.com/thing:3649
GNU General Public License v3.0
70 stars 11 forks source link

Mac Version has file loading issues #18

Closed MaskedRetriever closed 14 years ago

MaskedRetriever commented 14 years ago

Thanks. After Just dropped config.txt in "application.macosx" folder, it works. Today, 12:13:25 AM – Flag – Like – Reply – Delete – Edit – Moderate [This user is an administrator] Fishedbear it seems still something wrong... after "load stl", it stucks forever. Today, 12:23:10 AM – Flag – Like – Reply – Delete – Edit – Moderate [This user is an administrator] Fishedbear This program seems to only work for "sculpt_dragon.stl" file.
When I use an other STL file, this program reports following messages:

Exception in thread "Thread-4" java.lang.ArrayIndexOutOfBoundsException: 56675
at SuperSkein$Mesh.(SuperSkein.java:1667)
at SuperSkein$STLLoadProc.run(SuperSkein.java:347)
at java.lang.Thread.run(Thread.java:637)

MaskedRetriever commented 14 years ago

On further inspection this might just be the lack of ASCII support. Can someone with a Mac test the current release candidate?

MaskedRetriever commented 14 years ago

Verified this is lack of ASCII support. Just another example of needing ASCII support!

revarbat commented 14 years ago

I've been playing with SuperSkein under OS X for a while now. It works.