Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 16, 2015
  3. Aug 03, 2015
  4. Jul 31, 2015
  5. Jul 30, 2015
  6. Jul 24, 2015
  7. Jul 19, 2015
  8. Jun 07, 2015
  9. Jun 01, 2015
  10. May 27, 2015
  11. May 17, 2015
  12. May 03, 2015
  13. Apr 27, 2015
    • Scott Lahteine's avatar
      Make EEPROM reproducible in GCode · 0fca084e
      Scott Lahteine authored
      With these changes the output of `M503 S0` is all you need to restore
      the EEPROM. Building on this it is straightforward to save and restore
      the EEPROM state using the SD card or external GCode file.
      
      - Added `M145` to set “heatup states” for the LCD menu
      - Added `M420` to toggle Mesh Bed Leveling
      - Added `M421` to set a single Mesh coordinate
      - Extended `Config_PrintSettings` with added M codes
      - Cleaned up some comments here and there
      0fca084e
  14. Apr 14, 2015
  15. Apr 13, 2015
  16. Apr 12, 2015
  17. Apr 09, 2015
  18. Apr 08, 2015
  19. Apr 04, 2015
  20. Apr 03, 2015
  21. Apr 02, 2015
    • Scott Lahteine's avatar
      Clarify thermal_runaway_protection · e96df676
      Scott Lahteine authored
      - Add comments documenting `thermal_runaway_protection`
      - Add an enum for the thermal runaway states
      - Add macros for temperature helper functions
      - Fix a glitch with the z probe sled in homeaxis
      e96df676
  22. Apr 01, 2015
  23. Mar 31, 2015
  24. Mar 30, 2015
  25. Mar 29, 2015
    • Scott Lahteine's avatar
      ARRAY_BY_EXTRUDERS, shorthand to sync planner · afff968e
      Scott Lahteine authored
      - Add some documentation to planner and stepper headers
      - Patch up RAMBO pins with undefs
      - Add `sync_plan_position` inline to set current XYZE
      - Swap indices in `extruder_offset` to fix initialization values
      afff968e
  26. Mar 27, 2015
  27. Mar 21, 2015
    • Scott Lahteine's avatar
      Minor optimizations to planner code · af14c684
      Scott Lahteine authored
      - Prefetch values used more than once
      af14c684
    • Scott Lahteine's avatar
      Cleanup of planner code · 13fbf42d
      Scott Lahteine authored
      - Use named axis indexes, `X_AXIS` etc.
      - Replace `block.steps_A` with block.steps[A]`
      - Replace `A_segment_time` with `segment_time[A]`
      - Add `A_AXIS`, `B_AXIS` for `COREXY` axes
      - Conditional compile based on `EXTRUDERS`
      - Add BLOCK_MOD macro for planner block indexes
      - Apply coding standards to `planner.h` and `planner.cpp`
      - Small optimizations of planner code
      - Update `stepper.cpp` for new `block` struct
      - Replace `memcpy` with loops, let the compiler unroll them
      - Make `movesplanned` into an inline function
      13fbf42d
  28. Mar 15, 2015
  29. Mar 14, 2015
    • Scott Lahteine's avatar
      - Rename WRITE_E_STEP for consistency · c37f7d15
      Scott Lahteine authored
      - Add BIT and TEST macros
      - Add _APPLY_ macros to stepper.cpp to help with consolidation
      - Consolidate code in stepper.cpp using macros
      - Apply standards in stepper.cpp
      - Use >= 0 instead of > -1 as a better semantic
      - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
      c37f7d15
  30. Mar 11, 2015
    • alexborro's avatar
      Fix max acceleration limits in planner · c0b6075f
      alexborro authored
      The max acceleration limiting was in wrong place.
      c0b6075f
    • alexborro's avatar
      Add Travel Acceleration and change the M204 options · 9157cbd8
      alexborro authored
      Added option to set Travel Acceleration (non printing moves).
      The M204 options was a non sense (S for printing moves and T for retract
      moves).
      
      It has been changed to:
      P = Printing moves
      R = Retract only (no X, Y, Z) moves
      T = Travel (non
      printing) moves
      
      I will add this info o G-Code wiki in reprap.org. I also advise to put
      this info in Marlin next version changelog.
      9157cbd8
  31. Mar 07, 2015
    • maverikou's avatar
      Ported over Johann Rocholl's improvements for delta printers: · 7c24b979
      maverikou authored
      - Nonlinear auto bed leveling code (includes G29, G30, Z_RAISE_AFTER_PROBING). Cleaned it up to be a delta-specific AUTO_BED_LEVELING_GRID code path.
      - Allen key z-probe deployment and retraction code. Cleaned it up and added safety checks.
      7c24b979
Loading