Hello Guest it is April 26, 2024, 09:14:48 AM

Author Topic: Mach 3 Scaling : Cut is too big  (Read 1817 times)

0 Members and 1 Guest are viewing this topic.

Mach 3 Scaling : Cut is too big
« on: March 25, 2020, 12:56:45 PM »
Hi Guys, newbie here so please be gentle!  When I did my first test, it should have cut and 83mm disc, but it cut at about 130mm !  Used Easel to create the G-Gode and the size was ok. Move the cutter head 100mm on screen, and the bit moved 100mm actual. SO not sure where to look for a solution. Can I just calculate the % difference and reduce the scale function in MACH 3 to get the correct final output size, or am I doing something wrong ?  Thanks, Tim

Offline Tweakie.CNC

*
  • *
  •  9,200 9,200
  • Super Kitty
    • View Profile
Re: Mach 3 Scaling : Cut is too big
« Reply #1 on: March 26, 2020, 02:17:43 AM »
You are doing something wrong (probably in Easel).

To rule out one possibility use the Axis Calibration feature (Settings screen) to check that you have your Steps per Unit set correctly for each axis.

Tweakie.
PEACE
Re: Mach 3 Scaling : Cut is too big
« Reply #2 on: March 26, 2020, 04:47:27 AM »
Hi Tweakie, thanks for replying.

The size of 83mm in easel is correct as to what I have drawn. Might try working in inches !.   Are there different Gcodes (50 / 51) that might need adding?

When I measured the actual movement of the router bit against a rule, it looks spot on. Guess I will run a few experiments, and see if it is easel of Mach 3 casuing the issue.

Thanks, Tim

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: Mach 3 Scaling : Cut is too big
« Reply #3 on: March 26, 2020, 08:15:51 PM »
Can you put the code you used up so we can see what that is like, what cutter size was used.

The code for an 83mm circle with a 6mm cutter on the outside of the circle would be something like this

%
G21 G40 G80
G54 G00 G90 X44.5 Y0 Z25. S10000 M3
Z1.
G01 Z-2. F500.
G03 I-44.5 F1000.
G00 Z25.
M30
%
Without engineers the world stops