Commit History

Author SHA1 Message Date
  Guðni Már Gilbert 58213814cf Replace for-loop with memcpy 2 years ago
  Guðni Már Gilbert 52aa5a5f00 Use inlined function set_destination_to_current() in more places 2 years ago
  Guðni Már Gilbert a8d16d2949 Use memset to zero previous_speed array 2 years ago
  Alex Voinea fb10b4398e Merge pull request #6 from gudnimg/gudni-PR1 2 years ago
  Guðni Már Gilbert f81db56793 temp_runaway_check() parameter _heater_id should be uint8_t 2 years ago
  Guðni Már Gilbert 261f311825 Change two arrays from int to uint8_t 2 years ago
  Guðni Már Gilbert 7535fa3a44 Remove unused variable 2 years ago
  Voinea Dragos 623762bd50 Fix build 3 years ago
  Voinea Dragos 42a5f7dc20 Fix M226 3 years ago
  Voinea Dragos 4aae88afdf M42 optimization 3 years ago
  Voinea Dragos a5cd99a917 Disable unimplemented PID_ADD_EXTRUSION_RATE 3 years ago
  Voinea Dragos 9951e3da52 Sound enums as uint8_t 3 years ago
  Voinea Dragos 6dd59985ee Disable PRUSA M28 3 years ago
  Voinea Dragos f22b9260ae Fix build 3 years ago
  Voinea Dragos 9abae2fd97 Remove maxlimit_status 3 years ago
  Voinea Dragos 9684806e00 Change arduino IO to fastio where possible 3 years ago
  Voinea Dragos 42c393764f Adjust temperature runaway extruder count 3 years ago
  Voinea Dragos 78362419da nIRsensorLastTime 3 years ago
  Voinea Dragos a5f1f23fe2 TimeNow && TimeSent 3 years ago
  Voinea Dragos f64c6c2a39 Remove unused Stepper.cpp variables 3 years ago
  Voinea Dragos 9d1e54e685 Tmc2130 use ShortTimer instead of custom timer implementation 3 years ago
  Voinea Dragos d8a14842c5 Remove unused `skip_debug_msg` flag 3 years ago
  Guðni Már Gilbert e6a7abf2c1 Change temp_runaway_timer from float to uint32_t 2 years ago
  Guðni Már Gilbert db1e5a203b Change temp_runaway_status from float to uint8_t and its enum 2 years ago
  Guðni Már Gilbert b716c208d7 Various optimisation to change int to uint8_t 2 years ago
  Guðni Már Gilbert 8d7d1698ee Remove unused global variable 'chunkHead' 2 years ago
  Guðni Már Gilbert 1946c58d21 1. Remove redundant variable 'inters' 2 years ago
  Guðni Már Gilbert 05ed5b9668 Improve lcd_selftest_screen_step() parameter types 2 years ago
  Guðni Már Gilbert a54a133968 Use memset instead of nested for-loop to zero a 2d array 2 years ago
  Guðni Már Gilbert 2554d21925 Use uint8_t when using axis enum 2 years ago