538 Commits (624986d42315cd685b29cad7cea3d1a9281c48df)

Author SHA1 Message Date
Andy Shaw 624986d423 Ensure ADC conversion is complete before reading (#11336) 6 years ago
Scott Lahteine 22ebbc091f Tweak some SoftPWM code 6 years ago
teemuatlut fbcdf5eaeb Simplify stepper driver per-axis selection 6 years ago
Eyal fbdbe53290 Fix get_period_inverse(0) so it doesn't crash (#11334) 6 years ago
Scott Lahteine 63a146d424 planner.synchronize at start of tool_change 6 years ago
Roxy-3D 71df1f7f57
Don't display M421 information for UBL at startup 6 years ago
Giuliano e5ea9d200f [2.0.x] fix kill printer (#11260) 6 years ago
Scott Lahteine 25e2ca8896 Add Z_CLEARANCE_MULTI_PROBE 6 years ago
Scott Lahteine 566d05006d report_state > event_handler 6 years ago
Scott Lahteine 6b521b6df2 Loosen thermistor table size limit 6 years ago
Scott Lahteine 63f4c9bdb9 Followup to float maths patch 6 years ago
Scott Lahteine 2992112da0 Optimize delta kinematics 6 years ago
etagle 1367df2875 Replace double with float, optimize calculation 6 years ago
Scott Lahteine 68e6650df7 Remove Quake Fast Inverse SQRT (it isn't faster) 6 years ago
Scott Lahteine 9c058091e9 No M914 or SGT set for non-sensorless axes 6 years ago
Scott Lahteine 568cfe7caa Add thermistor 501 (100K Zonestar) 6 years ago
Scott Lahteine c51e27d11d
Do a hard kill for failed homing moves (#11161) 6 years ago
Scott Lahteine 90ba77ea0f Lose the old HOMEAXIS macro 6 years ago
Scott Lahteine 2421f3a47d Detect endstop hits in any direction 6 years ago
Scott Lahteine 8eaac0dab3
Add delta feedrate scaling (#11153) 6 years ago
Scott Lahteine bd7f5848f1
Remove JUNCTION_DEVIATION_INCLUDE_E option (#11147) 6 years ago
Scott Lahteine 42f9921482 Ignore Z min endstop with separate Z-probe 6 years ago
Scott Lahteine aa4cd2e861 Eliminate stepper.* signed/unsigned warnings 6 years ago
Eduardo José Tagle edb21f349a Fix stepper/planner block handling, race conditions (#11098) 6 years ago
Scott Lahteine 4d3a9930c5 Match ASM comment spacing to 1.1.x 6 years ago
Scott Lahteine 053438a3aa
Poll all endstops, even when stationary (#11123) 6 years ago
Andy Shaw 3b3029c4bf Make max_e_jerk an array to reduce CPU usage (#11118) 6 years ago
Giuliano 8d8f257384 [2.0.x] Fix advanced pause init values (#11095) 6 years ago
etagle 5b49fccf80 Add stepper driver DIR delay configuration option 6 years ago
etagle fb4e0b105b Fix endstops compilation error 6 years ago
Eduardo José Tagle 48a15d1c7e [2.0.x] Fix stepper/planner race condition and Stepper pulse timer (#11081) 6 years ago
Scott Lahteine 50b6204079 Fix LIN_ADVANCE max_e_jerk_factor 6 years ago
Scott Lahteine 99591dc20c
Filter endstops state at all times (#11066) 6 years ago
Scott Lahteine 7406f04029 Use MAX (not max) in stepper.h 6 years ago
Scott Lahteine da94e0bd27 Unsigned eeprom mesh addresses 6 years ago
Scott Lahteine 4c8d6df13c
Extra insurance against endstop false positives (#11013) 6 years ago
Scott Lahteine f3fed52348 Fix coolstep_min_speed / sensorless homing 6 years ago
etagle a215725df6 Fix stepper pulse timing 6 years ago
Scott Lahteine 0d79128c8d Localize stepper-specific defines 6 years ago
Scott Lahteine 4dbec774b5 HAL_*_TIMER_RATE => *_TIMER_RATE 6 years ago
Scott Lahteine 9d04f47d98 Improvements for junction_deviation_mm 6 years ago
Scott Lahteine f2c3b0d476 Use bit flags for homed/known 6 years ago
Scott Lahteine 43bdd0bfe4 Fix indent in stepper.h 6 years ago
Scott Lahteine 3fd1f32b73 Fix ADC key and chamber temp 6 years ago
Scott Lahteine a2f521d34b
Add Junction Deviation mm runtime setting (#10990) 6 years ago
etagle 6f14bcaa3e Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 6 years ago
etagle 39a7e7720d Adaptive multiaxis step smoothing 6 years ago
Giuliano b64cc9329e [2.0.x] Fix dual enstop home (#10980) 6 years ago
Scott Lahteine 3701869e6c Add HAL_timer_start for AVR, use stepper timer to time pulses 6 years ago
etagle d82704354f Increase the planner first block HOLD delay to 100mS 6 years ago