- Tcl Command Follow - fixed to work in the new configuration
- Etch Compensation Tool - added a new etchant: alkaline baths
This commit is contained in:
@@ -796,7 +796,7 @@ class GerberObject(FlatCAMObj, Gerber):
|
|||||||
|
|
||||||
def follow_init(follow_obj, app):
|
def follow_init(follow_obj, app):
|
||||||
# Propagate options
|
# Propagate options
|
||||||
follow_obj.options["cnctooldia"] = str(self.options["isotooldia"])
|
follow_obj.options["cnctooldia"] = str(self.app.defaults["tools_iso_tooldia"])
|
||||||
follow_obj.solid_geometry = self.follow_geometry
|
follow_obj.solid_geometry = self.follow_geometry
|
||||||
|
|
||||||
# TODO: Do something if this is None. Offer changing name?
|
# TODO: Do something if this is None. Offer changing name?
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ class ToolEtchCompensation(AppTool):
|
|||||||
)
|
)
|
||||||
self.etchants_combo = FCComboBox(callback=self.confirmation_message)
|
self.etchants_combo = FCComboBox(callback=self.confirmation_message)
|
||||||
self.etchants_combo.setObjectName(_("Etchants"))
|
self.etchants_combo.setObjectName(_("Etchants"))
|
||||||
self.etchants_combo.addItems(["CuCl2", "Fe3Cl"])
|
self.etchants_combo.addItems(["CuCl2", "Fe3Cl", _("Alkaline baths")])
|
||||||
|
|
||||||
grid0.addWidget(self.etchants_label, 18, 0)
|
grid0.addWidget(self.etchants_label, 18, 0)
|
||||||
grid0.addWidget(self.etchants_combo, 18, 1)
|
grid0.addWidget(self.etchants_combo, 18, 1)
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ CHANGELOG for FlatCAM beta
|
|||||||
|
|
||||||
- Tcl Shell - added a button to delete the content of the active line
|
- Tcl Shell - added a button to delete the content of the active line
|
||||||
- Tcl Command Isolate - fixed to work in the new configuration
|
- Tcl Command Isolate - fixed to work in the new configuration
|
||||||
|
- Tcl Command Follow - fixed to work in the new configuration
|
||||||
|
- Etch Compensation Tool - added a new etchant: alkaline baths
|
||||||
|
|
||||||
1.06.2020
|
1.06.2020
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user