MCPcopy Create free account
hub / github.com/FullControlXYZ/fullcontrol / CodeControls

Class CodeControls

lab/fullcontrol/controlcode_formats/controls.py:6–10  ·  view source on GitHub ↗

Controls to adjust the language/format of a generated set of instructions (i.e. machine control code)

Source from the content-addressed store, hash-verified

4
5
6class 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'

Callers 1

transformFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected