mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-31 16:08:43 +03:00
update infill overlap
This commit is contained in:
@@ -116,7 +116,9 @@ static const t_config_enum_values s_keys_map_InfillPattern {
|
||||
{ "octagramspiral", ipOctagramSpiral },
|
||||
{ "adaptivecubic", ipAdaptiveCubic },
|
||||
{ "supportcubic", ipSupportCubic },
|
||||
{ "lightning", ipLightning }
|
||||
{ "lightning", ipLightning },
|
||||
//w14
|
||||
{ "concentricInternal", ipConcentricInternal }
|
||||
};
|
||||
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(InfillPattern)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user