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

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

Hi,

I build new binary for DXF converter :
https://download.qelectrotech.org/qet/b … f_to_elmt/

Enjoy! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

3 (edited by S.DEFFAUX 2020-04-22 12:17:16)

Re: DXFtoQET-2020

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

Re: DXFtoQET-2020

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.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

La bonne nouvelle c’est qu’en 32 bit ça tourne bcp mieux.

Re: DXFtoQET-2020

Hi,

I build new binary for DXF converter :
https://download.qelectrotech.org/qet/b … f_to_elmt/

Enjoy! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

Cool 

Re: DXFtoQET-2020

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é?

https://qelectrotech.org/forum/viewtopic.php?id=782

Re: DXFtoQET-2020

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/

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

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.

Re: DXFtoQET-2020

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)

Re: DXFtoQET-2020

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?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

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

Re: DXFtoQET-2020

Maybe this?

Post's attachments

Attachment icon omara assembly.elmt 250.63 kb, 273 downloads since 2020-08-28 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

So contact Ronny for this bug.
https://github.com/rdsivd

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: DXFtoQET-2020

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.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

17 (edited by De-Backer 2020-08-28 23:27:07)

Re: DXFtoQET-2020

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