- 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user