We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9cdb0e + 44139a9 commit b2535c2Copy full SHA for b2535c2
elkplot/axidraw.ini
@@ -6,10 +6,10 @@ pen_lift_pin = 2
6
brushless = 1
7
8
[DEFAULT]
9
-pen_up_position = -50
+pen_up_position = 40
10
pen_up_speed = 150
11
pen_up_delay = 0
12
-pen_down_position = -120
+pen_down_position = -40
13
pen_down_speed = 150
14
pen_down_delay = 0
15
acceleration = 16
pyproject.toml
@@ -6,7 +6,7 @@ authors = ["El Kaplan <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
-python = "~3.12"
+python = "^3.12"
pyserial = "^3.5"
tqdm = "^4.64.1"
shapely = "^2.0.1"
0 commit comments