Error in slicing

Hi! I've a problem in slicing a big stl file (50 MB).
I'm using Cura from Repetier. When the progress bar is complete the system report an error and no G-code is generated.
The error is:

System.OutOfMemoryException: Generata eccezione di tipo
'System.OutOfMemoryException'.
in System.String.ReplaceInternal(String oldValue, String newValue)
in System.String.Replace(String oldValue, String newValue)
in RepetierHost.view.RepetierEditor.set_Text(String value)
in RepetierHost.view.RepetierEditor.setContent(String text)
in RepetierHost.Main.LoadGCode(String file)

Currently i've set the visualization settings su deactivate filament visualizzation ("disattiva visualizzazione filamento" in the Italian version) but i've the same error.
I'm using Repetier-Host 2.0 on Windows 7 32 bit with 4 GB RAM.
In Windows 10 with 16 GB RAM i haven't this problem... but i'm using the 3d printer with the previous configuration. How can I resolve this problem? Thank you

Comments

  • Slicing did work but loading result into editor was not possible for memory reasons as you might have guessed. Depending on your slicer settings such gcode files can get very big and adding view data even more.

    The only solution to print the file is to use Repetier-Server as print daemon. Server does not care about gcode length and can print any size that fits on disk. You could slice and check it on your 16GB windows and use the server connector to send it directly from there to repetier-server on your W7 system for printing.
  • Thank you very much for your answer.

Sign In or Register to comment.