Hello Guest it is March 28, 2024, 08:09:32 AM

Author Topic: CNC Engraving : F-Engrave  (Read 5558 times)

0 Members and 1 Guest are viewing this topic.

CNC Engraving : F-Engrave
« on: February 24, 2015, 04:31:48 AM »
Hello!

The company I work for bought a CNC engraver and tasked me with 'getting it to work'.

I managed to assemble the CNC, install and setup Mach 3. After a bit of fighting with setup and configuration the system seemed to work.

Doing a full test of engraving text using F-Engrave yielded some promising and then weird results;

The first line of text comes out well most of the time, but the second line has incorrect and missing 'segments', almost as if the text was corrupted.

Has any one experienced this? I verified the g-code in a free g-code viewer and it seems correct.

Thanks
dumbdumb

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CNC Engraving : F-Engrave
« Reply #1 on: February 24, 2015, 04:39:51 AM »
Post a pic of the results and that may help to diagnose the problem, also attach the xml and the gcode file if you can.
Hood
Re: CNC Engraving : F-Engrave
« Reply #2 on: February 24, 2015, 06:24:34 AM »
Hood

I have attached the image and the g-code.

The image is a bit fuzzy... and perhaps I exagerated the problem  :-[

The problem seems to occur on the second line only. The third seems ok. It also only seems to affect the numbers 1, 2 and 5.

Note: The two engravings are different character height and line spacing as it was a work in progress to determine the required parameters.

PS: Please rename WAFER.jpg to WAFER.ngc.

Thanks
dumbdumb

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CNC Engraving : F-Engrave
« Reply #3 on: February 24, 2015, 06:30:10 AM »
It looks like the problem may be the plate is uneven and thus the Z depth is not consistent.
That could be a problem with very small depths of cuts as it will show up as very lightly engraved or even missing text, as seems to be the case for you.

It could be the table is not level or possibly you do not have the material clamped well and it is buckling slightly.

Not sure what type of tool you are using but possibly a spring loaded engraving tool may work better.

Hood
Re: CNC Engraving : F-Engrave
« Reply #4 on: February 24, 2015, 06:35:20 AM »
Hood

Thanks! Ill action that and let you know if the problem persists.

Thanks
dumbdumb
Re: CNC Engraving : F-Engrave
« Reply #5 on: February 24, 2015, 08:57:04 AM »
Hood

I overdid the engravng and ensured an as flat situation as possible, but the letter 5 on the second line still has a problem. FMX21551

The pic is ugly, and the engraving bit dug too deep, but hopefully you can see it.

Thanks
dumbdumb

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CNC Engraving : F-Engrave
« Reply #6 on: February 24, 2015, 09:32:46 AM »
Ok if you look at your code by running through it with the keyboard (click in window and press down arrow on keyboard) you will see the upper section of the 5 is cut after the 1 (Yellow in screenshot) It is not until a lot later on in the code that it goes back and finishes the 5 (Orange in screenshot)

So your problem is you need to let the code run on a good bit before the 5 will be completed.

Hood
Re: CNC Engraving : F-Engrave
« Reply #7 on: February 25, 2015, 12:19:45 AM »
the demo version of mach3 is limited to 500 lines of code, then it stops, even though your gode was longer
Re: CNC Engraving : F-Engrave
« Reply #8 on: February 25, 2015, 01:12:32 AM »
Bahahaha!

Thanks Hood, I understand the organisation of the g-code better now.

Thanks grouchy! It probably is the demo code - How do I confirm this?

Thanks
dumbdumb

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: CNC Engraving : F-Engrave
« Reply #9 on: February 25, 2015, 03:22:46 AM »
If you go to the Help menu then About Mach....... In the window that pops up it will either have demo or the name it is licensed to.

Hood