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

Method get_command_parameters

klippy/gcode.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 def get_commandline(self):
26 return self._commandline
27 def get_command_parameters(self):
28 return self._params
29 def get_raw_command_parameters(self):
30 command = self._command
31 origline = self._commandline

Callers 10

cmd_SET_INPUT_SHAPERMethod · 0.80
cmd_G1Method · 0.80
cmdMethod · 0.80
cmd_G28Method · 0.80
cmd_PROBE_ACCURACYMethod · 0.80
set_templateMethod · 0.80
update_configMethod · 0.80
dump_calibrationMethod · 0.80
perform_rapid_scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected