- some fixes in the Legacy(2D) graphic mode regarding the possibility of changing the color of the Gerber objects
- added a method to darken the outline color for Gerber objects when they have the color set - when Printing as PDF Gerber objects now the rendered color is the print color
This commit is contained in:
@@ -656,8 +656,8 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
self.menuproject_green = self.menuprojectcolor.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/green32.png'), _('Green'))
|
||||
|
||||
self.menuproject_violet = self.menuprojectcolor.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/violet32.png'), _('Violet'))
|
||||
self.menuproject_purple = self.menuprojectcolor.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/violet32.png'), _('Purple'))
|
||||
|
||||
self.menuproject_brown = self.menuprojectcolor.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/brown32.png'), _('Brown'))
|
||||
|
||||
Reference in New Issue
Block a user