Yuri D'Elia
|
a60ed81a35
Implement MIN/MAX AMBIENT safety checks
|
4 years ago |
Yuri D'Elia
|
3336db7954
Add some important notes about thermistor ADC handling
|
4 years ago |
Yuri D'Elia
|
65f25b0d7e
Remove redundant disable_heater() calls in max/min_temp handling
|
4 years ago |
Yuri D'Elia
|
942fca5b66
Remove useless assignment
|
4 years ago |
Yuri D'Elia
|
87bc5a78b6
Remove bogus comment (BED_MINTEMP *is* implemented)
|
4 years ago |
Yuri D'Elia
|
feafc5e5ab
Alternative schedule for LA ticks
|
4 years ago |
Alex Voinea
|
773c6997ef
Add comments
|
4 years ago |
Alex Voinea
|
ec6a20971e
Add experimental menu to HW_setup
|
4 years ago |
Alex Voinea
|
a95feb56d9
ALTFAN override
|
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
|
c54474f2db
Guard against planning/numerical errors in short segments
|
4 years ago |
Yuri D'Elia
|
fb5f09da6d
Fix incorrect precedence for retraction phase
|
4 years ago |
Yuri D'Elia
|
c08f37da96
Use nominal rate for phase calculations
|
4 years ago |
Yuri D'Elia
|
f1efce7e52
Handle LA termination with double/quad stepping properly
|
4 years ago |
Yuri D'Elia
|
50a09824fd
Avoid scheduling useless eISR ticks
|
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
|
173aa2deba
Fix bogus timer check preventing fast LA steps to be scheduled
|
4 years ago |
Yuri D'Elia
|
51a539608c
Reset LA_phase at each trapezoid stage
|
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 |
Marek Běl
|
45e182911d
Merge pull request #2748 from mkbel/detect_superpinda
|
4 years ago |
Marek Bel
|
9838be8512
Do not compile, if PINDA temperature compensation start point is lower than PINDA_MINTEMP. Document.
|
4 years ago |
Marek Bel
|
d5feed1f6a
Refactor: Remove if(true) condition, redundant break statement and decrease indentation.
|
4 years ago |
Marek Bel
|
40ffea64ab
Do not compile temperature compensation code for PINDAv1 if PINDA_THERMISTOR macro is defined.
|
4 years ago |
Marek Bel
|
d398aa1e3f
Skip PINDA_THERMISTOR block in PINDA probe temperature calibration if PINDA_THERMISTOR is not detected.
|
4 years ago |
Marek Bel
|
23cc22bc22
Move has_temperature_compensation() into temperature.cpp.
|
4 years ago |
Marek Bel
|
bdf53387b1
Disable temperature compensation and temperature calibration menu if superPINDA is detected.
|
4 years ago |