Fix various typos
Missed by the codespell CI not being functional for a period of time.
This commit is contained in:
@@ -180,7 +180,7 @@ class ObjectTapping(PathCircularHoleBase.ObjectOp):
|
||||
holes = PathUtils.sort_locations(holes, ["x", "y"])
|
||||
|
||||
# This section is technical debt. The computation of the
|
||||
# target shapes should be factored out for re-use.
|
||||
# target shapes should be factored out for reuse.
|
||||
# This will likely mean refactoring upstream CircularHoleBase to pass
|
||||
# spot shapes instead of holes.
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ class Snapmaker(Path.Post.Processor.PostProcessor):
|
||||
self.values["MOD_KITS_INSTALLED"] = []
|
||||
if args.boundaries: # may override machine boundaries, which is expected
|
||||
self.values["BOUNDARIES"] = args.boundaries
|
||||
self.values["MACHINE_NAME"] += " Boundaries overide=" + str(args.boundaries)
|
||||
self.values["MACHINE_NAME"] += " Boundaries override=" + str(args.boundaries)
|
||||
else:
|
||||
compatible_modkit_combos = [
|
||||
bt["mods"]
|
||||
|
||||
Reference in New Issue
Block a user