0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-13 15:50:04 +00:00

add image/pins boards

This commit is contained in:
william-aqn 2025-07-13 13:21:28 +03:00
parent f22bc43831
commit 1b8eb23a36
3 changed files with 12 additions and 8 deletions

View file

@ -10,17 +10,12 @@
- `Configuration.h` & `Configuration_adv.h` already tuned for Micromake D1 geometry.
- English 20×4 LCD presets.
- Safe temperature limits (270°C hotend / 120°C bed).
- Smart autofan on MOSFET D.
- Updated motion limits for faster homing (100mm/s).
- Smart autofan on MOSFET D.
- EEPROM, SDcard, autodeltacalibration G33 ready.
### 2. Compare to Anycubic Kossel config
### 2. Pin correspondence (old board → new)
See `config/examples/delta/Anycubic/Kossel`
### 3. Pin correspondence (old board → new)
| Function | Makeboard Mini 2.1.2 | MKS Gen L V2.1 |
| Function | [Makeboard Mini 2.1.2](assets/makeboard_mini_2.1.2.webp) | [MKS Gen L V2.1](assets/mks_gen_l_v2.1.webp) |
|--------------------|----------------------|--------------------------|
| XSTEP / DIR / EN | 54 / 55 / 38 | X.STEP / X.DIR / X.EN |
| YSTEP / DIR / EN | 60 / 61 / 56 | Y.STEP / Y.DIR / Y.EN |
@ -36,3 +31,12 @@ See `config/examples/delta/Anycubic/Kossel`
| Fan 0 (model) | D9 | FAN screw |
| Fan 1 (hotend) | D7 | MOSFETD |
| VIN | XT30 | 2pin 1224V in |
### 3 · After flashing:
```gcode
M502 ; load defaults
M500 ; save
G28 ; home
G33 ; autocalibrate
M303 E0 S200 C8 ; PID calibration
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB