mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:45:53 +08:00
Decrease quality of preview meshes to improve processing time
This commit is contained in:
parent
743d431574
commit
e8faa71fcf
@ -138,7 +138,7 @@ indexed_triangle_set SLAPrint::Steps::generate_preview_vdb(
|
||||
bench.start();
|
||||
|
||||
// update preview mesh
|
||||
double vscale = 1. / po.m_config.layer_height.getFloat();
|
||||
double vscale = 1. / (1.5 * po.m_config.layer_height.getFloat());
|
||||
auto voxparams = csg::VoxelizeParams{}
|
||||
.voxel_scale(vscale)
|
||||
.exterior_bandwidth(1.f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user