Put the slicing configuration files in their own folder

updated copy write date
added bsd to a few files
Made the mapping to slice engines more procedural to support more engines.
This commit is contained in:
larsbrubaker 2014-02-15 18:06:03 -08:00
parent ca60d24c0d
commit 263e2325f5
47 changed files with 902 additions and 552 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright (c) 2013, Lars Brubaker
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -39,6 +39,7 @@ using MatterHackers.Agg;
using MatterHackers.Agg.Image;
using MatterHackers.Agg.UI;
using MatterHackers.Agg.OpenGlGui;
using MatterHackers.MatterControl.SlicerConfiguration;
using MatterHackers.PolygonMesh;
using MatterHackers.RenderOpenGl;
using MatterHackers.VectorMath;