Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
mods
Commits
019d6aa0
Commit
019d6aa0
authored
Oct 28, 2021
by
Neil Gershenfeld
Browse files
fix y bug
parent
80a572d7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
modules/processes/mill/raster/3D
View file @
019d6aa0
...
...
@@ -477,7 +477,7 @@ function calculate_path_worker() {
xcur = xnext
ycur = ynext
zcur = znext
if (ycur == (
w
-1)) {
if (ycur == (
h
-1)) {
if (dy == 1) {
dy = 0
dx = -step
...
...
programs/machines/G-code/mill 3D stl
View file @
019d6aa0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment