Search found 10 matches

by pegellinux
Fri Nov 01, 2019 6:55 am
Forum: Path/CAM
Topic: OpenCamLib not working on latest PPA build
Replies: 3
Views: 1149

Re: OpenCamLib not working on latest PPA build

(...) Edit: Oops, just triggered the build now, so the fix should be coming your way soon. Thank you very much bro, I'm really appreciated that :D So while waiting for the next 32-bit PPA build, for now I plan to hold any finishing 3d surface at my cnc, until the PPA build is ready FreeCad it's gre...
by pegellinux
Thu Oct 31, 2019 10:23 pm
Forum: Path/CAM
Topic: OpenCamLib not working on latest PPA build
Replies: 3
Views: 1149

OpenCamLib not working on latest PPA build

Hi, OpenCamLib is not working anymore after update to the latest freecad-dev 19 (PPA) I was try to recompile OpenCamLib, but it's doesn't work, the error still appear. On FreeCad 18,3 Opencamlib is still available (works). but it useless since only on freecad 19 my openlib work perfectly. So I guess...
by pegellinux
Sun Jun 16, 2019 3:00 pm
Forum: Path/CAM
Topic: [Fixed]Path not working on FreeCAD 0.19.16945
Replies: 5
Views: 1149

Re: Path not working on FreeCAD 0.19.16945

wmayer wrote: Sun Jun 16, 2019 8:34 am (...)
Just download the file from github and replace that of your FreeCAD installation with the modified file. Since it's pure Python code no rebuild is required.
Thank you so much dude, you saving my whole day :D :D :D . And now I can get "Path WB" to working again :)
by pegellinux
Sun Jun 16, 2019 7:11 am
Forum: Path/CAM
Topic: [Fixed]Path not working on FreeCAD 0.19.16945
Replies: 5
Views: 1149

Re: Path not working on FreeCAD 0.19.16945

This is most likely fixed by PR-2250 unfortunately I don't have a Windows to verify. I'm using freecad-daily-python2 and still waiting for new release on PPA for fix this problem... The only reason I'm using freecad-daily is because only on freecad 19.x my opencamlib work perfectly, since 19.x (at ...
by pegellinux
Fri Jun 14, 2019 4:05 pm
Forum: Install / Compile
Topic: [solved] No module named 'PathScripts.PathToolControllerGui'
Replies: 32
Views: 5411

Re: No module named 'PathScripts.PathToolControllerGui'

This should fix it: ff7975291 Thanks, hope that thing's can fix the problem on Path WB. And for 32-bit operating system it seem to "still" use python 2x as primary lib. but never mind if Freecad drop support for python 2x, cause I have python 3.6x installed too (used for another app) ahh ...
by pegellinux
Thu Jun 13, 2019 2:51 pm
Forum: Install / Compile
Topic: [solved] No module named 'PathScripts.PathToolControllerGui'
Replies: 32
Views: 5411

Re: No module named 'PathScripts.PathToolControllerGui'

I'm using Freecad-Daily-python2 and have same issue too. Can't open Path WB, get following error = 'PySide2.QtGui.QPixmap.fill' called with wrong argument types: PySide2.QtGui.QPixmap.fill(long) Supported signatures: PySide2.QtGui.QPixmap.fill(PySide2.QtGui.QColor = Qt.white) PySide2.QtGui.QPixmap.f...
by pegellinux
Sun May 26, 2019 6:43 am
Forum: Path/CAM
Topic: gcode conversion is getting wrong, is this a bug?
Replies: 5
Views: 1080

Re: gcode conversion is getting wrong, is this a bug?

It's not the G54 that's causing the problem, it's the G0 afterwards. I've seen that as well, not sure what causes it though. Thank you for your correction, Yes that's exactly what I'm try to say. Yes, i to have a G0 Z"startdepth" move at the current AppImage, but i dont know since which v...
by pegellinux
Sun May 26, 2019 6:30 am
Forum: Path/CAM
Topic: gcode conversion is getting wrong, is this a bug?
Replies: 5
Views: 1080

Re: gcode conversion is getting wrong, is this a bug?

You said you're using the linuxcnc post processor. Are you actually using a LinuxCNC as a control? LinuxCNC always has a coordinate system active and G54 is the default. So an extra G54 command is redundant but shouldn't cause a problem. As far as I know, all controls assume a G54 coordinate system...
by pegellinux
Sat May 25, 2019 2:05 pm
Forum: Path/CAM
Topic: I keep getting opencamlib not working
Replies: 13
Views: 2239

Re: I keep getting opencamlib not working

Verify first what python version that your system using?, it should be match with python version on freeCAD, otherwise OCL should not work
by pegellinux
Sat May 25, 2019 1:43 pm
Forum: Path/CAM
Topic: gcode conversion is getting wrong, is this a bug?
Replies: 5
Views: 1080

gcode conversion is getting wrong, is this a bug?

Hi I'm getting kind of bug here after update to latest FreeCAD daily. Anything path that I'm save to gcode is not work as suppose to. it always add useless " fixture g54 Z- condition " at the begin of every each operation path. This make me wasted my stock. ("I'm doing milling on iron...