website logo
Home pageWeb storeDistributors
Software
Hardware
Settings
Troubleshooting
Navigate through spaces
⌘K
EdingCNC Documentation
Getting started with your new controller
G-code
Language standard
Supported G-code
Supported M-codes
Other input codes
Special commands
Special features
Macro programming
Run behavior during loading of job file and simulation
Software installation
Interface
Keyboard shortcuts
Docs powered by archbee 

G50, G51 (Scaling)

2min

G50 turns scaling off.

UNIFORM Scaling

G51 P... I... J...

P is the scaling factor.

NON-UNIFORM Scaling (X, Y different, only applicable when NO Arcs)

G51 X... Y... I... J...

X is the scaling factor for X coordinates.

Y is the scaling factor for Y coordinates.

I is the X coordinate scaling point

J is the Y coordinate scaling point

When used in combination with G68, the rotation point and scaling point are the same.



PREVIOUS
G43, G43.1, G49 (Tool Length Offset)
NEXT
G53 (Move in Absolute Coordinates)
Docs powered by archbee 
TABLE OF CONTENTS
UNIFORM Scaling
NON-UNIFORM Scaling (X, Y different, only applicable when NO Arcs)