-
Here in this repo :
https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/src/blenderbim/dxf2ifc.py
This python file running in blender is not working at all (tested with AutoCad samples files…
-
The radio buttons in the DTM creation dialog should be changed to check button. The input from the different sources should be merged, removing repeated points.
This issue was proposed by Jofe Graha…
-
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 < > / \ “ : ; ? * | =…
-
```
Hermes2d can read DXF files. We need a tool to split the
geometry into super-coarse triangles and/or quadrilaterals
with possibly curved edges described by NURBS. This tool
will be part of the GU…
-
Currently the custom parts `don1_board_top` and `don1_board_bottom` are stored as STEP files exported from FreeCAD.
They need to be replaced with some human readable format like OpenSCAD to enable co…
-
Thanks for the project. I have made the PCB but looks I can't find the bottom plate:
![ch552-48-bottom](https://github.com/rgoulter/keyboard-labs/assets/226552/f2d42699-fdf4-4371-9e93-67916d7248f8)
…
-
```
LOG: FlashAPI.state: awaiting
LOG: (flash -> js).log: storeKey=5090615022050727353072930307296040_2.0.7
LOG: (flash -> js).log: timeout=0
LOG: FlashAPI.state: ready
LOG: FlashAPI.event.mo…
-
I really appreciate your effort.
I am going to try to make a 3D viewport with CSG function.
It is very important to me about extrusion from DXF section or SVG such as complicated shape.
May I…
-
There're two consecutive "0" lines in the DXF file. DoRead reads the first "0" and jumps into `if(!strcmp(m_str, "0"))`, then reads the next line which is a "0" again. It jumps out of `if(!strcmp(m_st…
-
I've tried to process a DXF files and found the application to be very intuitive to use, G02 contains I and J code with nan(not a number) references in it like below?
G02 X-5.403946 Y-2.302729 I-nan …