MCPcopy Create free account
hub / github.com/Klipper3d/klipper / create_gcode_command

Method create_gcode_command

klippy/gcode.py:233–234  ·  view source on GitHub ↗
(self, command, commandline, params)

Source from the content-addressed store, hash-verified

231 def get_mutex(self):
232 return self.mutex
233 def create_gcode_command(self, command, commandline, params):
234 return GCodeCommand(self, command, commandline, params, False)
235 # Response handling
236 def respond_raw(self, msg):
237 for cb in self.output_callbacks:

Callers 9

cmd_G28Method · 0.80
apply_paramsMethod · 0.80
cmd_O31Method · 0.80
cmd_PROBE_ACCURACYMethod · 0.80
__init__Method · 0.80
_manual_probe_startMethod · 0.80
_handle_dump_requestMethod · 0.80
run_testMethod · 0.80
planArcMethod · 0.80

Calls 1

GCodeCommandClass · 0.85

Tested by 1

run_testMethod · 0.64