D.R.racer
|
022aa53b2d
Remove active_extruder completely
|
2 years ago |
Guðni Már Gilbert
|
4e798c9ed1
Remove unused variable maxlimit_status
|
2 years ago |
Guðni Már Gilbert
|
88e0e33fb2
Use set_destination_to_current instead of memcpy
|
2 years ago |
Alex Voinea
|
05bd1ba57f
Multi-segment pause resume initial
|
2 years ago |
Yuri D'Elia
|
7907e14cbf
Resync planner position upon exiting xyzcal
|
2 years ago |
Yuri D'Elia
|
5965572e88
Enforce full-loop handling of aborted commands
|
2 years ago |
Yuri D'Elia
|
9c971b1b89
Add a note about resetting waiting_inside_plan_buffer_line_print_aborted
|
2 years ago |
Yuri D'Elia
|
f8de274db3
Split fan checks out of temperature.cpp
|
2 years ago |
Yuri D'Elia
|
d53eb69150
Manually cast to int when comparing against extrude_min_temp
|
2 years ago |
Yuri D'Elia
|
ea46402e4d
Replace EXTRUDE_MINTEMP with the configurable extrude_min_temp
|
2 years ago |
Guðni Már Gilbert
|
9bf45773f9
Merge remote-tracking branch 'upstream/MK3' into rebase-testing-ground-v2
|
2 years ago |
Guðni Már Gilbert
|
a8d16d2949
Use memset to zero previous_speed array
|
3 years ago |
Alex Voinea
|
fb10b4398e
Merge pull request #6 from gudnimg/gudni-PR1
|
3 years ago |
Voinea Dragos
|
9abae2fd97
Remove maxlimit_status
|
3 years ago |
Guðni Már Gilbert
|
b716c208d7
Various optimisation to change int to uint8_t
|
3 years ago |
Guðni Már Gilbert
|
d853c19a21
Use fabs() instead of abs() when using floats
|
3 years ago |
Yuri D'Elia
|
79287ffb3d
Use uint8_t consistently for the block buffer's index
|
3 years ago |
Yuri D'Elia
|
1c76152e62
Implement separate travel acceleration (M204 T)
|
4 years ago |
DRracer
|
008d3b0e65
Merge pull request #2792 from wavexx/MK3_fix_high_speed_deceleration
|
4 years ago |
Yuri D'Elia
|
30a806608f
Also convert acceleration_rate to uint32_t
|
4 years ago |
Yuri D'Elia
|
a08ca19ade
Make flow correction optional, disabled by default
|
4 years ago |
Yuri D'Elia
|
9b8f642b28
Account for flow adjustments in LA
|
4 years ago |
Yuri D'Elia
|
1206fc3164
Avoid useless cast
|
4 years ago |
Yuri D'Elia
|
a36efcb347
Remove cumulative error in segments without cruising (take 4)
|
4 years ago |
Yuri D'Elia
|
7c140bc497
Remove cumulative error in segments without cruising (take 3)
|
4 years ago |
Yuri D'Elia
|
753e651af3
Remove cumulative error in segments without cruising (take 2)
|
4 years ago |
Yuri D'Elia
|
15548958e9
Remove cumulative error in segments without cruising (take 1)
|
4 years ago |
DRracer
|
eb44ee0f57
Code size optimization: 2KB down (#2687)
|
4 years ago |
Yuri D'Elia
|
0b666ee733
Parametrize LA limits and threshold values
|
4 years ago |
Yuri D'Elia
|
ae4abdf11f
Unify LA for all trapezoid steps
|
4 years ago |