mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Ported from the playground branch. Various documentation and optimization.
This commit is contained in:
parent
a5b7f14dfa
commit
620c6c7378
38 changed files with 586 additions and 92 deletions
|
@ -23,6 +23,10 @@
|
|||
// We want our version of assert.
|
||||
#include "../libslic3r.h"
|
||||
|
||||
#ifndef myassert
|
||||
#define myassert assert
|
||||
#endif
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
#ifndef clamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue