DRracer
|
42311db5f1
Merge pull request #2789 from wavexx/MK3_TMC2130_DEDGE
|
il y a 3 ans |
Yuri D'Elia
|
4fed728e08
Elide delayMicroseconds for TMC2130 in non-DEDGE mode
|
il y a 3 ans |
Voinea Dragos
|
da21916473
Change printf_P without format arguments and NL to puts_P only
|
il y a 3 ans |
Yuri D'Elia
|
e6b182aa9f
Implement proper step/delay pauses in tmc2130 functions
|
il y a 5 ans |
Yuri D'Elia
|
6ceca9bf85
Implement double-edge stepping
|
il y a 4 ans |
Yuri D'Elia
|
6017600714
Reintroduce the ability to disable TMC interpolation per-axis
|
il y a 5 ans |
Alex Voinea
|
fd1d05ab48
:recycle:Code optimization
|
il y a 4 ans |
Alex Voinea
|
d0c51b9e73
int -> bool
|
il y a 4 ans |
Alex Voinea
|
2e50954710
Merge branch 'MK3' into MK3_fix_selftest_Z_crash2
|
il y a 4 ans |
DRracer
|
d6ac9e4638
Merge pull request #2342 from vintagepc/2306-hard-reset-homing-fails
|
il y a 4 ans |
Alex Voinea
|
779423f0e7
Move hardcoded values to variants
|
il y a 4 ans |
vintagepc
|
982c4cbf7b
Candidate fix for homing fail hard reset
|
il y a 5 ans |
DRracer
|
4cf2f05d1d
Merge pull request #2057 from leptun/MK3_fix_M350
|
il y a 5 ans |
leptun
|
350e27810a
fix selftest Z crash. Use stallGuard when testing Z
|
il y a 5 ans |
Marek Bel
|
8c7015df53
Document set current command.
|
il y a 5 ans |
leptun
|
556b87edec
M350 for all axis - MK3
|
il y a 5 ans |
Marek Bel
|
6b8a5bc3ac
Fix compiler warnings
|
il y a 5 ans |
DRracer
|
8b806f692e
Merge pull request #1664 from MRprusa3d/PFW-811
|
il y a 5 ans |
Marek Bel
|
49f172a7b9
Convert uint8_t cycle control varibles changed in previous commit to uint_least8_t to be potentially more portable.
|
il y a 5 ans |
DRracer
|
b15bbaf177
for cycles' variables: int -> uint8_t where appropriate, part1
|
il y a 5 ans |
MRprusa3d
|
1d8c24e8a9
"disable_z()" for Delta PSU IV
|
il y a 5 ans |
Marek Bel
|
4bfa3d7e0b
Reporty busy: paused for user in case MMU is not responding.
|
il y a 5 ans |
Robert Pelnar
|
eea755496b
Conditional translation for SYSTEM_TIMER_2 because we want to have posibility to switch between old/new implementation.
|
il y a 5 ans |
Robert Pelnar
|
434a723151
Timing functions 'micros' and 'delay' replaced in whole source with 'micros2' and 'delay2'
|
il y a 5 ans |
Robert Pelnar
|
41b885c537
M907 fix - value in mA (PFW)
|
il y a 6 ans |
Robert Pelnar
|
3afebcc9cc
tmc2130_print_currents fixed (for obsolete M913)
|
il y a 6 ans |
Marek Bel
|
4b47a74d1d
Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h.
|
il y a 6 ans |
Marek Bel
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
il y a 6 ans |
Marek Bel
|
9271d12bf7
Save 32B of FLASH, fix compiler warning: sketch/tmc2130.cpp:238:6: warning: unused parameter 'last_step_mask' [-Wunused-parameter].
|
il y a 6 ans |
Marek Bel
|
bf8808ce22
Fix compiler warning sketch/tmc2130.cpp: In function 'void tmc2130_set_wave(uint8_t, uint8_t, uint8_t)':
|
il y a 6 ans |