Would it be possible to implement a custom radius setting for the “Round” corner option in the Offset command? The result of offsetting a line segment with the “Cap=Flat” and “Round corner” options could then be a rectangle with rounded corners, for example with a 5 mm radius…
Do you know the : _FilletCorners command?
You can easly create a macro that does this for you:
_Offset _pause
_Selnone _SelLast
_FilletCorners
Yes, I know, but this way it could be a logical part of a single command. I think the implementation wouldn’t have to be that complex. It was just a suggestion for improvement

