Search found 373 matches

by nemesis
Thu May 02, 2019 5:30 pm
Forum: Path/CAM
Topic: How to activate openCamLib after compiling it
Replies: 82
Views: 21094

Re: How to activate openCamLib after compiling it

hi,
check your CMakeCache.txt file you should turn on python 3

Code: Select all

//Use Python V3
USE_PY_3:BOOL=ON
by nemesis
Mon Apr 29, 2019 11:39 am
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4554

Re: [engraving] - Twice Gcode in the file

thanks for the replies! I ll try the 0.19 as soon as possible (internet issues those days....) otjer question, how long does it take for you to post process this file? eventually if you can make a test with 10 times thos string? just for the benchmark.... I use a Imac i5 from 2011 with 16go sdram wi...
by nemesis
Sun Apr 28, 2019 11:39 am
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4554

[engraving] - Twice Gcode in the file

Hi all. since I'm playing more and more with path WB on my Fablab's Xcarve I first have to say that the this WB is awesome. I finally get a WB where I can use freecad to produce things from A to Z (not the case with 3D printing) However, I recently face a strange situation on engraving. If I use Dra...
by nemesis
Sun Apr 28, 2019 8:34 am
Forum: Developers corner
Topic: Release of 0.18
Replies: 780
Views: 205548

Re: Release of 0.18

@Dev, and all involved people, Thanks a lot! and Bravo I recently trained people on CAD basics in a Fablab with Freecad 0.18 and they were impressed by the possibilities. So impress that they removed their Solidworks cracked versions... that's a good sign :lol: http://gif-finder.com/wp-content/uploa...
by nemesis
Thu Apr 18, 2019 1:28 pm
Forum: Help on using FreeCAD
Topic: Triangle constraining :-)
Replies: 14
Views: 1650

Re: Triangle constraining :-)

hi.
you can use a spreadsheet to store your parameter and with an alias define A as equal to tour parameter and B=1.5 X parameter.

another option is to use dynamic data workbench to store your parameter
https://forum.freecadweb.org/viewtopic.php?t=31137
by nemesis
Mon Apr 15, 2019 11:05 am
Forum: Path/CAM
Topic: Creating CNC roughing and finishing passes
Replies: 104
Views: 24426

Re: Creating CNC roughing and finishing passes

Russ4262 wrote: bonne chance,
Russell
thanks dor the updated script, it works much better.
it s really a good job!
by nemesis
Sat Apr 13, 2019 7:21 am
Forum: Path/CAM
Topic: Creating CNC roughing and finishing passes
Replies: 104
Views: 24426

Re: Creating CNC roughing and finishing passes

To get the layering, un-check the Optimize feature in the PathSurface settings/properties. Checking the Optimize feature will create the single pass facing operation as before. I have added another input to the PathSurface window inputs, but it is currently running the process of the above pull req...
by nemesis
Tue Mar 26, 2019 9:27 pm
Forum: Path/CAM
Topic: How to activate openCamLib after compiling it
Replies: 82
Views: 21094

Re: How to activate openCamLib after compiling it

I"m sure you all would love to go over this one more time, but... So, can someone tell me what I'm missing, or what is going on? My FC info - OS: Ubuntu 18.04.2 LTS Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.16093 (Git) Build type: Release Branch: releases/FreeCAD-0-18 ...
by nemesis
Sun Mar 24, 2019 1:28 pm
Forum: Path/CAM
Topic: [question] - FreeCAD and Xcarve machine
Replies: 4
Views: 2701

Re: [question] - FreeCAD and Xcarve machine

nemesis wrote: Mon Jan 28, 2019 8:31 am so basically I guess I just need to to set my start point in the corner of my stock as it is done in easel.(of course be sure of the stock orientation)
align th bit to this point with ugs
and push start....
So or the record, and the newbies in CNC like me.
it works like that :D
by nemesis
Sun Feb 24, 2019 7:29 pm
Forum: Path/CAM
Topic: opencamlib and AppImage experimental function
Replies: 5
Views: 1158

Re: opencamlib and AppImage experimental function

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?