Controls to adjust the language/format of a generated set of instructions (i.e. machine control code)
| 4 | |
| 5 | |
| 6 | class CodeControls(BaseModel): |
| 7 | ''' Controls to adjust the language/format of a generated set of instructions (i.e. machine control code)''' |
| 8 | code_format: Optional[str] = None |
| 9 | controls: Optional[GcodeControls] = None |
| 10 | filename: Optional[str] = 'my_design' |