mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Documented the purpose of various perl modules.
This commit is contained in:
parent
55218c8c4d
commit
4c67230436
25 changed files with 78 additions and 2 deletions
|
@ -116,6 +116,8 @@ PerimeterGenerator::process()
|
|||
*/
|
||||
}
|
||||
} else {
|
||||
//FIXME Is this offset correct if the line width of the inner perimeters differs
|
||||
// from the line width of the infill?
|
||||
coord_t distance = (i == 1) ? ext_pspacing2 : pspacing;
|
||||
|
||||
if (this->config->thin_walls) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue