Template genreator

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
tobiasfalk
Posts: 93
Joined: Fri Feb 05, 2021 2:35 pm

Template genreator

Post by tobiasfalk »

Hi,
I created a small Python script witch creates me a sheet template for both TechDraw and KiCAD and I wanted to ask your opinion and maybe also your ideas for improvements.
https://github.com/tobiasfalk/KiCAD-Fre ... -Generator
Attachments
ISO_216_A4L_ISO_5457-1999_ISO_7200-2004.freecad.svg
(10.71 KiB) Downloaded 42 times
ISO_216_A4L_ISO_5457-1999_ISO_7200-2004.svg
(10.59 KiB) Downloaded 30 times
ISO_216_A3_ISO_5457-1999_ISO_7200-2004.freecad.svg
(14.29 KiB) Downloaded 30 times
ISO_216_A3_ISO_5457-1999_ISO_7200-2004.svg
(14.16 KiB) Downloaded 35 times
User avatar
FBXL5
Posts: 980
Joined: Sat Aug 03, 2019 8:45 pm

Re: Template genreator

Post by FBXL5 »

I have no clue how this GitHub stuff works and so don't know how to test the script(s). :?

But what I know is that A4 landscape format is more or less useless. It is not recommended since ages. I was told so in the mid 1980s and it wasn't a new insight even back then. :roll:

The structure of the svg file is quite ok when indentation is added.
The stroke width of 0.7 and 0.35 is a bit too much for A3 and A4.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Template genreator

Post by Roy_043 »

User avatar
tobiasfalk
Posts: 93
Joined: Fri Feb 05, 2021 2:35 pm

Re: Template genreator

Post by tobiasfalk »

Hi, I reprogramed the whole think in C++ with Qt and alsow added some more fetures and would like to ask for the opinion from the FreeCAD Comunety. In the release there is alsow a precompield version for Windows and I hope that the Readme explains everything that is needed.
https://github.com/tobiasfalk/KiCAD-Fre ... -Generator
Greeteings
Tobias
Laurie Hartley
Posts: 522
Joined: Mon Feb 27, 2017 5:33 am
Location: Australia

Re: Template genreator

Post by Laurie Hartley »

tobiasfalk wrote: Fri Oct 07, 2022 7:20 am Hi, I reprogramed the whole think in C++ with Qt and alsow added some more fetures and would like to ask for the opinion from the FreeCAD Comunety. In the release there is alsow a precompield version for Windows and I hope that the Readme explains everything that is needed.
https://github.com/tobiasfalk/KiCAD-Fre ... -Generator
Greeteings
Tobias
I had a quick browse through the files on GitHub Tobias. You have put a lot of work into this. I like what I have seen. I am a bit strapped for time at the moment but I will try them out for sure in the near future.
Post Reply