optimsation: TCodes accepts uint8_t not float
Change in memory: Flash: -20 bytes SRAM: 0 bytes
This commit is contained in:
parent
fd832f9ccf
commit
509813f60b
|
|
@ -8767,7 +8767,7 @@ Sigma_Exit:
|
||||||
@n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
|
@n Tc Load to nozzle after filament was prepared by Tc and extruder nozzle is already heated.
|
||||||
*/
|
*/
|
||||||
else if(code_seen('T')){
|
else if(code_seen('T')){
|
||||||
TCodes(strchr_pointer, code_value());
|
TCodes(strchr_pointer, code_value_uint8());
|
||||||
} // end if(code_seen('T')) (end of T codes)
|
} // end if(code_seen('T')) (end of T codes)
|
||||||
/*!
|
/*!
|
||||||
#### End of T-Codes
|
#### End of T-Codes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue