Search found 44 matches

by kzembower
Wed Feb 21, 2024 2:48 pm
Forum: Path/CAM
Topic: All material not removed in dado
Replies: 2
Views: 397

Re: All material not removed in dado

bmsaus4ax , thanks so much. That worked like a champ. I'm still puzzled by this behavior, however. I would have thought that if the clearance was below the width of the bit, it would automatically reduce the stepover percentage to remove the material. Wouldn't this come up in any case where the poc...
by kzembower
Tue Feb 20, 2024 4:49 pm
Forum: Path/CAM
Topic: All material not removed in dado
Replies: 2
Views: 397

All material not removed in dado

Hello, I'm trying to dado (make a groove in wood) to fix the top of a cabinet into the sides. I created a pocket, aligned with the top edge, and of the correct depth. When I try to cut it with an 1/8 inch endmill, i end up with material uncut in the center of the dado. This is also shown in this scr...
by kzembower
Thu Feb 15, 2024 8:57 pm
Forum: Path/CAM
Topic: Feeds and Speeds Addon
Replies: 20
Views: 5136

Re: Feeds and Speeds Addon

(Hoping this thread is still alive.) Just noticed a behavior I don't know how to cope with. When I created my own 1/8 inch endmill, with two straight flutes made of carbide, I input a chip load of 0.13mm for soft plywood. This calculated to a horizontal speed of over 6000mm/min and vertical of 3000m...
by kzembower
Thu Feb 15, 2024 2:09 pm
Forum: Path/CAM
Topic: Bug? Use of %O variable in gcode file output
Replies: 1
Views: 269

Bug? Use of %O variable in gcode file output

I think I discovered a bug in the use of %O in the Job->Output->Output File field. If the string "%d/%j_%O.shp" is entered, this is rendered, in my case, as "Job_Sides_1_2Ply_%O.sbp". I suspect '%O" is not being expanded when it's not at the beginning of a sub-directory or f...
by kzembower
Tue Feb 06, 2024 2:45 pm
Forum: Path/CAM
Topic: How to create custom post-processor?
Replies: 8
Views: 1006

Re: How to create custom post-processor?

To answer one of my own questions, and for future reference, the location for storing custom post-processor scripts, according to the Path: Writing processing scripts page , is ~/.local/share/FreeCAD/Macro for Linux users, which can be found under Edit->Preferences...->Python->Macro->Macro Path. Als...
by kzembower
Tue Feb 06, 2024 2:25 pm
Forum: Path/CAM
Topic: How to create custom post-processor?
Replies: 8
Views: 1006

Re: How to create custom post-processor?

Jipe , thanks for writing. I'm not sure your advice pertains to the ShopBot. According to the list of currently supported internal gcode commands , the "M6" command is not generated. Since this is the beginning of your gcode sequence, I'm not sure how this could work. However, this is dou...
by kzembower
Tue Feb 06, 2024 2:06 pm
Forum: Path/CAM
Topic: How to create custom post-processor?
Replies: 8
Views: 1006

Re: How to create custom post-processor?

jbraun , thanks so much for your reply. I'm beginning to think that separate processing files, for each tool, is the way to go. I think that if I set the origin to the origin of my project, and then load the file with the 'No Offsets' option, as long as I don't change the X and Y axis origins, but ...
by kzembower
Sat Feb 03, 2024 10:53 am
Forum: Path/CAM
Topic: How to create custom post-processor?
Replies: 8
Views: 1006

How to create custom post-processor?

Hello, all. I didn't get any responses to my earlier question about how to execute a tool change with the opensbp post-processor in FreeCAD, but I think I've figured it out. I think that I need to copy the opensbp_post.py file, found at https://github.com/FreeCAD/FreeCAD/blob/main/src/Mod/Path/Path/...
by kzembower
Thu Feb 01, 2024 9:08 pm
Forum: Path/CAM
Topic: opensbp: How to change tools?
Replies: 0
Views: 336

opensbp: How to change tools?

Hello, all, My next task is to cut the two sides of a cabinet from 1/2in plywood, using a ShopBot PRSAlpha and the opensbp gcode format. So far, i've been successful in cutting the back out of 1/4in ply. The ShopBot I have access to does not include a tool changer. On the sides, I need to use a 1/8i...
by kzembower
Mon Jan 29, 2024 6:56 pm
Forum: Path/CAM
Topic: Anyone actually using opensbp on a ShopBot?
Replies: 3
Views: 601

Re: Anyone actually using opensbp on a ShopBot?

@turoj, thanks so much for the feedback. I, too, can now say that I've actually run an openshp file on a real live ShopBot machine and created a successful part. I also learned the hard way that I had to specify '--inches' in the arguments, after the carriage took off and banged into the rails. Than...