diff --git a/pcbnew/exporters/export_vrml.cpp b/pcbnew/exporters/export_vrml.cpp index 635408e4b6..ec8f85aeae 100644 --- a/pcbnew/exporters/export_vrml.cpp +++ b/pcbnew/exporters/export_vrml.cpp @@ -54,7 +54,7 @@ #include // minimum width (mm) of a VRML line -#define MIN_VRML_LINEWIDTH 0.12 +#define MIN_VRML_LINEWIDTH 0.05 // previously 0.12 // offset for art layers, mm (silk, paste, etc) #define ART_OFFSET 0.025