Macro Reference

Auto-generated from plugin source.

PROBE

Probe the bed to get the height offset at the current position.

This macro accepts no parameters.

PROBE_ACCURACY

Probe the bed multiple times to measure the accuracy of the probe.

  LIFT_SPEED (float, required): Lift speed in mm/s
    Constraints: minimum: 1
  SAMPLE_RETRACT_DIST (float, default: 1.0): Retract distance between samples
    Constraints: minimum: 1.0
  SAMPLES (int, default: 10): Number of probe samples
    Constraints: minimum: 3

Example:

PROBE_ACCURACY LIFT_SPEED=<lift_speed> SAMPLE_RETRACT_DIST=1.0 SAMPLES=10

QUERY_PROBE

Return the status of the z-probe

This macro accepts no parameters.

Z_OFFSET_APPLY_PROBE

Adjust the probe's z_offset

This macro accepts no parameters.

BED_MESH_CALIBRATE

Gather samples across the bed to calibrate the bed mesh.

Example:

CARTOGRAPHER_QUERY

Query current cartographer state

Example:

CARTOGRAPHER_STREAM

Controls a data stream of the cartographer readings to a file.

Example:

CARTOGRAPHER_TEMPERATURE_CALIBRATE

Calibrate temperature compensation for frequency drift

Example:

CARTOGRAPHER_SCAN_CALIBRATE

Run the scan calibration

Example:

CARTOGRAPHER_SCAN_ACCURACY

Collect samples from the probe and calculate statistics on the results.

Example:

CARTOGRAPHER_SCAN_MODEL

Manage saved scan models

Example:

CARTOGRAPHER_ESTIMATE_BACKLASH

Do a series of moves to estimate backlash on the Z axis.

Example:

CARTOGRAPHER_TOUCH_CALIBRATE

Run the touch calibration

Example:

CARTOGRAPHER_TOUCH_MODEL

Manage saved touch models

Example:

CARTOGRAPHER_TOUCH_PROBE

Touch the bed to get the height offset at the current position.

This macro accepts no parameters.

CARTOGRAPHER_TOUCH_ACCURACY

Touch the bed multiple times to measure the accuracy of the probe.

Example:

CARTOGRAPHER_TOUCH_HOME

Touch the bed to home Z axis

Example:

CARTOGRAPHER_AXIS_TWIST_COMPENSATION

Scan and touch to calculate axis twist compensation values.

Example:

Last updated