Skip to content
Snippets Groups Projects
  1. Dec 27, 2014
  2. Dec 26, 2014
  3. Dec 24, 2014
  4. Dec 23, 2014
  5. Dec 21, 2014
  6. Dec 20, 2014
  7. Dec 19, 2014
    • John Davis's avatar
      Update qr_solve.h · 39d28a9b
      John Davis authored
      Changed level to compensation
      39d28a9b
    • John Davis's avatar
      Update qr_solve.cpp · 6325968a
      John Davis authored
      Changed leveling to compensation
      6325968a
    • John Davis's avatar
      Update planner.h · e99f24ff
      John Davis authored
      Changed level and leveling to compensation.
      e99f24ff
    • John Davis's avatar
      Update planner.cpp · ac204028
      John Davis authored
      Changed level and leveling to compensation
      ac204028
    • John Davis's avatar
      Update Marlin_main.cpp · 4315c254
      John Davis authored
      Changed level and leveling to compensation (except with "verbose_level" and "lcd_reset_alert_level").
      4315c254
    • John Davis's avatar
      Update Servo.h · f21c6591
      John Davis authored
      Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
      f21c6591
    • John Davis's avatar
      Update Servo.cpp · 58c4473b
      John Davis authored
      Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
      58c4473b
    • John Davis's avatar
      Update vector_3.cpp · 825c4602
      John Davis authored
      Changed AUTO_BED_LEVEL to AUTO_BED_COMPENSATION
      825c4602
    • John Davis's avatar
      Update vector_3.h · cfe80e1d
      John Davis authored
      cfe80e1d
    • John Davis's avatar
      Update ConfigurationStore.cpp · 7464d3c9
      John Davis authored
      Changed AUTO_BED_LEVEL to AUTO_BED_COMPENSATION
      7464d3c9
    • John Davis's avatar
      Update Configuration.h · 81568c3c
      John Davis authored
      Changed Auto Bed Level to Auto Bed Compensation
      81568c3c
    • John Davis's avatar
      Update README.md · 4ebeb140
      John Davis authored
      Changed "Bed Auto Level" (and variants) to "Auto Bed Compensation".
      4ebeb140
    • Bo Herrmannsen's avatar
      Merge pull request #1197 from foosel/fix/issue_1147 · 03e489aa
      Bo Herrmannsen authored
      Fixes commands not being acknowledged in the same order they are received in
      03e489aa
    • Gina Häußge's avatar
      Fixes commands not being acknowledged in the same order they are received · acc0e752
      Gina Häußge authored
      in
      
      G0 to G3 were previously acknowledged in the get_command method, causing
      them to be possibly acknowledged before commands coming after them that
      were acknowledged in process_commands.
      
      This patch fixes this, moving the acknowledgement of G0 to G3 to the
      process_commands method as well. These commands are therefore no
      longer acknowledged when the enter the cmd_buffer but instead only
      acknowledged when the enter the plan_buffer.
      
      Guaranteeing that commands are acknowledged in the same order in which
      they were received by the firmware allows host software to be able to
      track the life cycle of commands and such a better management of the
      firmware's serial buffers as well as better internal command processing
      and response parsing without having to depend on throwing an epic
      amount of regular expressions against each line received back from the
      firmware.
      
      Fixes ErikZalm/Marlin#1147
      acc0e752
  8. Dec 18, 2014
Loading