Stephen Lane wrote:
I have 1 computer 12mths old i7 16Gb RAM just upgraded to Win8Pro from Win7 & it can load 500Mb STL's & process them to gcode (takes about 20mins) using Repg39Sailfish
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To unsubscribe from this group and stop receiving emails from it, send an email to makerbot+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
|
Oh, ok, now I don't feel so bad about my CAD model of an optical test system that took 5 minutes to open on my laptop...
I think the main RepG is controlled by MBI but I could be wrong. If so then it should be an MBI fix, if not then I guess we need to figure out who to contact for fixes...
This is all based on if the item slices fine and just crashes RepG when loading the visual preview... If it crashes while slicing, then its likely not a RepG/Java issue...
Yes, but this has nothing to do with the format of the STL file and rather
is because every semantically significant line of gcode, RepG instantiates an
object. And, RepG first must digest the entire gcode file before it will
translate it to s3g/x3g. For large gcode files, RepG overflows the maximum
allowed 32bit Java heap size (2 GB on OS X and Linux; about 1.4 GB on Windows).
Indeed, the "standard" RepG only allows a maximum heap size of 750 MB and
thus is further handicapped.