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

Class GcodeControls

lab/fullcontrol/multiaxis/gcode/XYZBC/controls.py:7–11  ·  view source on GitHub ↗

control to adjust the style and initialization of the gcode

Source from the content-addressed store, hash-verified

5
6
7class GcodeControls(BaseModel):
8 'control to adjust the style and initialization of the gcode'
9 bc_intercept: Optional[Point] = Point(x=0, y=0, z=0)
10 initialization_data: Optional[dict] = {} # values passed for initialization_data overwrite the default initialization_data of the printer
11 save_as: Optional[str] = None

Callers 1

gcodeFunction · 0.90

Calls 1

PointClass · 0.70

Tested by

no test coverage detected