Commit History

Author SHA1 Message Date
  Alex Voinea 779423f0e7 Move hardcoded values to variants 4 years ago
  DRracer 4cf2f05d1d Merge pull request #2057 from leptun/MK3_fix_M350 4 years ago
  Marek Bel 8c7015df53 Document set current command. 4 years ago
  leptun 556b87edec M350 for all axis - MK3 4 years ago
  Marek Bel 6b8a5bc3ac Fix compiler warnings 4 years ago
  DRracer 8b806f692e Merge pull request #1664 from MRprusa3d/PFW-811 4 years ago
  Marek Bel 49f172a7b9 Convert uint8_t cycle control varibles changed in previous commit to uint_least8_t to be potentially more portable. 5 years ago
  DRracer b15bbaf177 for cycles' variables: int -> uint8_t where appropriate, part1 5 years ago
  MRprusa3d 1d8c24e8a9 "disable_z()" for Delta PSU IV 5 years ago
  Marek Bel 4bfa3d7e0b Reporty busy: paused for user in case MMU is not responding. 5 years ago
  Robert Pelnar eea755496b Conditional translation for SYSTEM_TIMER_2 because we want to have posibility to switch between old/new implementation. 5 years ago
  Robert Pelnar 434a723151 Timing functions 'micros' and 'delay' replaced in whole source with 'micros2' and 'delay2' 5 years ago
  Robert Pelnar 41b885c537 M907 fix - value in mA (PFW) 5 years ago
  Robert Pelnar 3afebcc9cc tmc2130_print_currents fixed (for obsolete M913) 5 years ago
  Marek Bel 4b47a74d1d Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h. 5 years ago
  Marek Bel ac62117d6b Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 5 years ago
  Marek Bel 9271d12bf7 Save 32B of FLASH, fix compiler warning: sketch/tmc2130.cpp:238:6: warning: unused parameter 'last_step_mask' [-Wunused-parameter]. 5 years ago
  Marek Bel bf8808ce22 Fix compiler warning sketch/tmc2130.cpp: In function 'void tmc2130_set_wave(uint8_t, uint8_t, uint8_t)': 5 years ago
  Marek Bel 3248d219f2 Restore motor power, after it is disabled in tmc2130_get_wave(). This bug manifested itself as compiler warning: 5 years ago
  Marek Bel 9f68681a1b Fix compiler warnings: sketch/tmc2130.cpp: In function 'void tmc2130_goto_step(uint8_t, uint8_t, uint8_t, uint16_t, uint16_t)': 5 years ago
  Marek Bel a8f73b3915 Merge branch 'Fix_warnings_ledvinap' into fix_compiler_warnings 5 years ago
  Marek Bel 97ec616dd1 Merge branch 'Fix_warnings_ledvinap' into fix_compiler_warnings 5 years ago
  Marek Bel b7ba0c5f14 Merge branch 'Fix_warnings_ledvinap' into fix_compiler_warnings 5 years ago
  Marek Bel 904db96cd1 Fix compiler warning sketch/tmc2130.h:123:3: warning: 'tmc2130_axis_config' defined but not used [-Wunused-variable] 5 years ago
  Marek Bel 88cce94cf9 Revert "Revert "Save 80B of flash and 8B of RAM and fix compiler warning:"" 5 years ago
  Petr Ledvina ba8bcf76be Use signed value where appropriate 5 years ago
  Petr Ledvina 7bbf9953f2 Fix missing return warnings 5 years ago
  Petr Ledvina ceeb97f38c Parentheses around macro argument 5 years ago
  Robert Pelnar 2451455974 LCD menu optimalization - initial lcd update fix 5 years ago
  Robert Pelnar 19a72ef9eb LCD menu optimalization - LiquidCrystal_Prusa removed 5 years ago