Exemplo n.º 1
0
 public SLSPrintGenerator(PrintMeshAssembly meshes,
                          PlanarSliceStack slices,
                          PrintProfileFFF settings,
                          IThreeAxisLaserCompiler compiler)
 {
     Initialize(meshes, slices, settings, compiler);
 }
Exemplo n.º 2
0
 public void Initialize(PrintMeshAssembly meshes,
                        PlanarSliceStack slices,
                        PrintProfileFFF settings,
                        IThreeAxisLaserCompiler compiler)
 {
     PrintMeshes = meshes;
     Slices      = slices;
     Settings    = settings;
     Compiler    = compiler;
 }