mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
ENH: remove tbb simplify in gcode export
Useless after importing AABB tree. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Iaec9bef4a2a6bc4d097c6fd75720cb69d9cf314f
This commit is contained in:
parent
db86541df7
commit
1278cbf461
4 changed files with 1 additions and 26 deletions
|
@ -76,8 +76,6 @@ static constexpr double BRIDGE_INFILL_MARGIN = 1;
|
|||
//inline coord_t scale_(coordf_t v) { return coord_t(floor(v / SCALING_FACTOR + 0.5f)); }
|
||||
#define scale_(val) ((val) / SCALING_FACTOR)
|
||||
#define unscale_(val) ((val) * SCALING_FACTOR)
|
||||
//BBS
|
||||
static constexpr double SIMPLIFY_SLICES_RESOLUTION = 0.1;
|
||||
|
||||
//BBS: BBS only support relative E and can't been changed by user at the moment. because
|
||||
//BBS need to support skip object when printing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue