WIP Tree Supports: Updated copyright
This commit is contained in:
parent
b74fde237d
commit
4c41311df3
@ -254,6 +254,10 @@ set(SLIC3R_SOURCES
|
|||||||
Technologies.hpp
|
Technologies.hpp
|
||||||
Tesselate.cpp
|
Tesselate.cpp
|
||||||
Tesselate.hpp
|
Tesselate.hpp
|
||||||
|
TreeSupport.cpp
|
||||||
|
TreeSupport.hpp
|
||||||
|
TreeModelVolumes.cpp
|
||||||
|
TreeModelVolumes.hpp
|
||||||
TriangleMesh.cpp
|
TriangleMesh.cpp
|
||||||
TriangleMesh.hpp
|
TriangleMesh.hpp
|
||||||
TriangleMeshSlicer.cpp
|
TriangleMeshSlicer.cpp
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
//Copyright (c) 2021 Ultimaker B.V.
|
// Tree supports by Thomas Rahm, losely based on Tree Supports by CuraEngine.
|
||||||
//CuraEngine is released under the terms of the AGPLv3 or higher.
|
// Original source of Thomas Rahm's tree supports:
|
||||||
|
// https://github.com/ThomasRahm/CuraEngine
|
||||||
|
//
|
||||||
|
// Original CuraEngine copyright:
|
||||||
|
// Copyright (c) 2021 Ultimaker B.V.
|
||||||
|
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
#include "TreeModelVolumes.h"
|
#include "TreeModelVolumes.h"
|
||||||
#include "TreeSupport.h"
|
#include "TreeSupport.h"
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
//Copyright (c) 2021 Ultimaker B.V.
|
// Tree supports by Thomas Rahm, losely based on Tree Supports by CuraEngine.
|
||||||
//CuraEngine is released under the terms of the AGPLv3 or higher.
|
// Original source of Thomas Rahm's tree supports:
|
||||||
|
// https://github.com/ThomasRahm/CuraEngine
|
||||||
|
//
|
||||||
|
// Original CuraEngine copyright:
|
||||||
|
// Copyright (c) 2021 Ultimaker B.V.
|
||||||
|
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
#ifndef TREEMODELVOLUMES_H
|
#ifndef TREEMODELVOLUMES_H
|
||||||
#define TREEMODELVOLUMES_H
|
#define TREEMODELVOLUMES_H
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
// Copyright (c) 2019 Ultimaker B.V.
|
// Tree supports by Thomas Rahm, losely based on Tree Supports by CuraEngine.
|
||||||
|
// Original source of Thomas Rahm's tree supports:
|
||||||
|
// https://github.com/ThomasRahm/CuraEngine
|
||||||
|
//
|
||||||
|
// Original CuraEngine copyright:
|
||||||
|
// Copyright (c) 2021 Ultimaker B.V.
|
||||||
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
#include "TreeSupport.h"
|
#include "TreeSupport.h"
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
// Copyright (c) 2017 Ultimaker B.V.
|
// Tree supports by Thomas Rahm, losely based on Tree Supports by CuraEngine.
|
||||||
|
// Original source of Thomas Rahm's tree supports:
|
||||||
|
// https://github.com/ThomasRahm/CuraEngine
|
||||||
|
//
|
||||||
|
// Original CuraEngine copyright:
|
||||||
|
// Copyright (c) 2021 Ultimaker B.V.
|
||||||
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
// CuraEngine is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
#ifndef TREESUPPORT_H
|
#ifndef TREESUPPORT_H
|
||||||
|
Loading…
Reference in New Issue
Block a user