Markus Lampert
b182d7b169
Fixed some pylint issues and whitelisted some
2019-11-28 17:31:36 -08:00
Markus Lampert
012732e446
Renamed BitTemplate to BitShape for clarity
2019-11-28 17:31:36 -08:00
Markus Lampert
a525a9bad3
Remove ToolBit as valid base objects for Jobs
2019-11-28 17:31:36 -08:00
Markus Lampert
7bfb0fde68
Added arbitrary attributes to ToolBit - currently re-creating the existing ones.
2019-11-28 17:31:36 -08:00
Markus Lampert
d868a51387
Fixed tool visibility on TC creation
2019-11-28 17:31:36 -08:00
Markus Lampert
a2b99701e6
Fixed creating a ToolBit
2019-11-28 17:31:36 -08:00
Markus Lampert
4230af991e
Added JobTemplate support for ToolBit
2019-11-28 17:31:36 -08:00
Markus Lampert
d46536c21e
Invoke TC.onDelete when deleting a job
2019-11-28 17:31:36 -08:00
Markus Lampert
4c473a61dd
Hide ToolBit by default if managed by a ToolController
2019-11-28 17:31:36 -08:00
Markus Lampert
308c1f94c7
Delete ToolBit if ToolController is deleted
2019-11-28 17:31:36 -08:00
Markus Lampert
aa5e7fe29a
Added ToolBit library commands
2019-11-28 17:31:36 -08:00
Markus Lampert
18f3872188
Fixed horizontal headers and removed obsolete test slots
2019-11-28 17:31:36 -08:00
Markus Lampert
cb8c847fb9
Fixed ToolBitLibrary json format
2019-11-28 17:31:36 -08:00
Markus Lampert
fd629dfc0d
Added library commands and drag&drop for rearranging and copying of tools
2019-11-28 17:31:36 -08:00
Markus Lampert
09b406c223
Added getting/loading of multiple tools
2019-11-28 17:31:36 -08:00
Markus Lampert
26eabc04d1
Basic ToolBitLibrary edit dialog
2019-11-28 17:31:36 -08:00
Markus Lampert
f7dc3f65b9
Use same ToolNumber if TC is for identical Tool as another TC in the same job.
2019-11-28 17:31:36 -08:00
Markus Lampert
159a6350f3
Assign unique ToolNumber to newly created TC
2019-11-28 17:31:36 -08:00
Markus Lampert
7f4ad01bd2
Fixed Deburr op and v-bit template to communicate properly
2019-11-28 17:31:36 -08:00
Markus Lampert
75272f20a5
Ignore distance check when copying holding tags
2019-11-28 17:31:35 -08:00
Markus Lampert
296058d6dd
Added ToolController creation
2019-11-28 17:31:35 -08:00
Markus Lampert
a6ce76c586
Basic ToolBitSelector dialog
2019-11-28 17:31:35 -08:00
Markus Lampert
2670895496
Added loading of existing ToolBits
2019-11-28 17:31:35 -08:00
Markus Lampert
21d7a1df31
Added save and save as menu to ToolBit
2019-11-28 17:31:35 -08:00
Markus Lampert
7a46335211
Added command to create a ToolBit
2019-11-28 17:31:35 -08:00
Markus Lampert
b50b74fb07
Fixed typo
2019-11-28 17:31:35 -08:00
Markus Lampert
3a23ea25bb
Added search path and preferences support for tools
2019-11-28 17:31:35 -08:00
Markus Lampert
9178c670c4
Add support for ToolBit to ToolController
2019-11-28 17:31:35 -08:00
markus
8a3694efc4
Added storing and loading of tools in json files
2019-11-28 17:31:35 -08:00
markus
ba769396be
Load template during editing but unload it afterwards
2019-11-28 17:31:35 -08:00
Markus Lampert
35275d3a8d
Added editing functionality to the tool editor
2019-11-28 17:31:35 -08:00
Markus Lampert
a4d5ab37c7
Set property editor mode on creation.
2019-11-28 17:31:35 -08:00
Markus Lampert
cf8c0fadd1
Basic editor and shape update.
2019-11-28 17:31:35 -08:00
Markus Lampert
eecb2651fc
Fixed circular dependency for boundary dressup
2019-11-10 20:19:52 -08:00
Markus Lampert
4a897d3f4f
Fixed typo in onDelete
2019-11-05 19:18:39 -08:00
Markus Lampert
421e50ae87
PathBoundary editor filled with life.
2019-11-05 19:18:39 -08:00
Markus Lampert
a27a00064a
Added boundary dressup to restrict path to another shape.
2019-11-05 19:18:39 -08:00
Gabriel Wicke
5a055fec0d
[path] Fix ignoreWasteFlag option
...
The code was trying to iterate over a `range(0, pntsPerLine)`, but
pntsPerLine was a float resulting from a division.
Convert pntsPerLine to an int, and only ignore waste if this was
successful.
2019-11-01 17:12:42 -03:00
luz.paz
1bc33025d6
LGTM: various fixes for using string operator instead of numeric
2019-10-25 10:33:12 -03:00
Markus Lampert
453f80f71a
Added support for copying holding tags from another holding tags dressup.
2019-10-15 23:44:37 -07:00
Markus Lampert
4dc50edf55
Fixed holding tags restore
2019-10-14 11:11:16 -07:00
Markus Lampert
641f615bf5
Restrict loading of ocl and PathSurface to enabling experimental features.
2019-10-14 10:09:05 -07:00
Markus Lampert
6e38c10862
Prevent endless loop through negative step down values in engraver.
2019-09-27 14:18:43 +02:00
markus
4230fe5f98
Fixed engrave for non-closed wires for multi step down ops
2019-09-27 14:18:27 +02:00
sliptonic
644fb4739d
Merge pull request #2503 from Russ4262/fix_pocketshape_popup
...
[Path] Fix PocketShape pop-up warning window issue
2019-09-24 15:36:23 -05:00
luz.paz
a8b1c56fe8
fix misc. source comment typos
...
Found via `codespell`
2019-09-18 21:07:12 +02:00
Daniel Wood
dad96e2713
fix typo
2019-09-10 14:27:49 +02:00
Daniel Wood
3b4c5549e8
Don't try deleting tool tables when none exist.
2019-09-09 20:26:55 +01:00
Daniel Wood
bdf929533f
Make sure the tool current tool table gets set.
2019-09-09 20:19:46 +01:00
Daniel Wood
4858d917b1
Check there is preference data before attemping to load it.
2019-09-09 18:52:47 +01:00