Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 28, 2021
1 parent ba28216 commit fa3048d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
27 changes: 14 additions & 13 deletions config/examples/Eryone/Thinker SE/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
## Eryone Thinker SE

- BLTouch probe
- TMC2208 (standalone) stepper drivers
- Filament runout Sensor
- TMC2208 (standalone) stepper drivers

## How to use the config

#### Check the hardware of your printer
1. You are using the stock printer, no need to modify the config
2. You are using the Filament runout sensor:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_FL //Enable for an installed Filament runout sensor
3. You are using the Bltouch:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH
4. You are using the direct drive extruder:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_Direct //Enable for Direct drive extruder system
5. Can I use all of the mod? The answer is yes. You can use all of them or just a part of them.

1. If you're using the stock printer there's need to modify the config.
2. If you're using the Filament Runout Sensor:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_FL // Enable for an installed Filament runout sensor`
3. You are using the Bltouch:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH`
4. You are using the direct drive extruder:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_Direct // Enable for Direct drive extruder system`
5. Can I use all of the mods? The answer is yes. You can use all of them or just some of them.

## Have fun :)
30 changes: 16 additions & 14 deletions config/examples/Eryone/Thinker V2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
- Filament runout Sensor

## How to use the config

#### Check the hardware of your printer
1. You are using the stock printer, no need to modify the config
2. You are using the Filament runout sensor:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_FL //Enable for an installed Filament runout sensor
3. You are using the Bltouch:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH
4. You are using the direct drive extruder:
Enable this line(Delete the "//" to enable it)
- //#define THINKERV2_Direct //Enable for Direct drive extruder system
5. Can I use all of the mod? The answer is yes. You can use all of them or just a part of them.
6. If your printer PSU has a reset problem. You can disable the PIDTEMPBED feature
Disable this line(Add the "//" to disable it)
- #define PIDTEMPBED // If your PSU has a reset problem then try to disable it to improve this problem

1. If you're using the stock printer there's need to modify the config.
2. If you're using the Filament Runout Sensor:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_FL // Enable for an installed Filament runout sensor`
3. You are using the Bltouch:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_BLTOUCH // Enable for an installed BLTOUCH`
4. You are using the direct drive extruder:
- Enable this line (Remove the "`//`" prefix)<br/>
`//#define THINKERV2_Direct // Enable for Direct drive extruder system`
5. Can I use all of the mods? The answer is yes. You can use all of them or just some of them.
6. If your printer's PSU has a reset problem you can disable the `PIDTEMPBED` feature:
- Disable this line (Prefix with "`//`")<br/>
`#define PIDTEMPBED // If your PSU has a reset problem then try to disable it to improve this problem`

## Have fun :)

0 comments on commit fa3048d

Please sign in to comment.