Skip to content

Commit

Permalink
Add Mega-S extruder settings to readme
Browse files Browse the repository at this point in the history
Close #33
  • Loading branch information
davidramiro committed Apr 20, 2019
1 parent 31551b0 commit a9dc675
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a9dc675

Please sign in to comment.