|
@@ -1,7 +1,6 @@
|
|
|
# Marlin firmware builds
|
|
|
|
|
|
-
|
|
|
-## Touch Mi - Marlin-bugfix-1.1.x
|
|
|
+## Touch Mi - Marlin-bugfix-1.1.x
|
|
|
|
|
|
I use this one on my Ender 3 with a [Touch Mi](http://www.hotends.fr/fr/home/64-capteur-auto-leveling-touch-mi.html)
|
|
|
|
|
@@ -11,7 +10,7 @@ I use this one on my Ender 3 with a [Touch Mi](http://www.hotends.fr/fr/home/64-
|
|
|
* `PIDTEMPBED` is enabled
|
|
|
* `RESTORE_LEVELING_AFTER_G28` is enabled (see [G29 ABL](http://marlinfw.org/docs/gcode/G029-abl.html) for details)
|
|
|
* as I need moar `PROGMEM` and use[OctoPrint](https://octoprint.org/), `SDSUPPORT` is disabled but i can keep `DISABLE_M503` unused
|
|
|
-* Step/mm, PIDs are feeded from my own values.
|
|
|
+* Step/mm, PIDs are feeded from my own values.
|
|
|
* `GRID_MAX_POINTS_X` & `GRID_MAX_POINTS_Y` are set to 5
|
|
|
* `*_PROBE_BED_POSITION` defines are updated (see Below)
|
|
|
|
|
@@ -24,5 +23,5 @@ I've modified the `*_PROBE_BED_POSITION` defines to use probe offsets
|
|
|
#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
|
|
|
#define BACK_PROBE_BED_POSITION (Y_BED_SIZE + Y_PROBE_OFFSET_FROM_EXTRUDER - MIN_PROBE_EDGE)
|
|
|
```
|
|
|
-> NOTES : PID values are for my 0.4mm steel nozzle and borosillicate bed.
|
|
|
|
|
|
+> NOTES : PID values are for my 0.4mm steel nozzle and borosillicate bed.
|