Browse Source

Fix usage line in temperature table script

Scott Lahteine 7 years ago
parent
commit
31d0b77df7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/scripts/createTemperatureLookupMarlin.py

+ 1
- 1
buildroot/share/scripts/createTemperatureLookupMarlin.py View File

7
 The main use is for Arduino programs that read data from the circuit board described here:
7
 The main use is for Arduino programs that read data from the circuit board described here:
8
 http://reprap.org/wiki/Temperature_Sensor_v2.0
8
 http://reprap.org/wiki/Temperature_Sensor_v2.0
9
 
9
 
10
-Usage: python createTemperatureLookup.py [options]
10
+Usage: python createTemperatureLookupMarlin.py [options]
11
 
11
 
12
 Options:
12
 Options:
13
   -h, --help        show this help
13
   -h, --help        show this help

Loading…
Cancel
Save