Path module development

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
medju
Posts: 14
Joined: Mon Nov 17, 2014 4:21 pm

Re: Path module development

Post by medju »

Can you do it now? i need to see this module.
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Path module development

Post by NormandC »

medju, putting pressure like this on developers is inappropriate. They will do it whenever they have the time, not when you "need" it. :roll:
medju
Posts: 14
Joined: Mon Nov 17, 2014 4:21 pm

Re: Path module development

Post by medju »

normandc wrote:medju, putting pressure like this on developers is inappropriate. They will do it whenever they have the time, not when you "need" it. :roll:
i am so sorry. :( it was not my intention.
medju
Posts: 14
Joined: Mon Nov 17, 2014 4:21 pm

Re: Path module development

Post by medju »

how can i help you to solve this PATH part? how can i do?
User avatar
onekk
Veteran
Posts: 6198
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Path module development

Post by onekk »

Bye to all,
today I managed to do:

git pull on the FreeCAD dir. It has pull in some modification to the codebase. I have a local build dir to not pollute the sources,

There is a manner to compile only the Path module without recompiling all FreeCAD.

I have found nothing about it (or i haven't seen it).

TIA

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
yorik
Founder
Posts: 13659
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Path module development

Post by yorik »

onekk wrote:There is a manner to compile only the Path module without recompiling all FreeCAD.
No. Everytime you change the git branch, you need to rebuild. But normally most of the modules won't change, so it's a quick rebuild.
User avatar
onekk
Veteran
Posts: 6198
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Path module development

Post by onekk »

Hi to all,
I confirm that the build is very rapid.

I have some question about this module the most urgent is how to select the tools dimension (if I have guessed correctly it has to be specified in a table compatible with heeksCNC), but i have tried a path generation only a couple of time and maybe i dind't figure out all the options and menu.

Thanks for developing such module and best regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
yorik
Founder
Posts: 13659
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Path module development

Post by yorik »

You must be well aware that most GUI tools are still undeveloped. At the moment the only powerful way to work with the path module is via python ( https://github.com/yorikvanhavre/FreeCA ... ath-module )

Tooltables only exist in Project objects, but we're in the process to change a bit how these work, so at the moment editing tooltables is not available via the GUI, only via python.
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Path module development

Post by quick61 »

yorik wrote:You must be well aware that most GUI tools are still undeveloped. At the moment the only powerful way to work with the path module is via python ( https://github.com/yorikvanhavre/FreeCA ... ath-module )

Tooltables only exist in Project objects, but we're in the process to change a bit how these work, so at the moment editing tooltables is not available via the GUI, only via python.

My most recent builds are looking and working much better than before. For a "pre-alpha" state, I must say, this is looking good.

When you have a moment, what are your plans/visions for a tool table? Spreadsheet or a spreadsheet like interface? A tab in the Combo view? That would be great, having a list of tools and selecting one would provide the data fields below to define them.

At any rate, keep it coming, please, and thank you all ever so much for the work so far. :)

Mark

OS: Kubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4709 (Git)
Branch: path-module
Hash: fc70a4d624f876354ec6dac1e3e5d2b94f53cfb8
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17-dev
This post made with 0.0% Micro$oft products - GOT LINUX?
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Path module development

Post by cox »

Access the tool gui by adding a project while a profile path was selected and double click the project in the tree. Now you shuld have a button to press to open the tool dialog.
tool.png
tool.png (140.54 KiB) Viewed 2298 times
Need help? Feel free to ask, but please read the guidelines first
Post Reply