mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: promote the precision when transfer step to mesh
Previous precision is not enough, and some mesh is not of good quality. This is handling for github issue #825 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I68901b41c1a3279c61678dbbcc93c887020f18a7
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#include "TopExp_Explorer.hxx"
|
||||
#include "BRep_Tool.hxx"
|
||||
|
||||
const double STEP_TRANS_CHORD_ERROR = 0.005;
|
||||
const double STEP_TRANS_ANGLE_RES = 1;
|
||||
const double STEP_TRANS_CHORD_ERROR = 0.0025;
|
||||
const double STEP_TRANS_ANGLE_RES = 0.5;
|
||||
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
Reference in New Issue
Block a user