mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
update infill overlap
This commit is contained in:
@@ -52,6 +52,8 @@ Fill* Fill::new_from_type(const InfillPattern type)
|
||||
case ipSupportBase: return new FillSupportBase();
|
||||
case ipLightning: return new FillLightning::Filler();
|
||||
case ipEnsuring: return new FillEnsuring();
|
||||
//w14
|
||||
case ipConcentricInternal: return new FillConcentric();
|
||||
default: throw Slic3r::InvalidArgument("unknown type");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user