This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bdev:rearm_marlin [2021/10/16 14:32] richard |
bdev:rearm_marlin [2021/10/27 23:08] (current) richard |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Re-ARM Marlin ====== | ====== Re-ARM Marlin ====== | ||
+ | \\ | ||
+ | My latest back up | ||
+ | {{ : | ||
+ | \\ | ||
+ | |||
\\ | \\ | ||
https:// | https:// | ||
Line 10: | Line 15: | ||
Set steps per mm\\ | Set steps per mm\\ | ||
https:// | https:// | ||
+ | \\ | ||
\\ | \\ | ||
Cold extrusion\\ | Cold extrusion\\ | ||
https:// | https:// | ||
- | <pre> | + | <code> |
M302 ; report current cold extrusion state | M302 ; report current cold extrusion state | ||
M302 P0 ; enable cold extrusion checking | M302 P0 ; enable cold extrusion checking | ||
Line 20: | Line 26: | ||
M302 S170 ; only allow extrusion above 170 | M302 S170 ; only allow extrusion above 170 | ||
M302 S170 P1 ; set min extrude temp to 170 but leave disabled | M302 S170 P1 ; set min extrude temp to 170 but leave disabled | ||
- | </pre> | + | </code> |
\\ | \\ | ||
Line 121: | Line 127: | ||
{% endif %} | {% endif %} | ||
</ | </ | ||
- | |||
- | |||
+ | \\ | ||
+ | Notes on baby stepping https:// | ||
+ | \\ | ||
+ | https:// | ||
\\ | \\ | ||
Zprobe set up \\ | Zprobe set up \\ | ||
Line 131: | Line 139: | ||
#define Z_SERVO_ANGLES { 100, 0 } // Z Servo Deploy and Stow angles | #define Z_SERVO_ANGLES { 100, 0 } // Z Servo Deploy and Stow angles | ||
</ | </ | ||
+ | \\ | ||
+ | Offsets for Z probe\\ | ||
+ | https:// | ||
\\ | \\ | ||
Zprobe bilinear\\ | Zprobe bilinear\\ |