mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-21 04:24:24 +08:00
Modified Original Prusa XL geometry - increased hose and enclosure height
This commit is contained in:
parent
db66335ee9
commit
ba506413f8
@ -206,14 +206,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"height": "180",
|
||||
"height": "220",
|
||||
"type": "box",
|
||||
"polygons": [
|
||||
"-400,-400;400,-400;400,10;-400,10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"height": "220",
|
||||
"height": "280",
|
||||
"type": "box",
|
||||
"polygons": [
|
||||
"-400,-400;400,-400;400,400;-400,400"
|
||||
|
@ -9067,7 +9067,7 @@ bool optimize_ConsequentialWeakPolygonNonoverlappingBinaryCentered(z3::solver
|
||||
coord_t box_min_y = (half_y_max + half_y_min) / 2;
|
||||
coord_t box_max_y = solver_configuration.plate_bounding_box.max.y() - box_min_y;
|
||||
*/
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
{
|
||||
printf("BBX: %d, %d, %d, %d\n", box_min_x, box_max_x, box_min_y, box_max_y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user