Skip to content
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

Merge upstream #2

Merged
merged 431 commits into from
Jul 6, 2015
Merged

Conversation

CptanPanic
Copy link
Owner

No description provided.

thinkyhead and others added 30 commits May 18, 2015 07:08
Now ending in an endless loop.
Tidy up the output format.
We now get:
ERRORTEXT ", system stopped! Heater_ID: " HEATERID

Where ERRORTEXT can be:
"Heating failed"
"Thermal Runaway"
"MAXTEMP triggered"
"MINTEMP triggered"
and soon
"Thermal Jump"

HEATERID can be
0, 1, 2 ,3 , "bed"

This messages are always followed by the common:
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
Minor wording correction.
language.h: update documentation for LANGUAGE_INCLUDE

@thinkyhead What do you think? I think there should be a warning like
this.
Fixed a couple defines that were not changed or commented out.
No way to fit Marlin into 32K.
language.h: update documentation / URL für K8200
Added the link to the github information about the
ELB_FULL_GRAPHIC_CONTROLLER
Updated all the example Configuration.h files for the new display type.
Add  ELB_FULL_GRAPHIC_CONTROLLER with ADAFRUIT_ST7565 display.
move dogm font selection to configuration_adv.h
instead of stop(). We really want to require a reset and no chance to set a new temperature.
Makes the output on the LCD adjustable.
Add a string parameter to kill()
Use _temp_error() for all errors thrown by different heater sanity check mechanisms
Wackerbarth and others added 28 commits June 27, 2015 15:45
Switch to Arduino IDE 1.6.4  for Travis testing
here the othe two occourences of `Z_PROBE_OFFSET_FROM_EXTRUDER` are
replaced with `zprobe_zoffset`.
BOARD_ULTIMAKER was not the default any more
- sed failed to change the board
- RAMPS_EFB has no second extruder
- ...
- Added test for bed

Rebased.
Reactivate tests for more extruders in Travis
Add MagoKimbra to the list of contributors
verified via 1.0.2 tag that compiles by multiple people,
credit for the fix goes to paulusjacobus for the initial find and
sniffle for the correction so M851 works.
- Also fix a bug in `M600` where `Z_MAX_ENDSTOP_INVERTING` is being
used as the index into the `destination[AxisEnum]` array.
Enable LCD_PIN_RESET if it exists
Replace "target" with "destination" in M600
Sign flipped with #2167.
See also comments
#2040 (comment)
and following.
Correct the sign of zprobe_zoffset for G29
CptanPanic added a commit that referenced this pull request Jul 6, 2015
@CptanPanic CptanPanic merged commit 9bde77c into CptanPanic:Development Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.