|
|
|
|
@@ -462,7 +462,7 @@ Only parameters specific to polar printers are described here - see
|
|
|
|
|
[common kinematic settings](#common-kinematic-settings) for available
|
|
|
|
|
parameters.
|
|
|
|
|
|
|
|
|
|
POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the `0,0`
|
|
|
|
|
POLAR KINEMATICS ARE A WORK IN PROGRESS. Moves around the 0, 0
|
|
|
|
|
position are known to not work properly.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
@@ -615,7 +615,7 @@ rotation_distance:
|
|
|
|
|
anchor_x:
|
|
|
|
|
anchor_y:
|
|
|
|
|
anchor_z:
|
|
|
|
|
# The x, y, and z position of the cable winch in cartesian space.
|
|
|
|
|
# The X, Y, and Z position of the cable winch in cartesian space.
|
|
|
|
|
# These parameters must be provided.
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
@@ -826,24 +826,24 @@ Visual Examples:
|
|
|
|
|
# mesh_origin option. This parameter must be provided for round beds
|
|
|
|
|
# and omitted for rectangular beds.
|
|
|
|
|
#mesh_origin:
|
|
|
|
|
# Defines the center x,y coordinate of the mesh for round beds. This
|
|
|
|
|
# Defines the center X, Y coordinate of the mesh for round beds. This
|
|
|
|
|
# coordinate is relative to the probe's location. It may be useful
|
|
|
|
|
# to adjust the mesh_origin in an effort to maximize the size of the
|
|
|
|
|
# mesh radius. Default is 0, 0. This parameter must be omitted for
|
|
|
|
|
# rectangular beds.
|
|
|
|
|
#mesh_min:
|
|
|
|
|
# Defines the minimum x,y coordinate of the mesh for rectangular
|
|
|
|
|
# Defines the minimum X, Y coordinate of the mesh for rectangular
|
|
|
|
|
# beds. This coordinate is relative to the probe's location. This
|
|
|
|
|
# will be the first point probed, nearest to the origin. This
|
|
|
|
|
# parameter must be provided for rectangular beds.
|
|
|
|
|
#mesh_max:
|
|
|
|
|
# Defines the maximum x,y coordinate of the mesh for rectangular
|
|
|
|
|
# Defines the maximum X, Y coordinate of the mesh for rectangular
|
|
|
|
|
# beds. Adheres to the same principle as mesh_min, however this will
|
|
|
|
|
# be the furthest point probed from the bed's origin. This parameter
|
|
|
|
|
# must be provided for rectangular beds.
|
|
|
|
|
#probe_count: 3, 3
|
|
|
|
|
# For rectangular beds, this is a comma separate pair of integer
|
|
|
|
|
# values (X,Y) defining the number of points to probe along each
|
|
|
|
|
# values X, Y defining the number of points to probe along each
|
|
|
|
|
# axis. A single value is also valid, in which case that value will
|
|
|
|
|
# be applied to both axes. Default is 3, 3.
|
|
|
|
|
#round_probe_count: 5
|
|
|
|
|
@@ -872,7 +872,7 @@ Visual Examples:
|
|
|
|
|
# This is also the minimum length that a move can be split. Default
|
|
|
|
|
# is 5.0.
|
|
|
|
|
#mesh_pps: 2, 2
|
|
|
|
|
# A comma separated pair of integers (X,Y) defining the number of
|
|
|
|
|
# A comma separated pair of integers X, Y defining the number of
|
|
|
|
|
# points per segment to interpolate in the mesh along each axis. A
|
|
|
|
|
# "segment" can be defined as the space between each probed point.
|
|
|
|
|
# The user may enter a single value which will be applied to both
|
|
|
|
|
@@ -993,7 +993,7 @@ additional information.
|
|
|
|
|
```
|
|
|
|
|
[screws_tilt_adjust]
|
|
|
|
|
#screw1:
|
|
|
|
|
# The X,Y coordinate of the first bed leveling screw. This is a
|
|
|
|
|
# The (X, Y) coordinate of the first bed leveling screw. This is a
|
|
|
|
|
# position to command the nozzle to that is directly above the bed
|
|
|
|
|
# screw (or as close as possible while still being above the bed).
|
|
|
|
|
# This is the base screw used in calculations. This parameter must
|
|
|
|
|
@@ -1035,7 +1035,7 @@ extended [G-Code command](G-Codes.md#z-tilt) becomes available.
|
|
|
|
|
# A list of X, Y coordinates (one per line; subsequent lines
|
|
|
|
|
# indented) describing the location of each bed "pivot point". The
|
|
|
|
|
# "pivot point" is the point where the bed attaches to the given Z
|
|
|
|
|
# stepper. It is described using nozzle coordinates (the XY position
|
|
|
|
|
# stepper. It is described using nozzle coordinates (the X, Y position
|
|
|
|
|
# of the nozzle if it could move directly above the point). The
|
|
|
|
|
# first entry corresponds to stepper_z, the second to stepper_z1,
|
|
|
|
|
# the third to stepper_z2, etc. This parameter must be provided.
|
|
|
|
|
@@ -1082,7 +1082,7 @@ configuration:
|
|
|
|
|
|Z Z3|
|
|
|
|
|
----------------
|
|
|
|
|
```
|
|
|
|
|
Where x is the (0,0) point on the bed
|
|
|
|
|
Where x is the 0, 0 point on the bed
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
[quad_gantry_level]
|
|
|
|
|
@@ -1131,7 +1131,7 @@ the nature of skew correction these lengths are set via gcode. See
|
|
|
|
|
### [safe_z_home]
|
|
|
|
|
|
|
|
|
|
Safe Z homing. One may use this mechanism to home the Z axis at a
|
|
|
|
|
specific XY coordinate. This is useful if the toolhead, for example
|
|
|
|
|
specific X, Y coordinate. This is useful if the toolhead, for example
|
|
|
|
|
has to move to the center of the bed before Z can be homed.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
@@ -1153,8 +1153,8 @@ home_xy_position:
|
|
|
|
|
# Speed (in mm/s) at which the Z axis is lifted prior to homing. The
|
|
|
|
|
# default is 20mm/s.
|
|
|
|
|
#move_to_previous: False
|
|
|
|
|
# When set to True, xy are reset to their previous positions after z
|
|
|
|
|
# homing. The default is False.
|
|
|
|
|
# When set to True, the X and Y axes are reset to their previous
|
|
|
|
|
# positions after Z axis homing. The default is False.
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### [homing_override]
|
|
|
|
|
@@ -1490,10 +1490,10 @@ cs_pin:
|
|
|
|
|
# See the "common SPI settings" section for a description of the
|
|
|
|
|
# above parameters.
|
|
|
|
|
#axes_map: x, y, z
|
|
|
|
|
# The accelerometer axis for each of the printer's x, y, and z axes.
|
|
|
|
|
# The accelerometer axis for each of the printer's X, Y, and Z axes.
|
|
|
|
|
# This may be useful if the accelerometer is mounted in an
|
|
|
|
|
# orientation that does not match the printer orientation. For
|
|
|
|
|
# example, one could set this to "y,x,z" to swap the x and y axes.
|
|
|
|
|
# example, one could set this to "y, x, z" to swap the X and Y axes.
|
|
|
|
|
# It is also possible to negate an axis if the accelerometer
|
|
|
|
|
# direction is reversed (eg, "x, z, -y"). The default is "x, y, z".
|
|
|
|
|
#rate: 3200
|
|
|
|
|
@@ -3891,7 +3891,7 @@ example.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
# The "replicape" config section adds "replicape:stepper_x_enable"
|
|
|
|
|
# virtual stepper enable pins (for steppers x, y, z, e, and h) and
|
|
|
|
|
# virtual stepper enable pins (for steppers X, Y, Z, E, and H) and
|
|
|
|
|
# "replicape:power_x" PWM output pins (for hotbed, e, h, fan0, fan1,
|
|
|
|
|
# fan2, and fan3) that may then be used elsewhere in the config file.
|
|
|
|
|
[replicape]
|
|
|
|
|
|