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