mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
FIX: Adjust step file import precision
STUDIO-3092 Change-Id: I0a96b255f3e387bd2c9dc0b6b3a3c6131d617cc3
This commit is contained in:
parent
2cbcf39604
commit
2d3f1c7d92
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "TopExp_Explorer.hxx"
|
||||
#include "BRep_Tool.hxx"
|
||||
|
||||
const double STEP_TRANS_CHORD_ERROR = 0.0025;
|
||||
const double STEP_TRANS_CHORD_ERROR = 0.003;
|
||||
const double STEP_TRANS_ANGLE_RES = 0.5;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue