Author Topic: ACAD2008+ Why some commands have different options when used in (command) ?  (Read 2761 times)

0 Members and 1 Guest are viewing this topic.

V@no

  • Newt
  • Posts: 25
  • AutoCAD 2023

Hello.

When FILLET command executed directly from command prompt in AutoCAD 2023 I get this:

Code: [Select]
Command: FILLET
Current settings: Mode = TRIM, Radius = 1/8
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: m

But when I add this as toolbar button with:

Code: [Select]
^C^CFILLET m
It gives this:

Code: [Select]
Command: FILLET
Current settings: Mode = TRIM, Radius = 1/8
Select first object or [uNdo/Polyline/Radius/Trim/mUltiple]: m
*Invalid selection*
Ok, so it's different options when command executed via (command) WTF!

Then, I've tried fix it with this:

Code: [Select]
^C^CFILLET u
It works, until Radius is selected, once radius number submitted it interrupts the command. No errors, nothing, it remembers the new radius though.

So, my questions are:
1) why it has different options when a command executed directly vs via toolbar button or (command)
2) why FILLET executed via toolbar button with "multiple" option enabled is interrupted when radius is submitted?


Thank you.