mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
support Prusa XL
This commit is contained in:
parent
f59c70a7fc
commit
0b8515ed20
5 changed files with 21 additions and 19 deletions
|
@ -61,6 +61,9 @@ static constexpr double SCALING_FACTOR_INTERNAL = 0.000001;
|
|||
static constexpr double SCALING_FACTOR_INTERNAL_LARGE_PRINTER = 0.00001;
|
||||
static constexpr double LARGE_BED_THRESHOLD = 2147;
|
||||
|
||||
// Orca: maximum number of extruders is 64. For SEMM printers, it defines maximum filament number.
|
||||
static constexpr size_t MAXIMUM_EXTRUDER_NUMBER = 64;
|
||||
|
||||
extern double SCALING_FACTOR;
|
||||
// for creating circles (for brim_ear)
|
||||
#define POLY_SIDES 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue