Explorar el Código

Fix usage line in temperature table script

Scott Lahteine hace 7 años
padre
commit
31d0b77df7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      buildroot/share/scripts/createTemperatureLookupMarlin.py

+ 1
- 1
buildroot/share/scripts/createTemperatureLookupMarlin.py Ver fichero

@@ -7,7 +7,7 @@ http://en.wikipedia.org/wiki/Steinhart-Hart_equation
7 7
 The main use is for Arduino programs that read data from the circuit board described here:
8 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 12
 Options:
13 13
   -h, --help        show this help

Loading…
Cancelar
Guardar