Heeks / heekscad

Computer-Aided Design application based on OCE

Home Page:https://sites.google.com/site/heekscad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket gcode path overflow

woodm528 opened this issue · comments

Hi;
I am seeing a pocket gcode generation issue with a simple 2d plate. I have attached a couple screen shots and can provide the heeks file. I see this on heekscad version 1.3.0 (runing on ubuntu 18.04) as well as heekscad 1.1.0 (ubuntu 16.04).
Not seeing any recent activity on here, but I figure id post any way.
Also I was trying to pull the source but having trouble setting up dependencies referenced in README.md openscade etc, Not sure where to get additional build detail. Any help would be greatly appreciated

Thanks
Mike

heekscad_pocket_issue

screenshot from 2018-10-13 23-33-38

Oh okay - so needed to zip the heeks file to get it to attach, it is attached here
Thanks
Mike

z_ball_screw_mount_plate.heeks.zip

Mike, just tried your zip file with v1.4.0 on lubuntu 18.04. Clicked G0 and code generated with no errors.
Phil.

Hi Phil;
Thanks for taking a look at this. So yours works and mine doesn't. Is there something I can do to check my install. Maybe make sure I have all the right versions of heeks and dependent libraries, etc.

Thanks
Mike

Not sure how to check apart from the Help,About display - mine shows 1.4.0. Can't remember exactly how I installed it on lubuntu but think it was a combination of Synaptic Package Manager and/or the add-apt-repository... and apt-get... commands as shown here https://launchpad.net/~neomilium/+archive/ubuntu/cam

Looks like your a version ahead of mine. Not seen this sight either. Looks like i'm gonna be updating my app when I get the time. I'll post the result after.

Fyi; My notes indicate I had installed via apt-get following this sight
https://github.com/Heeks/heekscnc/wiki/Getting-HeeksCNC-for-Linux
sudo add-apt-repository ppa:neomilium/heekscnc-devel
sudo apt-get update
sudo apt-get install heekscnc

Thanks
Mike

Ok Mike - sounds like you're better organised than me! I've got references to 'ppa.launchpad.net/neomilium/heekscnc-devel/ubuntu bionic InRelease' when I do a sudo apt-get update, so this suggests I must have followed the ubuntu 18.04 instructions. I mainly use the Windows 1.4 version as my target Mach3 runs on an old Windows XP computer, but I have the lubuntu version on a laptop for armchair 'learning' - only made my first 'cut' this week :) Let me know how you get on.