Merge pull request #115 from chaosaffe/patch-1

Add warning emoji and formatting to README
This commit is contained in:
David Ramiro 2021-02-14 20:56:04 +01:00 committed by GitHub
commit 7104a688b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ I provided three different precompiled hex files: One for no modifications on th
- Flash the hex with Cura, OctoPrint or similar - Flash the hex with Cura, OctoPrint or similar
- Use a tool with a terminal (OctoPrint, Pronterface, Repetier Host, ...) to send commands to your printer. - Use a tool with a terminal (OctoPrint, Pronterface, Repetier Host, ...) to send commands to your printer.
- **Important** Connect to the printer and send the following commands: - ⚠️ **Important** Connect to the printer and send the following commands:
- `M502` - load hard coded default values - `M502` - load hard coded default values
- `M500` - save them to EEPROM - `M500` - save them to EEPROM
@ -83,7 +83,7 @@ I provided three different precompiled hex files: One for no modifications on th
- `M203 E30` - limit extruder feedrate - `M203 E30` - limit extruder feedrate
- `M204 R1500.00` - lower retract acceleration - `M204 R1500.00` - lower retract acceleration
- `M500` - save the values - `M500` - save the values
- I highly recommend calibrating the extruder. - It is highly recommend that you calibrate the extruder.
#### Calibration and other instructions have been moved to the [Wiki](https://github.com/davidramiro/Marlin-AI3M/wiki/Calibration). #### Calibration and other instructions have been moved to the [Wiki](https://github.com/davidramiro/Marlin-AI3M/wiki/Calibration).