Skip to content

Commit

Permalink
Autogenerated - Upstream v0.12.0-380-g5d1d8710
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippy-Tools-Bot committed Nov 20, 2024
1 parent bcd63f5 commit c372589
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion klippy/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0-379-g6c8635cd
v0.12.0-380-g5d1d8710
2 changes: 1 addition & 1 deletion klippy/docs/Bed_Mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ printers use an endstop for homing the Z axis and a probe for calibrating the
mesh. In this configuration it is possible offset the mesh so that the (X, Y)
`reference position` applies zero adjustment. The `reference postion` should
be the location on the bed where a
[Z_ENDSTOP_CALIBRATE](./Manual_Level#calibrating-a-z-endstop)
[Z_ENDSTOP_CALIBRATE](./Manual_Level.md#calibrating-a-z-endstop)
paper test is performed. The bed_mesh module provides the
`zero_reference_position` option for specifying this coordinate:

Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "klipper-klippy-l"
version = "0.12.0.dev287"
license.text = "GPL-3.0-only"
readme = "README-py.md"
description = "Klipper's host daemon - Unofficial repackage, includes patches"
Expand All @@ -16,8 +17,6 @@ dependencies= [
"markupsafe==1.1.1"
]

dynamic = [ "version" ]

[project.optional-dependencies]
resonanceTest = [
"numpy",
Expand All @@ -31,14 +30,10 @@ homepage = "https://github.com/laikulo/klippy"
klipper-klippy = "klippy.klippy:main"
klipper_klippy = "klippy.klippy:main"

[tool.setuptools.dynamic]
version = { file = ".py_version" }

[tool.setuptools.packages.find]
include = [
"klippy",
"klippy.*",
"build_data"
]

[tool.setuptools.package-data]
Expand Down
7 changes: 0 additions & 7 deletions version-setup.sh

This file was deleted.

0 comments on commit c372589

Please sign in to comment.