Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
7336e6df
Commit
7336e6df
authored
9 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Always define old_z, not always z2
parent
5dd87d2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/stepper.cpp
+3
-2
3 additions, 2 deletions
Marlin/stepper.cpp
with
3 additions
and
2 deletions
Marlin/stepper.cpp
+
3
−
2
View file @
7336e6df
...
...
@@ -99,9 +99,10 @@ static volatile bool endstop_z_probe_hit = false; // Leaving this in even if Z_P
static
bool
old_y_max_endstop
=
false
;
#endif
static
bool
old_z_min_endstop
=
false
;
static
bool
old_z_max_endstop
=
false
;
#ifdef Z_DUAL_ENDSTOPS
static
bool
old_z_min_endstop
=
false
;
static
bool
old_z_max_endstop
=
false
;
static
bool
old_z2_min_endstop
=
false
;
static
bool
old_z2_max_endstop
=
false
;
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment