Skip to content
  1. Feb 13, 2014
  2. Feb 12, 2014
  3. Feb 11, 2014
  4. Feb 09, 2014
  5. Feb 07, 2014
  6. Feb 05, 2014
  7. 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
  8. Feb 02, 2014
  9. Feb 01, 2014
  10. Jan 31, 2014
    • whosawhatsis's avatar
      Fixed math · 856edfcc
      whosawhatsis authored
      This is why I wanted to sleep on the code I wrote while falling asleep
      rather than immediately submitting a pull request.
      856edfcc