Topic: DXFtoQET-2020
Hi,
Ronny work to improve DXF converter and try to fix crash when DXF is very so big.
https://github.com/rdsivd/DXFtoQET-2020
git clone https://github.com/rdsivd/DXFtoQET-2020.git
You are not logged in. Please login or register.
QElectroTech → Import DXF → DXFtoQET-2020
Hi,
Ronny work to improve DXF converter and try to fix crash when DXF is very so big.
https://github.com/rdsivd/DXFtoQET-2020
git clone https://github.com/rdsivd/DXFtoQET-2020.git
Hi,
I build new binary for DXF converter :
https://download.qelectrotech.org/qet/b … f_to_elmt/
Enjoy!
Je viens de le télécharger impossible de le lancer sous Windows 10 en 64 Bit, mais en 32 ça tourne mieux j'ai l'impression
Merci du retour, étrangement en 64 bits ça cross-compile bien, mais quelque soit la version de Qt utilisée Qt 5.12 ou Qt 5.14, pour le cross-compiler, le programme ne se lance pas.
La bonne nouvelle c’est qu’en 32 bit ça tourne bcp mieux.
Hi,
I build new binary for DXF converter :
https://download.qelectrotech.org/qet/b … f_to_elmt/
Enjoy!
Cool
En me baladant sur le forum je viens de voir que l'on pouvais convertir des fichiers .csv en .elmt c'est toujours d'actualité?
Oui certaines vieilles versions du convertisseur avaient l'import csv, tu avais aussi la macro LO de Nuri.
https://download.qelectrotech.org/qet/nuri/permalinks/
Oui j’ai téléchargé une vielle version, le hic et que n’est pas compatible avec mon écran. Je n’arrive pas à affiché le convertisseur en entier.
Hello,
why i am not getting any result when converting dxf? When file is in progress i can see how elmt code is generating (html code) but at the end all is erased and only this is what i get:
</description>
</definition>
I use this version: DXF to QET ELMT converter V3.0 uses SQlite (text updated 2017 04 29)
Hello Ruros,
you have many version of DXF converter here :
https://download.qelectrotech.org/qet/b … f_to_elmt/
BTW, you could share your DXF element you want to convert?
Hi,
some older version worked, but i would like to use latest version due to converter improvements.
Here is DXF: https://www.dropbox.com/s/r6hozxnk8ll72 … y.DXF?dl=0
Maybe this?
So contact Ronny for this bug.
https://github.com/rdsivd
I have looked at the DXF code several times to try to add multithreaded support, with no results.
This program use only one thread and make a lot of time.
On a large DXF, the converter may take 10 minutes to convert to elmt.
Maybe others like Simon, Martin, Damian will be luckier than me and Ronny.
I have also in the past tried to add DXF converter in QET code, but now with Simon and GIT submodules research, is be possible we can add it back in the QET same package.
I recommend keeping the programs separate as with KiCAD.
why:
- the code is easier to understand
- one software can be in C++ the other can be ...
- everything can be bundled in one program (for the user,) such as KiCAD
this does not mean that this is not allowed in the QET git
I just want to state that there are some programs with a specific task and let's bundle them into a collection, and not one big program.
"Do One Thing and Do It Well" see https://en.wikipedia.org/wiki/Unix_philosophy
QElectroTech → Import DXF → DXFtoQET-2020
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.023 seconds (21% PHP - 79% DB) with 12 queries