User Tools

Site Tools


3dprinter:ender3s1

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
3dprinter:ender3s1 [2023/12/10 13:19] Wuff3dprinter:ender3s1 [2026/05/02 16:59] (current) – [Pause at layer] Wuff
Line 75: Line 75:
 https://www.thingiverse.com/thing:5531129/files https://www.thingiverse.com/thing:5531129/files
 About 1-2mm of overhang from the original connector needs to be removed to prevent the connector from catching the Z Axis motor. About 1-2mm of overhang from the original connector needs to be removed to prevent the connector from catching the Z Axis motor.
 +
 +Hinge bed cable connector:
 +https://www.thingiverse.com/thing:5953410
  
 Ender 3 S1 Flexible flat cable holder by Alei100 Ender 3 S1 Flexible flat cable holder by Alei100
Line 310: Line 313:
  
 </code> </code>
 +
 +===== Pause at layer =====
 +
 +Setting pause at height in Cura:
 +  * Extensions -> Post Processing -> "Pause at height"
 +  * Set Pause at Layer Number to layer to pause at
 +  * Set to Malin (M0)
 +  * Park Print Head at 190,190 (back right)
 +  * Retract 1-2mm
 +
 +Prerequisite to support the M0 command in klipper/Sonicpad:
 +ssh into sonicpad
 +<code>
 +vi /mnt/UDISK/printer_config/printer.cfg
 +</code>
 +add
 +<code>
 +[gcode_macro M0]
 +gcode:
 +    PAUSE
 +</code>
 +then reboot sonic pad
 +
 +
 +
 +
3dprinter/ender3s1.1702214375.txt.gz · Last modified: by Wuff