opencamlib and AppImage experimental function

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
mirecta
Posts: 5
Joined: Sun Feb 17, 2019 11:12 am

opencamlib and AppImage experimental function

Post by mirecta »

I search first but nothing found.
I build opencamlib and python extension so if i run python2.7 and import ocl everything works good.
then i download appimage FreeCAD_0.18.15860.glibc2.17-x86_64.AppImage and run it.
But i cant enable Path experimental function , i want [PATH] 3D surface
so if i run python console and then try import ocl , it is a problem.
so what can i do ?
add ocl to appimage ?
Attachments
freecad.png
freecad.png (50.15 KiB) Viewed 1155 times
mirecta
Posts: 5
Joined: Sun Feb 17, 2019 11:12 am

Re: opencamlib and AppImage experimental function

Post by mirecta »

So i extract appimage (squashfs) and add into it opencamlib (python and base library )
So now i can import ocl without any errors in Freecad but cant enable path experimental function (in parameter editor switch is missing)
In image u can see import ocl without any error but [PATH] 3D Surface missing
Attachments
freecad.png
freecad.png (154.3 KiB) Viewed 1151 times
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: opencamlib and AppImage experimental function

Post by GeneFC »

I do not believe there is a standard user interface to add the experimental features.

Just create it yourself. Right click in the Path parameter area and select New Boolean Item. Call it:

EnableExperimentalFeatures

and set to true.

Gene
mirecta
Posts: 5
Joined: Sun Feb 17, 2019 11:12 am

Re: opencamlib and AppImage experimental function

Post by mirecta »

this is working perfectly
thank u so much
User avatar
nemesis
Posts: 373
Joined: Tue Mar 25, 2014 11:24 pm
Location: France, Lyon

Re: opencamlib and AppImage experimental function

Post by nemesis »

mirecta wrote: Mon Feb 18, 2019 6:11 pm So i extract appimage (squashfs) and add into it opencamlib (python and base library )
How did you that? once extracted I mean, how do you go back to appimage?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: opencamlib and AppImage experimental function

Post by Kunda1 »

nemesis wrote: Sun Feb 24, 2019 7:29 pm
mirecta wrote: Mon Feb 18, 2019 6:11 pm So i extract appimage (squashfs) and add into it opencamlib (python and base library )
How did you that? once extracted I mean, how do you go back to appimage?
Probably repackaging the appImage? https://www.freecadweb.org/wiki/Appimag ... t_Workflow
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply