Add Mega-S extruder settings to readme

Close #33
This commit is contained in:
David Ramiro 2019-04-20 13:57:54 +02:00
parent 31551b086b
commit a9dc675395
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 4 additions and 2 deletions

View File

@ -70,9 +70,11 @@ I provided three different precompiled hex files: One for no modifications on th
- `M502` - load hard coded default values
- `M500` - save them to EEPROM
**If you are using this on a Mega-S, those two additional commands are necessary:**
**If you are using this on a Mega-S, those four additional commands are necessary:**
- `M92 E384` - set correct steps for the new extruder
- `M500` - save them
- `M203 E30` - limit extruder feedrate
- `M204 R1500.00` - lower retract acceleration
- `M500` - save the values
- I highly recommend calibrating the extruder.
#### Calibration and other instructions have been moved to the [Wiki](https://github.com/davidramiro/Marlin-AI3M/wiki/Calibration).