mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Improve performance when bed are large
This commit is contained in:
parent
98caf561ef
commit
8f77755535
3 changed files with 13 additions and 10 deletions
|
@ -40,7 +40,7 @@
|
|||
using coord_t = int32_t;
|
||||
#else
|
||||
//FIXME At least FillRectilinear2 and std::boost Voronoi require coord_t to be 32bit.
|
||||
typedef int64_t coord_t;
|
||||
using coord_t = int64_t;
|
||||
#endif
|
||||
|
||||
using coordf_t = double;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue