Stephen Lane wrote:
Hi I'm the one who has been trying to print large files for a while now - trying each of the incarnations of RepG as they have been released, sorry to say RepG40r10 was no success so far but would indicate that its moving in the
correct direction. RepG now opens a 100mb file - eventually, & when go to gcode it it says its not on the plate, if you save it, it increases in size by 5times to 500mb & eventually the gcode window opens & you can make the
relevent choices & when you begin to slice the following logs are generated the 1st one (11pm, 23:00) is the if you slice the saved 500mb file & the 2nd one (2am, 02:00) is if you slice the unsaved 100mb file.
The first parts are the usual PrintoMatic overides but the last bit clearly shows we still have a memory error so I certainly look forward to the 64bit RepG that has been talked about in another thread I suppose
it will need a 64bit Skeinforge as well.
Interestingly I have a friend with the same setup as me (i7, Win8, 16Gb of RAM) & she has managed to open (not view in the GUI) a 100mb file she didn't save it but she did manage to slice & print the item but
somewhere in the train of things the file corrupted so it can't be printed again.
Regards
Stephen
[23:44:43] G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again.STL
[23:44:44] Connecting to machine using serial port: COM3
[23:44:44] Connection error: The serial port named 'COM3' could not be found.
[23:45:10] Saving...
[23:45:10] Writing to G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again.STL.
[23:58:38] Save operation complete.
[23:58:39] gcode sourcereplicatorg.app.gcode.MutableGCodeSource@127d15e
[23:59:09] printomatic 5D sf other
[23:59:11] Beginning toolpath generation.
[23:59:11] printomatic 5D sf 50
[23:59:11] OVERRIDE raft.csv Add Raft, Elevate Nozzle, Orbit: false
[23:59:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false'}
[23:59:11] OVERRIDE raft.csv None true
[23:59:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false', 'None': 'true'}
[23:59:11] OVERRIDE raft.csv Empty Layers Only false
[23:59:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true'}
[23:59:11] OVERRIDE raft.csv Everywhere false
[23:59:11] {'Everywhere': 'false', 'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true'}
[23:59:11] OVERRIDE raft.csv Exterior Only false
[23:59:11] {'Everywhere': 'false', 'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true', 'Exterior Only': 'false'}
[23:59:11] OVERRIDE alteration.csv Name of Start File:
[23:59:11] {'Name of Start File:': ''}
[23:59:11] OVERRIDE alteration.csv Name of End File:
[23:59:11] {'Name of End File:': '', 'Name of Start File:': ''}
[23:59:11] OVERRIDE fill.csv Infill Solidity (ratio): 0.1
[23:59:11] {'Infill Solidity (ratio):': '0.1'}
[23:59:11] OVERRIDE speed.csv Feed Rate (mm/s): 80.0
[23:59:11] {'Feed Rate (mm/s):': '80.0'}
[23:59:11] OVERRIDE speed.csv Travel Feed Rate (mm/s): 150.0
[23:59:11] {'Travel Feed Rate (mm/s):': '150.0', 'Feed Rate (mm/s):': '80.0'}
[23:59:11] OVERRIDE speed.csv Flow Rate Setting (float): 80.0
[23:59:11] {'Flow Rate Setting (float):': '80.0', 'Travel Feed Rate (mm/s):': '150.0', 'Feed Rate (mm/s):': '80.0'}
[23:59:11] OVERRIDE dimension.csv Filament Diameter (mm): 1.82
[23:59:11] {'Filament Diameter (mm):': '1.82'}
[23:59:11] OVERRIDE carve.csv Edge Width over Height (ratio): 1.4814814814814814
[23:59:11] {'Edge Width over Height (ratio):': '1.4814814814814814'}
[23:59:11] OVERRIDE inset.csv Infill Width over Thickness (ratio): 1.4814814814814814
[23:59:11] {'Infill Width over Thickness (ratio):': '1.4814814814814814'}
[23:59:11] OVERRIDE carve.csv Layer Height (mm): 0.27
[23:59:11] {'Layer Height (mm):': '0.27', 'Edge Width over Height (ratio):': '1.4814814814814814'}
[23:59:11] OVERRIDE fill.csv Extra Shells on Alternating Solid Layer (layers): 1.0
[23:59:11] {'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[23:59:11] OVERRIDE fill.csv Extra Shells on Base (layers): 1.0
[23:59:11] {'Extra Shells on Base (layers):': '1.0', 'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[23:59:11] OVERRIDE fill.csv Extra Shells on Sparse Layer (layers): 1.0
[23:59:11] {'Extra Shells on Base (layers):': '1.0', 'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Extra Shells on Sparse Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[23:59:11] File G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again.STL is being chain exported.
[23:59:23] Traceback (most recent call last):
[23:59:23] File "skeinforge.py", line 634, in <module>
[23:59:23] main()
[23:59:23] File "skeinforge.py", line 629, in main
[23:59:23] writeOutput( ' '.join(args) )
[23:59:23] File "skeinforge.py", line 570, in writeOutput
[23:59:23] settings.startMainLoopFromWindow(repository.execute())
[23:59:23] File "skeinforge.py", line 594, in execute
[23:59:23] window = skeinforge_craft.writeOutput(fileName)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_utilities\skeinforge_craft.py", line 135, in writeOutput
[23:59:23] return pluginModule.writeOutput(fileName, shouldAnalyze)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_plugins\craft_plugins\export.py", line 275, in writeOutput
[23:59:23] gcodeText = skeinforge_craft.getChainTextFromProcedures(fileName, procedures[: -1], gcodeText)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_utilities\skeinforge_craft.py", line 44, in getChainTextFromProcedures
[23:59:23] text = craftModule.getCraftedText(fileName, text)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_plugins\craft_plugins\carve.py", line 127, in getCraftedText
[23:59:23] carving = svg_writer.getCarving(fileName)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\svg_writer.py", line 38, in getCarving
[23:59:23] return pluginModule.getCarving(fileName)
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 72, in getCarving
[23:59:23] addFacesGivenText( stlData, triangleMesh, vertexIndexTable )
[23:59:23] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 52, in addFacesGivenText
[23:59:23] vertexes.append( getVertexGivenLine(line) )
[23:59:23] MemoryError
[23:59:23] Unrecognized error code returned by Skeinforge.
[02:31:36] Loading G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again2.STL
[02:31:36] G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again2.STL
[02:44:35] gcode sourcereplicatorg.app.gcode.MutableGCodeSource@17ad30a
[02:46:10] printomatic 5D sf other
[02:46:11] Beginning toolpath generation.
[02:46:11] printomatic 5D sf 50
[02:46:11] OVERRIDE raft.csv Add Raft, Elevate Nozzle, Orbit: false
[02:46:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false'}
[02:46:11] OVERRIDE raft.csv None true
[02:46:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false', 'None': 'true'}
[02:46:11] OVERRIDE raft.csv Empty Layers Only false
[02:46:11] {'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true'}
[02:46:11] OVERRIDE raft.csv Everywhere false
[02:46:11] {'Everywhere': 'false', 'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true'}
[02:46:11] OVERRIDE raft.csv Exterior Only false
[02:46:11] {'Everywhere': 'false', 'Add Raft, Elevate Nozzle, Orbit:': 'false', 'Empty Layers Only': 'false', 'None': 'true', 'Exterior Only': 'false'}
[02:46:11] OVERRIDE alteration.csv Name of Start File:
[02:46:11] {'Name of Start File:': ''}
[02:46:11] OVERRIDE alteration.csv Name of End File:
[02:46:11] {'Name of End File:': '', 'Name of Start File:': ''}
[02:46:11] OVERRIDE fill.csv Infill Solidity (ratio): 0.1
[02:46:11] {'Infill Solidity (ratio):': '0.1'}
[02:46:11] OVERRIDE speed.csv Feed Rate (mm/s): 80.0
[02:46:11] {'Feed Rate (mm/s):': '80.0'}
[02:46:11] OVERRIDE speed.csv Travel Feed Rate (mm/s): 150.0
[02:46:11] {'Travel Feed Rate (mm/s):': '150.0', 'Feed Rate (mm/s):': '80.0'}
[02:46:11] OVERRIDE speed.csv Flow Rate Setting (float): 80.0
[02:46:11] {'Flow Rate Setting (float):': '80.0', 'Travel Feed Rate (mm/s):': '150.0', 'Feed Rate (mm/s):': '80.0'}
[02:46:11] OVERRIDE dimension.csv Filament Diameter (mm): 1.82
[02:46:11] {'Filament Diameter (mm):': '1.82'}
[02:46:11] OVERRIDE carve.csv Edge Width over Height (ratio): 1.4814814814814814
[02:46:11] {'Edge Width over Height (ratio):': '1.4814814814814814'}
[02:46:11] OVERRIDE inset.csv Infill Width over Thickness (ratio): 1.4814814814814814
[02:46:11] {'Infill Width over Thickness (ratio):': '1.4814814814814814'}
[02:46:11] OVERRIDE carve.csv Layer Height (mm): 0.27
[02:46:11] {'Layer Height (mm):': '0.27', 'Edge Width over Height (ratio):': '1.4814814814814814'}
[02:46:11] OVERRIDE fill.csv Extra Shells on Alternating Solid Layer (layers): 1.0
[02:46:11] {'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[02:46:11] OVERRIDE fill.csv Extra Shells on Base (layers): 1.0
[02:46:11] {'Extra Shells on Base (layers):': '1.0', 'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[02:46:11] OVERRIDE fill.csv Extra Shells on Sparse Layer (layers): 1.0
[02:46:11] {'Extra Shells on Base (layers):': '1.0', 'Extra Shells on Alternating Solid Layer (layers):': '1.0', 'Extra Shells on Sparse Layer (layers):': '1.0', 'Infill Solidity (ratio):': '0.1'}
[02:46:11] File G:\Library Data Other\Downloads\CNC Stuff\LIthos\Wild 001again2.STL is being chain exported.
[02:46:42] Traceback (most recent call last):
[02:46:42] File "skeinforge.py", line 634, in <module>
[02:46:42] main()
[02:46:42] File "skeinforge.py", line 629, in main
[02:46:42] writeOutput( ' '.join(args) )
[02:46:42] File "skeinforge.py", line 570, in writeOutput
[02:46:42] settings.startMainLoopFromWindow(repository.execute())
[02:46:42] File "skeinforge.py", line 594, in execute
[02:46:42] window = skeinforge_craft.writeOutput(fileName)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_utilities\skeinforge_craft.py", line 135, in writeOutput
[02:46:42] return pluginModule.writeOutput(fileName, shouldAnalyze)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_plugins\craft_plugins\export.py", line 275, in writeOutput
[02:46:42] gcodeText = skeinforge_craft.getChainTextFromProcedures(fileName, procedures[: -1], gcodeText)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_utilities\skeinforge_craft.py", line 44, in getChainTextFromProcedures
[02:46:42] text = craftModule.getCraftedText(fileName, text)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\skeinforge_application\skeinforge_plugins\craft_plugins\carve.py", line 127, in getCraftedText
[02:46:42] carving = svg_writer.getCarving(fileName)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\svg_writer.py", line 38, in getCarving
[02:46:42] return pluginModule.getCarving(fileName)
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 75, in getCarving
[02:46:42] addFacesGivenBinary( stlData, triangleMesh, vertexIndexTable )
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 44, in addFacesGivenBinary
[02:46:42] addFacesGivenVertexes( triangleMesh, vertexIndexTable, vertexes )
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 58, in addFacesGivenVertexes
[02:46:42] triangleMesh.faces.append( getFaceGivenLines( triangleMesh, vertexIndex, vertexIndexTable, vertexes ) )
[02:46:42] File "C:\Users\Stephen\Documents\ReplicatorG\replicatorg-0040r9-Sailfish\skein_engines\skeinforge-50\fabmetheus_utilities\fabmetheus_tools\interpret_plugins\stl.py", line 89, in getFaceGivenLines
[02:46:42] triangleMesh.vertexes.append(vertex)
[02:46:42] MemoryError
[02:46:44] Unrecognized error code returned by Skeinforge.