mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 13:48:00 -06:00
force_move: Provide defaults for SET_KINEMATIC_POSITION parameters
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c5ecb37b4e
commit
f2d232ef77
3 changed files with 18 additions and 14 deletions
|
@ -157,9 +157,11 @@ the desired movement to the "custom g-code" section of your slicer.
|
|||
|
||||
If the printer requires some additional movement as part of the homing
|
||||
process itself (or fundamentally does not have a homing process) then
|
||||
consider using a homing_override section in the config file - see
|
||||
[example-extras.cfg](../config/example-extras.cfg) for further
|
||||
details.
|
||||
consider using a homing_override section in the config file. If you
|
||||
need to move a stepper for diagnostic or debugging purposes then
|
||||
consider adding a force_move section to the config file. See
|
||||
[example-extras.cfg](../config/example-extras.cfg) for further details
|
||||
on these options.
|
||||
|
||||
### Why is the Z position_endstop set to 0.5 in the default configs?
|
||||
|
||||
|
|
|
@ -195,10 +195,12 @@ section is enabled:
|
|||
low-level kinematics in an incorrect state; issue a G28 afterwards
|
||||
to reset the kinematics. This command is intended for low-level
|
||||
diagnostics and debugging.
|
||||
- `SET_KINEMATIC_POSITION X=<value> Y=<value> Z=<value>`: Force the
|
||||
low-level kinematic code to believe the toolhead is at the given
|
||||
position. This is a diagnostic and debugging command; use
|
||||
SET_GCODE_OFFSET and/or G92 for regular axis transformations.
|
||||
Setting an incorrect or invalid position may lead to internal
|
||||
software errors. This command may invalidate future boundary checks;
|
||||
issue a G28 afterwards to reset the kinematics.
|
||||
- `SET_KINEMATIC_POSITION [X=<value>] [Y=<value>] [Z=<value>]`: Force
|
||||
the low-level kinematic code to believe the toolhead is at the given
|
||||
cartesian position. This is a diagnostic and debugging command; use
|
||||
SET_GCODE_OFFSET and/or G92 for regular axis transformations. If an
|
||||
axis is not specified then it will default to the position that the
|
||||
head was last commanded to. Setting an incorrect or invalid position
|
||||
may lead to internal software errors. This command may invalidate
|
||||
future boundary checks; issue a G28 afterwards to reset the
|
||||
kinematics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue