Fix various typos
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@
|
||||
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
||||
| Preflight Checks | Catch and flag obvious problems before generating output | Sanity check can catch some errors. Requires running the check manually. |
|
||||
| Post-Processor Customization | Control modal vs explicit axes, tool change blocks, headers/footers | Customization with flags in the Job output tab. Posts are inconsistent. |
|
||||
| Advanced Customizatoin | Allow customization of output beyond the trivial. Allow customizing the post with an editing/customization tool | Requires editing the python file.<br>Requires copying the post file to a specific location. Clunky and unintuitive |
|
||||
| Advanced Customization | Allow customization of output beyond the trivial. Allow customizing the post with an editing/customization tool | Requires editing the python file.<br>Requires copying the post file to a specific location. Clunky and unintuitive |
|
||||
| Subprogram Support | Generate G-code with subprograms and subroutines | NONE |
|
||||
| Setup Page Generation | Instructions, checklists, warnings, and errors for the operator | DONE |
|
||||
| G-code Decomposition | Break arcs/canned cycles into linear segments or explicit moves | NONE |
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
| Feature | Description | Assessment |
|
||||
| ---------------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Toolpath Visualization | Display toolpath in context of model and stock | Done. Arrow indicators on segments are too small to be useful. |
|
||||
| Toolpath Inspection | Allow user to inspect/explore segments of the toolpath | Done. <br>Inspection shows the raw internal comands for the segments. These commands are not in the correct unit schema and do not reflect the postprocessed code. |
|
||||
| Toolpath Inspection | Allow user to inspect/explore segments of the toolpath | Done. <br>Inspection shows the raw internal commands for the segments. These commands are not in the correct unit schema and do not reflect the postprocessed code. |
|
||||
| | | |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user