vrml export: fix line min width to 0.05mm (instead of 0.12mm)

This commit is contained in:
jean-pierre charras 2018-04-26 10:02:48 +02:00
parent 888c434776
commit 7a923ab969
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#include <zone_filler.h> #include <zone_filler.h>
// minimum width (mm) of a VRML line // 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) // offset for art layers, mm (silk, paste, etc)
#define ART_OFFSET 0.025 #define ART_OFFSET 0.025