(modal)
| 649 | return toolpath; |
| 650 | } |
| 651 | setModal(modal) { |
| 652 | this.modal = { |
| 653 | ...this.modal, |
| 654 | ...modal |
| 655 | }; |
| 656 | return this.modal; |
| 657 | } |
| 658 | isMetricUnits() { // mm |
| 659 | return this.modal.units === 'G21'; |
| 660 | } |
no outgoing calls
no test coverage detected