Skip to content

Commit b2535c2

Browse files
committed
Merge branch 'main' of https://github.com/ejkaplan/elkplot
2 parents b9cdb0e + 44139a9 commit b2535c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elkplot/axidraw.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ pen_lift_pin = 2
66
brushless = 1
77

88
[DEFAULT]
9-
pen_up_position = -50
9+
pen_up_position = 40
1010
pen_up_speed = 150
1111
pen_up_delay = 0
12-
pen_down_position = -120
12+
pen_down_position = -40
1313
pen_down_speed = 150
1414
pen_down_delay = 0
1515
acceleration = 16

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["El Kaplan <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "~3.12"
9+
python = "^3.12"
1010
pyserial = "^3.5"
1111
tqdm = "^4.64.1"
1212
shapely = "^2.0.1"

0 commit comments

Comments
 (0)