-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kimbra singlenozzle #1686
Kimbra singlenozzle #1686
Conversation
One Hotend for More extruder. Conflicts: Marlin/Marlin_main.cpp Marlin/temperature.cpp
That's very comprehensive. That last commit broke something, and the code is looking for |
I missed some renames. This works now. But please test this before merge. I can't test this. |
Looks good, no typos that I can see. I will merge this pretty soon. Trying to find a bed leveling bug at the moment… |
Conflicts: Marlin/Conditionals.h Marlin/temperature.cpp
This is only failing Travis CI due to issues on their end. |
revert generic delta Configuration
tTarget=int(degTargetBed() + 0.5); | ||
lcd.print(LCD_STR_BEDTEMP[0]); | ||
# endif | ||
#if HOTENDS > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If HOTENDS
is greater than... what? This needs a right operand.
/ultralcd_implementation_hitachi_HD44780.h:485:19: error: operator '>' has no right operand
…glenozzle Conflicts: Marlin/Marlin_main.cpp Marlin/temperature.cpp Marlin/temperature.h Marlin/ultralcd_implementation_hitachi_HD44780.h
@Wurstnase This went a little out of date with all my screwing around with |
@thinkyhead I will make an update of it. |
I try to cherry-pick. So somebody needs to check this.