Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.04 KB

3DPrinting - Slice Supporter

FOSSA Status

A program to analyse models for DLP (Resin) 3D printers after slicing to check for islands and add supports where appropriate.

Requirements

  • Up to date Java installation (version 15+ recommended)
  • 1GB free disk space

Recommendations

  • Modern Processor
  • 8GB of memory (allocate this to the JVM with argument -Xmx8g)
  • Latest version of PrusaSlicer for slicing to SL1

Usage

  • Execute the .jar with the command
     java -Xmx8g -jar SliceSupporter.jar YOURFILEHERE.sl1
  • Provide your sl1 filename when prompted if you did not provide it on the command line
  • Program will analyse the file for unsupported regions in the model
  • Supports will be added to the model to resolve issues
  • A new supported file will be outputted in the same directory as the program with SUPPORTED appended to the end.