mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: add Generic HIPS
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I0fd861db6137c39f59630ae443661ddeb7a7b060
This commit is contained in:
parent
9b2e13a0fa
commit
1368501508
9 changed files with 161 additions and 9 deletions
|
@ -3490,7 +3490,7 @@ std::string GCode::extrude_loop(ExtrusionLoop loop, std::string description, dou
|
|||
// if polyline was shorter than the clipping distance we'd get a null polyline, so
|
||||
// we discard it in that case
|
||||
double clip_length = m_enable_loop_clipping ?
|
||||
scale_(EXTRUDER_CONFIG(nozzle_diameter)) * m_config.seam_gap.value :
|
||||
scale_(EXTRUDER_CONFIG(nozzle_diameter)) * ( m_config.seam_gap.value / 100 ) :
|
||||
0;
|
||||
|
||||
// get paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue