This website works better with JavaScript.
Explore
Help
Sign In
forksand
/
marlin-lulzbot-laser
Watch
1
Star
1
Fork
You've already forked marlin-lulzbot-laser
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Fix lost undef Y_MAX_PIN in pins.h
Browse Source
master
AnHardt
9 years ago
parent
cbce025248
commit
1b336971ae
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
Marlin/pins.h
Unescape
Escape
View File
@ -219,6 +219,7 @@
#
endif
#
endif
#
if ENABLED(DISABLE_YMAX_ENDSTOP)
#
if ENABLED(DISABLE_YMAX_ENDSTOP)
#
undef Y_MAX_PIN
#
define Y_MAX_PIN -1
#
define Y_MAX_PIN -1
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
forksand/marlin-lulzbot-laser
Title
Body
Create Issue