Skip to content
Snippets Groups Projects
  1. Jul 27, 2015
  2. Jul 26, 2015
  3. Jul 25, 2015
    • AnHardt's avatar
      Distinguish between BUZZER and SPEAKER (PR#2513) · fd0e81b0
      AnHardt authored
      A speaker needs a AC or a pulsed DC to make a sound, a buzzer only needs a DC.
      A buzzer has it's own resonator. It works in most cases to feed the buzzer with a pulsed DC, but the sound will not be as loud as with pure DC.
      
      There seem to be boards where the BEEPER-pin is not able to handle a PWM. Obviously intended for a buzzer.
      To make these board able to handle a speaker
      
      * replace the PWM based tone()-function again with a on-delay-off-delay loop.
      
      Hopefully the last time I touch the beeper code.
      fd0e81b0
    • Scott Lahteine's avatar
      Shorthand for do_blocking_move_to · e2957df0
      Scott Lahteine authored
      e2957df0
    • Scott Lahteine's avatar
      Adjust comment on Z adjustment · 819c5b9b
      Scott Lahteine authored
      819c5b9b
    • Scott Lahteine's avatar
      Patch for G29 final Z position · 5a7356b6
      Scott Lahteine authored
      Include all the necessary pieces to get the final Z position after
      probing the bed, and add commentary about other possible changes.
      5a7356b6
    • AnHardt's avatar
      Add forgotten Marlin_main.cpp · 088e09e0
      AnHardt authored
      088e09e0
    • AnHardt's avatar
      Some more servo code tweaks · 8b876241
      AnHardt authored
      Just set up the pin. Don't move to a random position.
      
      Simplify servo::move()
      * servo::move() does not need the pin parameter - The pin is set during servo_init() with attach().
      * servo::move() does not need a return value.
      
      SERVO_LEVELING is the wrong condition to deactivate the servos.
      
      Remove some temporary (Servo *) variables.
      SanityCheck for the servo indexes.
      8b876241
    • Scott Lahteine's avatar
      Reduce set_homing_bump_feedrate, save 42 bytes (PR#2512) · b116c096
      Scott Lahteine authored
      Updates to `set_homing_bump_feedrate`:
      - Move the string into Program Memory, reduce length by 31 bytes
      - Use an auto to get the divisor, adjust it on error
      - Set feedrate once, at the end
      b116c096
  4. Jul 24, 2015
  5. Jul 23, 2015
  6. Jul 22, 2015
  7. Jul 19, 2015
Loading