maker.js icon indicating copy to clipboard operation
maker.js copied to clipboard

Warn on forbidden characters in layer names

Open DerKorb opened this issue 6 years ago • 2 comments

This cost me at least two weeks and a bunch of gray hair: AutoCAD fails to import DXF files without any kind of warning or debugable info, if there is any of < > / \ “ : ; ? * | = ‘ . in the layer name. To prevent others from the pain I had it might be nice to throw an error on export or at least warn.

DerKorb avatar Aug 20 '19 13:08 DerKorb

Ouch. Sorry you had to deal with that, and thank you for sharing. I don't suppose this is documented in AutoCAD's reference anywhere?

danmarshall avatar Aug 20 '19 15:08 danmarshall

You can find it here: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-CE211679-F264-4128-BE00-BF4E0E7DEA8E-htm.html

DerKorb avatar Aug 20 '19 16:08 DerKorb