Commit Graph

92 Commits (63552a11ce2340a9aefd2c26df6dea6fdfa5a039)

Author SHA1 Message Date
Scott Lahteine 56d355f8de Revert "[Bugfix-1.1.x] initial step correction ()" 7 years ago
Scott Lahteine bb33a26e62 Apply const to axis args 7 years ago
Bob-the-Kuhn ec028bf747 [Bugfix-1.1.x] initial step correction () 7 years ago
Scott Lahteine 55acb65e27 Updates for stepper parity with 2.0.x 7 years ago
Scott Lahteine 8be7a0b131 FORCE_INLINE before static 7 years ago
Scott Lahteine 574153a810 No lcd_map_control needed in quick_stop 7 years ago
Scott Lahteine 93560836de Allow buffer clean without release command 7 years ago
Scott Lahteine 1d0ee83e18 Split first move to planner for better chaining 7 years ago
Scott Lahteine 318c419f77 Implement support for Dual X and Y endstops 7 years ago
Scott Lahteine cbfcce09fa Remove legacy ADVANCE feature 8 years ago
dot-bob b3c36c98fd Edit digipot currents via LCD, save to EEPROM 8 years ago
Scott Lahteine 3c7bfe798d Various cleanups ahead of digipot save 8 years ago
Scott Lahteine e94f79ccea Patch some serial macros 8 years ago
Scott Lahteine ff0018e287 Format hex values as uppercase 8 years ago
Sebastianv650 84c685f8b5 First draft of Unified Stepper / E Advance ISR 8 years ago
esenapaj 069c6b38dd Remove unnecessary tabs and spaces 8 years ago
Scott Lahteine 98600e1433 Minor stepper cleanup 8 years ago
Scott Lahteine 00662b8635 Minor babystep cleanup patches 8 years ago
Sebastianv650 f9bea7968f BugFix for incorrect E-speed calculation 8 years ago
Scott Lahteine f8199b2cc1 Merge pull request from thinkyhead/rc_abl_bugfix 9 years ago
Scott Lahteine c5cac486f5 Use a, b, c instead of lx, ly, lz 9 years ago
Sebastianv650 a448cedbc5 LIN_ADVANCE bug fix and optimization 9 years ago
Scott Lahteine ecf7cdde65 Augment planner/stepper getters/setters 9 years ago
Scott Lahteine 5fff8d148b Clean up digital pots and microsteps 9 years ago
Scott Lahteine 7d72ed688c Revert motor_current_setting to `constexpr` 9 years ago
Scott Lahteine 5efb12e889 Simpler report_current_position for SCARA 9 years ago
Scott Lahteine 5cbed13f41 'constexpr' => 'const' for PWM_MOTOR_CURRENT 9 years ago
esenapaj 954563d603 Adjust spacing 9 years ago
esenapaj 7e9576dc5b Extend the e_steps[] from int to long for allowing more than 32,767 E steps 9 years ago
Scott Lahteine 8ff338c2b9 Patch stepper.h for SCARA 9 years ago
Scott Lahteine 9bf78ef465 Fix capitalization of counter_m 9 years ago
Scott Lahteine 08f717e5f7 Use bit-size typedefs for some stepper vars 9 years ago
Scott Lahteine 2f223b8c79 Use ABC and XYZ for "3" 9 years ago
Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps 9 years ago
Scott Lahteine f8b5749235 Replace division in planner with multiplication 9 years ago
Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER 9 years ago
Scott Lahteine 117db77c55 make motor_current_setting static and constexpr 9 years ago
Scott Lahteine 8d8180e028 Parse M905 args in Marlin_main.cpp 9 years ago
Scott Lahteine aad9c0ed8d Apply updated ISR timing code 9 years ago
Scott Lahteine 6d62a4ffc8 Patch LIN_ADVANCE for style and forward-compatibility 9 years ago
Sebastianv650 fb8e880734 Add LIN_ADVANCE 9 years ago
Scott Lahteine 72c6f2923f axis_steps_per_unit => axis_steps_per_mm 9 years ago
Scott Lahteine e2a8961635 Use e_steps[EXTRUDERS] instead of e_steps[4] 9 years ago
Scott Lahteine 81384dfd36 Apply static to remaining stepper methods 9 years ago
Scott Lahteine 663d2463dc Merge pull request from thinkyhead/rc_statics_stepper 9 years ago
Scott Lahteine 668d50f68e Keep Stepper encapsulation, use static data and methods 9 years ago
Scott Lahteine ecfdcf7250 Tiny calc_timer speedup 9 years ago
Scott Lahteine dc22097b3a Fix some of array initializations 9 years ago
Scott Lahteine 6398d497b3 Ultimate followup to Stepper/Planner patch 9 years ago
esenapaj 605808fe37 Additional follow-up the PR #3631(Encapsulate S... 9 years ago