- in Cutout Plugin simplified the UI

- Gerber Extra Buffering is now OFf by default. For those cases where the Gerber file is not rendered correctly it will need to be activated. It has a performance penalty so it will no longer be enabled by default for everybody.
This commit is contained in:
Marius Stanciu
2021-09-28 06:15:15 +03:00
committed by Marius
parent 0232ec5d2f
commit 36c0b94d3a
3 changed files with 43 additions and 34 deletions

View File

@@ -168,7 +168,7 @@ class FlatCAMDefaults:
"gerber_circle_steps": 16,
"gerber_use_buffer_for_union": True,
"gerber_clean_apertures": True,
"gerber_extra_buffering": True,
"gerber_extra_buffering": False,
"gerber_plot_fill": '#BBF268BF',
"gerber_plot_line": '#006E20BF',