Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: marcel beaudry on April 19, 2011, 03:55:38 PM

Title: shapes wizzard
Post by: marcel beaudry on April 19, 2011, 03:55:38 PM
Hello

In the shapes wizzard when i try to input a cutter diameter of .125 it only rounds it up to .13 is there a way to change it so it accept a 3 digit number

thank you for your time

Marcel Beaudry
Title: Re: shapes wizzard
Post by: Overloaded on April 19, 2011, 04:07:49 PM
Hi Marcel,
  The value that you enter is valid and accurate even though the DRO only shows 2 decimal places.
But if you want to change it, open the .set with Screen4 from the Mach3 folder/addons/shapes, double click the DRO and change the 2 to 4 (%+.4f)
Russ
Title: Re: shapes wizzard
Post by: Overloaded on April 19, 2011, 04:10:21 PM
... or,  %+.3f  for 3 decimal places.
Title: Re: shapes wizzard
Post by: marcel beaudry on April 19, 2011, 04:31:25 PM
That was fast

So if i input .1875 the program will use .1875 and put .19 in the box.

Thank you for your time

Marcel
Title: Re: shapes wizzard
Post by: Overloaded on April 19, 2011, 04:34:55 PM
Yes.
Title: Re: shapes wizzard
Post by: marcel beaudry on April 19, 2011, 04:37:30 PM
Well i thank you again for your time

Marcel Beaudry
Title: Re: shapes wizzard
Post by: Overloaded on April 19, 2011, 04:43:12 PM
Hey Marcel, I want to experiment with this a bit to be sure. I know I saw this before in another wizard but better check this one for sure.
I don't want to mis inform you.
You might have to change it as I mentioned earlier.
Russ
Title: Re: shapes wizzard
Post by: Overloaded on April 19, 2011, 05:07:56 PM
I'm not so sure about this one Marcel.
Whatever I seem to do, the final code produced is rounded to 2 decimal places.
Probably well suited for metric ops, not so good for INCH.
I'll stand by for a possible solution.
Proceed with caution.
Sorry,
Russ
Title: Re: shapes wizzard
Post by: marcel beaudry on April 19, 2011, 05:16:25 PM
Thank You

It works for me

Marcel