Hello Guest it is April 23, 2024, 04:23:32 PM

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 - equalizer700

Pages: 1
1
Got ot installed and running, and it's AWESOME!

Thanks!

2
It sounds great!  We're looking forward to the new release.

3
Joakim,

Are the button assignments for the new release posted anywhere?  My son and I are just about to learn how to use JoyPad and would like to not have to re-learn what the buttons do after the new release.  We would configure to match the upcoming release if the future button assignments are posted anywhere.

Thanks

John & John

4
Thanks for the info.  I did not delve into the manual:  did my setup from the videos. 

Doh!  Ya gotta RTFM I guess!

5
Thanks for the quick answers.

Sorry to be so dense, but this is the first piece of G-code I have ever written.

I don't understand what "turn on the G41 comp on a G01 line" means.  Should that be:
G1 G41 D1 X2
?

Lead-in and lead out are the moves to let the tool compensation be active?  Can they be rapid moves?
 
Do you know where there is an explanation of how tool compensation works? I have the EMC2 G Code Language Reference.

6
This code works in NCPlot, but Mach 3 tells me the radius at the end point is not the same as at the start.  I have the IJ Mode set to INC in config.

G20 (set the units to inches)
G17 (make arcs within the XY plane)
F10 (set feed rate in inches per minute)
G10 L1 P1 R.125 (set tool 1 radius to .125)
G41 D1 (cutter radius compensation tool 1 to the left of cut)
G91
G0 Z1
G0 X1
G0 Z-1
G0 X-1
G90
(start at 0,0,0)
G1 X2 (cut lower body)
G2 X2.125 Y-.125 J-.125 (cut CCW arc to  x2.125 Y-.125)  <this gives an error.
G3 X2.625 Y-.125 I.25  (cut CW arc to X2.625)
G1 Y.75 (cut beater end)
G3 X2.125 Y.75 I-.250 (cut CW arc to X2.125 Y.75)
G2 X2 Y.625 I-.125 (Cut CCW arc to X2 Y.625)

G1 X0
G1 Y0

M30

Can anyone see my error??

Pages: 1