ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 01. April 2021 18:36 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 140 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 02. April 2021 02:10 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 02. April 2021 03:10 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 140 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 02. April 2021 04:50 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Quote
Grid Offset
The first point of the grid is always at (0,0). If your printer can't reach this point with its probe due to the probe's offset you have several options:
1. Set the homing offset to allow for the probe offset and/or reduce the grids x/y size to accommodate the probe offsets.
2. You could invert one or multiple axis so (0,0) is in an accessible position.
3. You can set
leveling-strategy.rectangular-grid.only_by_two_corners true
and specify the offset in Gcode using additional parameters to the G32 command.
See more on that in the PCB milling section: PCB Milling
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 03. April 2021 08:48 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 140 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 03. April 2021 09:01 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Quote
USAGE
G32 Xnn Ynn Ann Bnn Inn Jnn 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 :
G32X0Y50A50B100 - Probes the grid from X=0, Y=50, X size = 50, Y size = 100, with grid size from configuration
G32X0Y50A50B100I5J9 - Probes the grid from X=0, Y=50, X size = 50, Y size = 100, X grid size = 5, Y grid size = 9
G32X50Y0A100B50 - Probes the grid from X=50, Y=0, X size = 10, Y size = 50, with grid size from configuration
G32X50Y0A100B50I9J5 - Probes the grid from X=50, Y=0, X size = 10, Y size = 50, X grid size = 9, Y grid size = 5
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 04. April 2021 12:11 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 140 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 04. April 2021 13:13 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: ich werd noch verrückt... Bltouch (3dtouch) und Smoothieware 05. April 2021 17:07 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 140 |