Skip to content
  1. Feb 09, 2014
  2. Feb 05, 2014
  3. Feb 03, 2014
    • ErikZalm's avatar
      Merge pull request #743 from Opticalworm/Marlin_v1 · e1ae7952
      ErikZalm authored
      Improved support for panelolu2 encoder and buzzer
      e1ae7952
    • ErikZalm's avatar
      Merge pull request #744 from drf5n/watts · 1cc9212c
      ErikZalm authored
      Heater wattage reporting for M105 using EXTRUDER_WATTS and BED_WATTS
      1cc9212c
    • David Forrest's avatar
    • Ronald's avatar
      Changed 1284p fuse setting for Arduino_1.x.x · c2b3e887
      Ronald authored
      - Remove the two version of 16mHz. Crystal and resonator use the same
      fuse setting. Also, Arduino IDE only showed the first one 16Mhz as a
      board option.
      
      - Added 20Mhz board option.
      
      Symptoms for incorrect fuse setting:
      - X axis move in one direction
      - limit switches fail to trigger
      - unable to reprogram the device via bootloader
      - stops working when the reset switch is pressed.
      - device fails to bootup when power by a slow raise power supply.
      
      Solution:
      - Disabled the jtag
      - set the correct clock selection bit
      - set the correct bootloader memory size
      - enable brown-out setting
      - enable clock power up delay
      c2b3e887
    • Ronald's avatar
      Improved support for panelolu2 encoder and buzzer · 8d162e5b
      Ronald authored
      I added #define for LCD_FEEDBACK_FREQUENCY_HZ and
      LCD_FEEDBACK_FREQUENCY_DURATION_MS  which is used to alter the default
      buzzer sound.
      
      When selecting Panelolu2 in configuration.h:
      - it automatically sets the correct ENCODER_PULSES_PER_STEP and
      ENCODER_STEPS_PER_MENU_ITEM.
      - if LCD_USE_I2C_BUZZER is defined it will also set the default
      LCD_FEEDBACK_FREQUENCY_HZ and LCD_FEEDBACK_FREQUENCY_DURATION_MS
      
      When selecting the sanguinololu 1284p the following is true:
      - its now enables  LARGE_FLASH
      - It enables the gcode M300 when the panelolu2 LCD_USE_I2C_BUZZER is
      defined
      8d162e5b
  4. Feb 02, 2014
  5. Feb 01, 2014
  6. Jan 31, 2014
  7. Jan 30, 2014
  8. Jan 22, 2014
  9. Jan 21, 2014
  10. Jan 20, 2014
    • ErikZalm's avatar
      Merge pull request #725 from whosawhatsis/Marlin_v1 · 9b2576e5
      ErikZalm authored
      Fix bugs in Extruder Runout Prevention, including DAMAGING HEAD CRASH
      9b2576e5
    • whosawhatsis's avatar
      Previous commit borked. · f08bb8bb
      whosawhatsis authored
      f08bb8bb
    • whosawhatsis's avatar
      Remove previous_millis_cmd update from extruder runout prevention code · b1f8f492
      whosawhatsis authored
      This seems to defeat the purpose of previous_millis_cmd, preventing the
      time elapsed from previous_millis_cmd from ever reaching
      max_inactive_time or stepper_inactive_time while the heat was on.
      b1f8f492
    • whosawhatsis's avatar
      Fix crash after home bug · 8a5eaa3c
      whosawhatsis authored
      Fixes a bug in the Extruder Runout Prevention feature that caused the
      extruder to move back to “current_position” after a move if it was
      activated while the move was in progress. For long home moves (which
      are longer than the dimensions of the machine’s working area), this
      would cause the machine to crash into the far end of its travel after
      homing. This usually occurred on the Z axis, which could result in
      damage to the machine if you don’t hit the reset button in time.
      8a5eaa3c
  11. Jan 17, 2014