mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-30 21:58:06 +00:00
Fix usage line in temperature table script
This commit is contained in:
parent
9e82533eb9
commit
31d0b77df7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ http://en.wikipedia.org/wiki/Steinhart-Hart_equation
|
|||
The main use is for Arduino programs that read data from the circuit board described here:
|
||||
http://reprap.org/wiki/Temperature_Sensor_v2.0
|
||||
|
||||
Usage: python createTemperatureLookup.py [options]
|
||||
Usage: python createTemperatureLookupMarlin.py [options]
|
||||
|
||||
Options:
|
||||
-h, --help show this help
|
||||
|
|
Loading…
Reference in a new issue