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

M600 can power down nozzles if filament change takes too long #5737

Closed
wants to merge 53 commits into from
Closed

Commits on Jan 21, 2017

  1. Nozzle shutdown during M600

    Roxy-3D authored Jan 21, 2017
    Configuration menu
    Copy the full SHA
    04c2e16 View commit details
    Browse the repository at this point in the history
  2. Nozzle shutdown during M600

    Roxy-3D authored Jan 21, 2017
    Configuration menu
    Copy the full SHA
    ae8af09 View commit details
    Browse the repository at this point in the history
  3. Nozzle shutdown during M600

    Roxy-3D authored Jan 21, 2017
    Configuration menu
    Copy the full SHA
    885aa8d View commit details
    Browse the repository at this point in the history
  4. Nozzle shutdown during M600

    Roxy-3D authored Jan 21, 2017
    Configuration menu
    Copy the full SHA
    3ab8095 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. fix botched edit

    Roxy-3D authored Jan 22, 2017
    Configuration menu
    Copy the full SHA
    f0b52c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77df0e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Configuration menu
    Copy the full SHA
    37e426c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b28ec22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8990f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aa5dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Try to get Travis happy

    Roxy-3D authored Jan 24, 2017
    Configuration menu
    Copy the full SHA
    880ca62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbe00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b730236 View commit details
    Browse the repository at this point in the history
  4. Change wording...

    Roxy-3D authored Jan 24, 2017
    Configuration menu
    Copy the full SHA
    a1a4f8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81cb599 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c14676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3aa9ee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Update Readme

    Tannoo committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    6e7945d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Update Marlin_main.cpp

    Roxy-3D authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    0d59f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50528f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Show Active Nozzle Temp

    Tannoo committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    f8094ae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    44d3042 View commit details
    Browse the repository at this point in the history
  2. Update ultralcd.cpp

    Tannoo authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    58b1dc5 View commit details
    Browse the repository at this point in the history
  3. Update ultralcd.cpp

    Tannoo authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    22a4057 View commit details
    Browse the repository at this point in the history
  4. Trying to make Travis happy

    Move the u8g calls to their own function.
    Tannoo committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    6eac529 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Travis correction?

    Tannoo authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    498c1d4 View commit details
    Browse the repository at this point in the history
  2. Undoing last commit

    Tannoo authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    9301fac View commit details
    Browse the repository at this point in the history
  3. See if this helps

    Tannoo authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    5d925bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    108caec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from Roxy-3D/Tannoo-patch-1

    Undo last change.
    Tannoo authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    b6ecc32 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Cleanup and toocold menu change (#3)

    * Cleanup and toocold menu change
    
    * Spelling correction
    
    * Will Travis like this?
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    fbb1aed View commit details
    Browse the repository at this point in the history
  2. Changes for Travis (#4)

    * Update ultralcd.h
    
    * Changed "U8glib.h" to <U8glib.h>
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    310920e View commit details
    Browse the repository at this point in the history
  3. Declaration for Travis (#5)

    * Update ultralcd.h
    
    * Changed "U8glib.h" to <U8glib.h>
    
    * Declaration
    
    Declaring `lcd_implementation_hotend_status()`.
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    79ad72a View commit details
    Browse the repository at this point in the history
  4. Travis Happy Yet (#6)

    * Update ultralcd.h
    
    * Changed "U8glib.h" to <U8glib.h>
    
    * Declaration
    
    Declaring `lcd_implementation_hotend_status()`.
    
    * Travis happy yet?
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    36e25c2 View commit details
    Browse the repository at this point in the history
  5. Travis Happy Yet (#7)

    * Update ultralcd.h
    
    * Changed "U8glib.h" to <U8glib.h>
    
    * Declaration
    
    Declaring `lcd_implementation_hotend_status()`.
    
    * Travis happy yet?
    
    * Added function to HD44780
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    249a181 View commit details
    Browse the repository at this point in the history
  6. Travis Happy Yet (#8)

    * Update ultralcd.h
    
    * Changed "U8glib.h" to <U8glib.h>
    
    * Declaration
    
    Declaring `lcd_implementation_hotend_status()`.
    
    * Travis happy yet?
    
    * Added function to HD44780
    
    * Removed Delcaration
    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    ff566a2 View commit details
    Browse the repository at this point in the history
  7. Update ultralcd.h

    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    da422a5 View commit details
    Browse the repository at this point in the history
  8. Update ultralcd.h

    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    716297f View commit details
    Browse the repository at this point in the history
  9. Update ultralcd.h

    Tannoo authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    3b317fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db174b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Update M119

    Added FILAMENT_RUNOUT_SENSOR to the list of endstops or switches to
    check.
    Tannoo committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    9a30ca0 View commit details
    Browse the repository at this point in the history
  2. Beep timeout cleanup

    Moved filament change beeping to it's own function.
    Corrected the double-beep at beep shutdown.
    Possibly corrected Travis issues with the 'ms' thing.
    Some formatting corrections.
    Tannoo committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    940b343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1945abd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    202f359 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc1b247 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4560097 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee38b06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f26f5fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec95991 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39d6354 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    27bc189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ddd79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c550c97 View commit details
    Browse the repository at this point in the history