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/09 02:20] – [tuyaplug moonraker] 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 156: Line 159:
 https://www.thingiverse.com/thing:5626066 https://www.thingiverse.com/thing:5626066
  
-===== Sonic Pad =====+====== Sonic Pad ======
  
 Enable root access: Enable root access:
Line 217: Line 220:
  
  
-==== Cura and Klipper/Sonic Pad ====+===== Cura and Klipper/Sonic Pad =====
  
 https://www.creality.com/pages/download-creality-sonic-pad https://www.creality.com/pages/download-creality-sonic-pad
Line 241: Line 244:
 https://www.creality.com/pages/download-creality-sonic-pad https://www.creality.com/pages/download-creality-sonic-pad
  
-==== tuyaplug moonraker ====+===== tuyaplug moonraker =====
  
 Requires "Moonraker Tuya Generic HTTP Service" as docker or on other system: Requires "Moonraker Tuya Generic HTTP Service" as docker or on other system:
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.1702088451.txt.gz · Last modified: by Wuff