Merge remote-tracking branch 'upstream/Development' into Development

Latest upstream commits
This commit is contained in:
Scott Lahteine
2015-04-09 01:41:10 -07:00
16 changed files with 29 additions and 29 deletions

View File

@@ -4087,7 +4087,7 @@ inline void gcode_M226() {
#endif // CHDK || PHOTOGRAPH_PIN
#ifdef DOGLCD
#ifdef HAS_LCD_CONTRAST
/**
* M250: Read and optionally set the LCD contrast
@@ -4099,7 +4099,7 @@ inline void gcode_M226() {
SERIAL_EOL;
}
#endif // DOGLCD
#endif // HAS_LCD_CONTRAST
#ifdef PREVENT_DANGEROUS_EXTRUDE
@@ -5087,11 +5087,11 @@ void process_commands() {
break;
#endif // CHDK || PHOTOGRAPH_PIN
#ifdef DOGLCD
#ifdef HAS_LCD_CONTRAST
case 250: // M250 Set LCD contrast value: C<value> (value 0..63)
gcode_M250();
break;
#endif // DOGLCD
#endif // HAS_LCD_CONTRAST
#ifdef PREVENT_DANGEROUS_EXTRUDE
case 302: // allow cold extrudes, or set the minimum extrude temperature