jscad / io

DEPRECATED : Input Output handling for JSCAD (see the link below)
https://github.com/jscad/OpenJSCAD.org/tree/V2/packages
34 stars 13 forks source link

DXF layers fix #65

Closed z3dev closed 6 years ago

z3dev commented 6 years ago

This corrects an assumption that layer names were usable as strings in JavaScript. As reported in OpenJSCAD.org Import DXF error #372, Chinese characters produced invalid function names when translating.

kaosat-dev commented 6 years ago

@z3dev is this ready or do you want to do other tweaks ?

z3dev commented 6 years ago

Done, and tested. Thanks.

kaosat-dev commented 6 years ago

Ok , merging, thanks for this @z3dev !