Hello Guest it is April 23, 2024, 03:15:56 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kenneth

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »
221
also, i'm trying to use a button to change a userdro(1011) between inch and mm.
below is what i have. it works but i have to toggle unit button(106), THEN click
my button and it changes back to whichever is opposite from what it was before.
if i enter 1" and click the button, the dro changes to 25.4mm. if i click the same button,
it should change back to 1". doesn't have to say " or mm.
Thanks for any help !



InchMM = GetUserDRO(1011)
If GetOEMLED(802) Then
SetUserDRO(1011 , InchMM*25.4)
Else
SetUserDRO(1011 , InchMM/25.4)
End If

222
i know of no way except to edit the code yourself.
let's hope one of these good people know something.

223
Machscreen Screen Designer / Estimate(815)/Elasped(814) dro different
« on: March 07, 2013, 10:31:34 AM »
is there a way to adjust the Estimate(815) DRO to get closer to the
Elasped(814) DRO ? thirty minutes seems like a big different.
Thanks for any help !

224
you'll have to edit the gcode yourself. unless they have better ideas here.
but.............

g0 z7
x5 y40
G73 G1 F? X5 Y40 Z-7 Q1 R7

somthing like that. just move to pass the screw.

225
that must be it.
Thanks Overloaded

226
yes i was. but is it the purchased version or the default.
i have mach3 Version R3.043.066. and i can't see where to add a radius.
i looked in NFW Wizard "Rec Pocket" and "Pocket Cutting"
Thanks TP


or i may not be using NFW Wizard.

227
any chance to get a radius option in the rec pocket wizard?
would ask user for corner radii.
Thanks

228
Newfangled Mill Wizard / Re: Button to select one wizard ?
« on: March 06, 2013, 12:00:07 PM »
THANKS !

229
Newfangled Mill Wizard / Re: Button to select one wizard ?
« on: March 06, 2013, 11:39:55 AM »
Thanks Ian,
but when i use Sub LoadWizard (PocketCutting).
i get
Scripter Compile Error. In:
tried different name combination. in the wizard loader,
it's named Pocket Cutting. list of names somewhere?
Thanks

p.s. i tried LoadWizard (PocketCutting)
no error, but nothing happened.

230
Newfangled Mill Wizard / Button to select one wizard ?
« on: March 06, 2013, 10:18:01 AM »
is it possible to make a button to open a wizard i use regularly(pocket) ?
i want to be able to click the button and the pocket wizard opens. not the
options to select wizards.

Thanks

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 »