hsm edit

hsm edit

Anonymous
Not applicable
562 Views
3 Replies
Message 1 of 4

hsm edit

Anonymous
Not applicable
hello can you please tell me why I see G0 and not G00 in editor after postproces? Same with tools T1 not T01. Cant find settings for this.
0 Likes
Accepted solutions (1)
563 Views
3 Replies
Replies (3)
Message 2 of 4

parobillard
Advocate
Advocate

I think you will need to modify your post!

0 Likes
Message 3 of 4

Laurens-3DTechDraw
Mentor
Mentor
Accepted solution

Indeed.

 

For the G01/G00:

In your post there is probably this line:

var gFormat = createFormat({prefix:"G", decimals:0});

Change it to this:

var gFormat = createFormat({prefix:"G", width:2, zeropad:true});

 

The same kind of trick will probably work for toolFormat as well.

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


0 Likes
Message 4 of 4

Anonymous
Not applicable

Working, thx a lot 😉

0 Likes