Update README.md

Formatting
This commit is contained in:
James 2020-08-24 14:39:49 +10:00 committed by GitHub
parent 0fad25dc91
commit 6bf321f5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -3,11 +3,14 @@ Python tools to generate and test RepRapFirmware LCD images from any common imag
## Requirements ## Requirements
Python3 Python3
math, sys, and PIL libraries installed math, sys, and PIL libraries installed
## RRF-Gen.py ## RRF-Gen.py
Generates images for use with the [RepRapFirmware 128x64 LCD implementation](https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_system) Generates images for use with the [RepRapFirmware 128x64 LCD implementation](https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_system)
Usage: `./RRF-Gen.py [inputfile] [outputfile]` Usage: `./RRF-Gen.py [inputfile] [outputfile]`
eg: `./RRF-Gen.py nozzle.gif nozzle.img` eg: `./RRF-Gen.py nozzle.gif nozzle.img`
## RRF-View.py ## RRF-View.py