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

Class GcodeControls

lab/fullcontrol/multiaxis/gcode/XYZB/controls.py:7–15  ·  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 # offset of axis-of-rotation relative to nozzle in x (positive if axis is in the positive x direction from the nozzle tip) when B=0
10 b_offset_x: Optional[float] = 0
11 # offset of axis-of-rotation relative to nozzle in z (positive if axis is in the positive z direction from the nozzle tip) when B=0
12 b_offset_z: Optional[float] = None
13 # values passed for initialization_data overwrite the default initialization_data of the printer
14 initialization_data: Optional[dict] = {}
15 save_as: Optional[str] = None

Callers 2

transformFunction · 0.90
gcodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected