- in Solderpast Plugin fixed the GCode generation; make sure that if no object is selected then the first Gerber object is autoselected
- in Solderpaste Plugin fixed the CNCJob plotting - in Solderpaste Plugin added a new parameter 'Margin' which allows reducing how much solderpaste is added and therefore adding a space between the solderpaste and the pad boundary - all CNCJob objects generated by the Solderpaste plugin now have the GCode saved as source_code which can be saved also from the CNCJob object context menu, and edited
This commit is contained in:
@@ -650,6 +650,7 @@ class AppDefaults:
|
||||
# SolderPaste Tool
|
||||
"tools_solderpaste_tools": "1.0, 0.3",
|
||||
"tools_solderpaste_new": 0.3,
|
||||
"tools_solderpaste_margin": 0.0,
|
||||
"tools_solderpaste_z_start": 0.05,
|
||||
"tools_solderpaste_z_dispense": 0.1,
|
||||
"tools_solderpaste_z_stop": 0.05,
|
||||
|
||||
Reference in New Issue
Block a user