Move external_perimeters_first to PrintRegionConfig

This commit is contained in:
Alessandro Ranellucci 2014-06-11 22:15:28 +02:00
parent e158d1e612
commit 34750d47fe
4 changed files with 7 additions and 5 deletions

View file

@ -126,6 +126,7 @@ PrintConfigDef::build_def() {
Options["external_perimeters_first"].type = coBool;
Options["external_perimeters_first"].label = "External perimeters first";
Options["external_perimeters_first"].category = "Layers and Perimeters";
Options["external_perimeters_first"].tooltip = "Print contour perimeters from the outermost one to the innermost one instead of the default inverse order.";
Options["external_perimeters_first"].cli = "external-perimeters-first!";