Improve M310 documentation
This commit is contained in:
parent
e77a5345a2
commit
cb3fec5cac
|
|
@ -4149,6 +4149,7 @@ extern uint8_t st_backlash_y;
|
||||||
//!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
|
//!@n M302 - Allow cold extrudes, or set the minimum extrude S<temperature>.
|
||||||
//!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
|
//!@n M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
|
||||||
//!@n M304 - Set bed PID parameters P I and D
|
//!@n M304 - Set bed PID parameters P I and D
|
||||||
|
//!@n M310 - Temperature model settings
|
||||||
//!@n M400 - Finish all moves
|
//!@n M400 - Finish all moves
|
||||||
//!@n M401 - Lower z-probe if present
|
//!@n M401 - Lower z-probe if present
|
||||||
//!@n M402 - Raise z-probe if present
|
//!@n M402 - Raise z-probe if present
|
||||||
|
|
@ -7762,13 +7763,13 @@ Sigma_Exit:
|
||||||
|
|
||||||
#ifdef TEMP_MODEL
|
#ifdef TEMP_MODEL
|
||||||
/*!
|
/*!
|
||||||
### M310 - Temperature model
|
### M310 - Temperature model settings
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
M310
|
M310 ; report values
|
||||||
M310 [ I ] [ R ]
|
M310 [ I ] [ R ] ; set resistance at specifiex index
|
||||||
M310 [ P ] [ C ] [ S ] [ E ] [ W ] [ T ]
|
M310 [ P ] [ C ] [ S ] [ B ] [ E ] [ W ] [ T ] ; other parameters
|
||||||
M310 [ A ]
|
M310 [ A ] ; autotune
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
- `I` - resistance index position
|
- `I` - resistance index position
|
||||||
|
|
@ -7776,7 +7777,7 @@ Sigma_Exit:
|
||||||
- `P` - power
|
- `P` - power
|
||||||
- `C` - capacitance
|
- `C` - capacitance
|
||||||
- `S` - set 0=disable 1=enable (default)
|
- `S` - set 0=disable 1=enable (default)
|
||||||
- `B` - beep on warning threshold 0=disable 1=enable (default)
|
- `B` - beep and warn when reaching warning threshold 0=disable 1=enable (default)
|
||||||
- `E` - error threshold (define min/max values in variants)
|
- `E` - error threshold (define min/max values in variants)
|
||||||
- `W` - warning threshold (define min/max values in variants)
|
- `W` - warning threshold (define min/max values in variants)
|
||||||
- `T` - ambient temperature correction
|
- `T` - ambient temperature correction
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue