Skip to content

Commit

Permalink
update Orient command comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rschell committed Jan 25, 2023
1 parent a86da5a commit 2f776f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bCNC/bmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1731,8 +1731,7 @@ def execute(self, line):
else:
self.executeOnSelection("OPTIMIZE", True)

# # FIXME comment for ORIENT not OPTIMIZE
# OPT*IMIZE: reorder selected blocks to minimize rapid motions
# OPIE*NT: rotate selection by angle phi and xo,yo offset
elif rexx.abbrev("ORIENT", cmd, 4):
if not self.editor.curselection():
self.editor.selectAll()
Expand Down

0 comments on commit 2f776f3

Please sign in to comment.