Skip to content

Commit da299e5

Browse files
committed
fix comment
1 parent 364d0f8 commit da299e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyGCodeDecode/gcode_interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __init__(
142142
143143
Args:
144144
gcode_path: (Path) path to GCode
145-
machine name: (string, default = None) name of the default machine to use
145+
machine_name: (string, default = None) name of the default machine to use
146146
initial_machine_setup: (setup, default = None) setup instance
147147
output_unit_system: (string, default = "SI (mm)") available unit systems: SI, SI (mm) & inch
148148
verbosity_level: (int, default = None) set verbosity level (0: no output, 1: warnings, 2: info, 3: debug)

0 commit comments

Comments
 (0)