Author Topic: V-Engrave Plugin  (Read 269873 times)

Offline pstemari

  • Storm Trooper
  • ***
  • Posts: 146
    • View Profile
Re: V-Engrave Plugin
« Reply #15 on: August 13, 2013, 05:18:49 am »
> You need Add Reference: "System.Runtime.Serialization"

That's already in there.  Without it you can't save at all.

I'm not sure what the cut & paste issue is.  If the save issue above is just a single attribute I probably just missed setting the flag.

Offline pstemari

  • Storm Trooper
  • ***
  • Posts: 146
    • View Profile
Re: V-Engrave Plugin
« Reply #16 on: August 13, 2013, 06:17:02 am »
Ok, issue 9 is fixed. 

Build b0002 has been uploaded to http://v-engrave-plugin.storage.googleapis.com/v-engrave-plugin-latest.zip

Offline 10bulls

  • Administrator
  • CNC Jedi
  • *****
  • Posts: 2163
  • Coding Jedi
    • View Profile
    • www.cambam.info
Re: V-Engrave Plugin
« Reply #17 on: August 13, 2013, 08:15:00 am »
Wow! Thank you for your brilliant work on this Paul.

I haven't check this, but the copy & paste issues may be due to not having a...
[Serializable]
attribute on your MOPVEngrave class.
Any serialized custom classes used within the MOPVEngrave also need to be marked as serializable.

I hope this helps and thank you again!


Offline BR52

  • Wookie
  • ****
  • Posts: 368
    • View Profile
Re: V-Engrave Plugin
« Reply #18 on: August 13, 2013, 12:20:31 pm »
The correct address is:
https://code.google.com/p/v-engrave-plugin/wiki/Downloads

Has no function change the properties of the MOP  ???
Example diameter and angle of the tool is the same old value.
Note the comment from David and Andy.

     Armando

Offline dh42

  • Administrator
  • CNC Jedi
  • *****
  • Posts: 7421
    • View Profile
    • Cambam V1.0 French Doc
Re: V-Engrave Plugin
« Reply #19 on: August 13, 2013, 13:49:47 pm »
Ok, issue 9 is fixed.  

Build b0002 has been uploaded to http://v-engrave-plugin.storage.googleapis.com/v-engrave-plugin-latest.zip

Hello,

no change for me (and it was already a b0002 in the download, but say b0001 in the "about"), the value of Path step size is not saved.

++
David

EDIT: Ok,  :-[ I download the wrong file (v-engrave-plugin-latest.zip) the right link is v-engrave-plugin-b0002.zip ...  and the problem is solved, but it show always "b0001" in the "about" (and also in the Windows properties/version panel)
« Last Edit: August 13, 2013, 15:02:18 pm by dh42 »

Offline BR52

  • Wookie
  • ****
  • Posts: 368
    • View Profile
Re: V-Engrave Plugin
« Reply #20 on: August 14, 2013, 11:05:04 am »
Hi David,
I just want some help finding BUGs.
You made ​​a video here:
http://code.google.com/p/v-engrave-plugin/issues/detail?id=12

        Make a video showing this BUG:
In the properties window in MOP VEngrave1 with the right mouse tries to copy.

pstemari, the file "v-engrave-plugin-src-b0003.zip" is empty  ???

      Armando

Offline dh42

  • Administrator
  • CNC Jedi
  • *****
  • Posts: 7421
    • View Profile
    • Cambam V1.0 French Doc
Re: V-Engrave Plugin
« Reply #21 on: August 14, 2013, 12:41:17 pm »
Hello Armando,

No problem for me to download the b0003 ; I add it in attachment

It solves the problem with MOP copy.

++
David

Offline BR52

  • Wookie
  • ****
  • Posts: 368
    • View Profile
Re: V-Engrave Plugin
« Reply #22 on: August 14, 2013, 13:33:00 pm »
David thank you very much,
OK worked great but the file "v-engrave-plugin-src-b0003.zip" is empty.

    Armando

Offline dh42

  • Administrator
  • CNC Jedi
  • *****
  • Posts: 7421
    • View Profile
    • Cambam V1.0 French Doc
Re: V-Engrave Plugin
« Reply #23 on: August 14, 2013, 14:02:55 pm »
Quote
OK worked great but the file "v-engrave-plugin-src-b0003.zip" is empty.

Yes, same for me, I had not seen that it was the source file that you want  :-[

++
David
« Last Edit: August 14, 2013, 14:07:28 pm by dh42 »

Offline pstemari

  • Storm Trooper
  • ***
  • Posts: 146
    • View Profile
Re: V-Engrave Plugin
« Reply #24 on: August 14, 2013, 16:37:48 pm »
Sorry about that.  Should be good now.

Offline pstemari

  • Storm Trooper
  • ***
  • Posts: 146
    • View Profile
Re: V-Engrave Plugin
« Reply #25 on: August 19, 2013, 06:13:19 am »
I just uploaded b0004.  This includes fixes for issues:

3Overshoot on smooth corners
4Max depth/cutter diameter is not implemented
6Default step size is too small for mm-based projects
7Wrong MOP icon
8Can't copy a V-engrave MOP
9V-engrave MOP spécific datas are not saved in .cb file
12ToolPath display bug if Stock surface <> 0
16Infinite loop/bad toolpath

Offline Bubba

  • CNC Jedi
  • *****
  • Posts: 3355
    • View Profile
Re: V-Engrave Plugin
« Reply #26 on: August 19, 2013, 17:49:17 pm »
Is only the V 90 deg cutter used with this plugin? Is any thought of adding a V60 deg cutter as well. Smaller test would look better cut with V60. Thanks.
My 2¢

Win11, CB(1.0)rc 1(64 bit) Mach3, ESS, G540, 4th Axis, Endurance Laser.

Offline lloydsp

  • CNC Jedi
  • *****
  • Posts: 8988
    • View Profile
Re: V-Engrave Plugin
« Reply #27 on: August 19, 2013, 18:13:08 pm »
Huh?  Just set your own angle!  90-degrees is the default setting.  You can change it.

Lloyd
"Pyro for Fun and Profit for More Than Fifty Years"

Offline pstemari

  • Storm Trooper
  • ***
  • Posts: 146
    • View Profile
Re: V-Engrave Plugin
« Reply #28 on: September 16, 2013, 04:45:27 am »
I just uploaded b0005.  Nothing major, some fixes for the z-position at the beginning and end of each cut.  The behavior with rapids should be better.   See Issue 18 for details.

Offline BR52

  • Wookie
  • ****
  • Posts: 368
    • View Profile
Re: V-Engrave Plugin
« Reply #29 on: September 16, 2013, 17:42:32 pm »
Hi

The problem is in the "post processor", I created a "post processor" see attached.
Second, I create in library tool, a tool see picture attached.

     Armando
« Last Edit: September 16, 2013, 17:44:15 pm by BR52 »