Search found 372 matches

by nemesis
Sun May 19, 2019 9:45 am
Forum: Announcements & Features
Topic: Interlocking modules
Replies: 27
Views: 18686

Re: Interlocking modules

Hi, Thanks for the tool, I'm new to CNC milling, and such a design tool is just very useful. however, As I said I use a Milling CNC, and I don't understand the laser diameter property. github wiki says "Laser beam diameter: diameter of the material destroyed by the laser" so if I understan...
by nemesis
Thu May 16, 2019 6:31 pm
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4463

Re: [engraving] - Twice Gcode in the file

I verified the same duplication in the Windows x64 release of 0.19. It should be fixed for all OS's in current releases built after PR #2141 above. Thanks for the feedback. Russell thanks a lot! it works great and I finally get the engraving correct :D EDIT : And for the recods here is the result, ...
by nemesis
Sat May 11, 2019 6:30 am
Forum: Forum français
Topic: Renfort "anti flexion torsion" pour impression 3D
Replies: 15
Views: 1844

Re: Renfort "anti flexion torsion" pour impression 3D

salut. remplie 100%.... ca pourras pas etre plus solide... si ca marche toujours pas il faudras augmenter ton épaisseur a plus de 6mm. et si tu veu gagner de la matiere il faut enlever des zone a l interieur du solide via des soustraction de matiere pour generer les rznfort comme proposer par glougl...
by nemesis
Wed May 08, 2019 11:33 am
Forum: Users Showcase
Topic: Cat House
Replies: 3
Views: 6387

Re: Cat House

hi,
nice job.
the question is.... does the cat use it? ;)
by nemesis
Mon May 06, 2019 5:29 pm
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4463

Re: [engraving] - Twice Gcode in the file

Russ and I have been digging on this and I'm learning all kinds of interesting things today about those CamBam stick fonts. Take a look here:http://www.mrrace.com/CamBam_Fonts/ Note the text "Your cutter will go over each letter twice, once in each direction, and exactly on the same path no ma...
by nemesis
Sat May 04, 2019 9:55 am
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4463

Re: [engraving] - Twice Gcode in the file

Regardless, the sentence still has 25,000 lines of gcode, and just the "Inspect gcode" tool takes 5+ minutes to load completely. I have not attempted post-processing yet. OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.16616 (Git) Build type: Relea...
by nemesis
Thu May 02, 2019 8:18 pm
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4463

Re: [engraving] - Twice Gcode in the file

Sometimes While loops are a lot more economic from a computational point of view than generating all the segments of all the depths of cut. Hope this contributes. sure, could be very interesting, unfortunately GRBL does not support loops :( but for sure with a controller that support it, it could b...
by nemesis
Thu May 02, 2019 7:49 pm
Forum: Path/CAM
Topic: [engraving] - Twice Gcode in the file
Replies: 24
Views: 4463

Re: [engraving] - Twice Gcode in the file

I ll try the 0.19 as soon as possible (internet issues those days....) it takes my box about 7 seconds to post processes that file - linuxcnc | grbl with --inches argument about 8 seconds. so I tried with 0.19 and indeed it works. but I had to remove my home/user/.FreeCAD folder, or it was running ...
by nemesis
Thu May 02, 2019 6:53 pm
Forum: Path/CAM
Topic: How to activate openCamLib after compiling it
Replies: 82
Views: 20759

Re: How to activate openCamLib after compiling it

. Like I said, it shouldn't be this hard. Mark on Debian Unstable Yep Debian Unstable here also (but indeed quite stable :lol: ) OS: Debian GNU/Linux buster/sid (KDE//usr/share/xsessions/plasma) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.16540 (Git) AppImage Build type: Rele...
by nemesis
Thu May 02, 2019 5:30 pm
Forum: Path/CAM
Topic: How to activate openCamLib after compiling it
Replies: 82
Views: 20759

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