Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
pcb-milling [2021/01/08 15:57] 127.0.0.1 external edit |
pcb-milling [2021/02/22 17:55] (current) |
| |
In the latest version, there is a quick way to use two corners mode without enabling it in the configuration. | In the latest version, there is a quick way to use two corners mode without enabling it in the configuration. |
''G32 R1 X0 Y0 A30 B30'' The R1 sets a special two corners mode which uses the current position as the start x and y, the X and Y specified in the G32 will be offsets from that and would usually be specified as 0 | ''G32 R1 X0 Y0 A30 B30'' The R1 sets a special two corners mode which uses the current position of the head as the start x and y, the X and Y specified in the G32 will be offsets from that and would usually be specified as 0. (**NOTE** if there is a probe offset, which is not recommended, then it will move the probe to where we asked it to start from.) |
| |
=== Usage | === Usage |
| |
|| <kbd>G32 Xnn Ynn Ann Bnn Inn Jnn</kbd> || Probes the grid from X, Y (Machine coordinates), with X size = A, Y size = B, with X grid size = I, Y grid size = J. I*J must be <= grid size from configuration. Omitting I or J or both will use grid size from configuration || | | <kbd>G32 Xnn Ynn Ann Bnn Inn Jnn</kbd> | Probes the grid from X, Y (Machine coordinates), with X size = A, Y size = B, with X grid size = I, Y grid size = J. I*J must be <= grid size from configuration. Omitting I or J or both will use grid size from configuration | |
| |
Example use : | Example use : |