User Tools

Site Tools


bdev:rearm_marlin

Warning: Undefined array key -1 in /var/www/html/dokuwiki/inc/html.php on line 1458

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bdev:rearm_marlin [2021/10/06 21:39]
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
 +{{ :bdev:marlinfirmware.zip |}}
 +\\
 +
 \\ \\
 https://github.com/MarlinFirmware/Marlin\\ https://github.com/MarlinFirmware/Marlin\\
Line 7: Line 12:
 \\ \\
  
 +\\
 +Set steps per mm\\
 +https://marlinfw.org/docs/gcode/M092.html
 +\\
 +\\
 +Cold extrusion\\
 +https://marlinfw.org/docs/gcode/M302.html
 +<code>
 +M302         ; report current cold extrusion state
 +M302 P0      ; enable cold extrusion checking
 +M302 P1      ; disable cold extrusion checking
 +M302 S0      ; always allow extrusion (disable checking)
 +M302 S170    ; only allow extrusion above 170
 +M302 S170 P1 ; set min extrude temp to 170 but leave disabled
 +</code>
  
 \\ \\
Line 107: Line 127:
 {% endif %} {% endif %}
 </code> </code>
- 
- 
  
 +\\
 +Notes on baby stepping https://community.octoprint.org/t/how-to-still-control-z-adjustment-during-print/19413/11
 +\\
 +https://3dprintbeginner.com/octoprint-baby-stepping/
 \\ \\
 Zprobe set up \\ Zprobe set up \\
Line 117: 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
 </code> </code>
 +\\
 +Offsets for Z probe\\
 +https://marlinfw.org/docs/gcode/M851.html
 \\ \\
 Zprobe bilinear\\ Zprobe bilinear\\
 +G29 L20 R330 F20 B250 V4
 +\\
 https://marlinfw.org/docs/gcode/G029-abl-bilinear.html https://marlinfw.org/docs/gcode/G029-abl-bilinear.html
 \\ \\
bdev/rearm_marlin.1633556399.txt.gz ยท Last modified: 2021/10/06 21:39 by richard