Search found 33 matches

by DomCa
Fri Dec 02, 2022 9:21 am
Forum: Path/CAM
Topic: No G64 in preamble when generating gcode for linuxcnc
Replies: 2
Views: 635

Re: No G64 in preamble when generating gcode for linuxcnc

Hi spanner888,

thank you for your tips. Frankly, until now I never needed a custom preamble.
I will try to build my own until I get some more info here.

Best regards,
Dom
by DomCa
Thu Dec 01, 2022 8:41 pm
Forum: Path/CAM
Topic: No G64 in preamble when generating gcode for linuxcnc
Replies: 2
Views: 635

No G64 in preamble when generating gcode for linuxcnc

Hi there, I am generating gcode for a 3axis CNC that is powered by LinuxCNC. Today I ran a program with 3000mm/min and noticed VERY round corners. After some research, I learned that linux cnc will use the G64 mode as standard, if no explicit G61 or G64 P*** is given. According to this: https://foru...
by DomCa
Mon Jun 07, 2021 1:24 pm
Forum: Help on using FreeCAD
Topic: Possitioning Binder from Template for mulitple boolean operations on body
Replies: 4
Views: 459

Re: Possitioning Binder from Template for mulitple boolean operations on body

Hi Thomas and Bance,

thank you for your advice.

@Bance, the copy and position approach seems good. I am still struggling with attaching the sketch correctly. I will read some more on attachment in FreeCAD and try again.

@Thomas: could you send me the link to the video?

Thanks!
DomCa
by DomCa
Mon Jun 07, 2021 8:01 am
Forum: Help on using FreeCAD
Topic: Possitioning Binder from Template for mulitple boolean operations on body
Replies: 4
Views: 459

Possitioning Binder from Template for mulitple boolean operations on body

Hi all, I want to design puzzle like fixations that all use the same shape. For this to work I would like to add and to subtract the shape from a body and the edge of the body. The final body would like similar to a puzzle piece. In the attached test file the concept works quite fine. I created a bi...
by DomCa
Sat Jan 23, 2021 10:02 am
Forum: Path/CAM
Topic: De- and reactivating a job with Tag-dressup: Tags not activated
Replies: 0
Views: 1078

De- and reactivating a job with Tag-dressup: Tags not activated

Hi! Maybe this is a bug: When I deactivate a job to create single G-code files for the jobs, and i re-activate the job, the single tags are not activated. I then need to reactivate each single tag within the Tag-dressup options and then apply again. Model is attached. Just deactivate and activate on...
by DomCa
Sat Jan 16, 2021 4:03 pm
Forum: Path/CAM
Topic: Export gcode with parameter in filename
Replies: 1
Views: 350

Export gcode with parameter in filename

Hi! I try to build the models for CNCing with parameters in a spreadsheet as much as possible. Now I would like to add some of the parameters to the filename of the exported gocde file. Like: model_A_width_xxx.ngc A, and xxx being a parameter from the spreadsheet. Is it possible to set this up in th...
by DomCa
Sun Dec 13, 2020 9:17 pm
Forum: Users Showcase
Topic: Benchtop Router Table (finally finished, almost)
Replies: 3
Views: 2077

Benchtop Router Table (finally finished, almost)

Hi all, finally I found the time to build my benchtop router table. This was one of my first designs in freecad. I modelled everything using 0.18 and generated g-code for the table and the insert in 0.18. Now I created the g-code for the fence in 0.19. I built the table and the insert with the route...
by DomCa
Sun Dec 13, 2020 11:41 am
Forum: Path/CAM
Topic: Possible bug in Tag-Dress-up: AttributeError: module 'FreeCADGui' has no attribute 'Snapper'
Replies: 9
Views: 1425

Re: Possible bug in Tag-Dress-up: AttributeError: module 'FreeCADGui' has no attribute 'Snapper'

Hi mlampert, This might be side effect on the "lazy loading" of modules that was recently done. If you run into this, make sure to switch to the Draft WB and then try again. This did the trick. It works without error if the draft WB is opened first. Thank you! However, I get the following ...