3dprinter:ender3s1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
3dprinter:ender3s1 [2023/11/30 09:11] – [Cura and Klipper/Sonic Pad] Wulf Rajek | 3dprinter:ender3s1 [2024/01/22 21:13] (current) – [S1/ S1 Pro parts] Wulf Rajek | ||
---|---|---|---|
Line 53: | Line 53: | ||
===== S1/ S1 Pro parts ===== | ===== S1/ S1 Pro parts ===== | ||
- | |||
- | Bed screw locks | ||
- | https:// | ||
Ender 3 S1/Pro extruder cable holder/ | Ender 3 S1/Pro extruder cable holder/ | ||
Line 78: | Line 75: | ||
https:// | https:// | ||
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:// | ||
Ender 3 S1 Flexible flat cable holder by Alei100 | Ender 3 S1 Flexible flat cable holder by Alei100 | ||
Line 126: | Line 126: | ||
===== Bed Level Lock ===== | ===== Bed Level Lock ===== | ||
+ | |||
+ | Bed screw locks | ||
+ | https:// | ||
Ender 3 S1/S1 pro - Locking Bed Level Knob by ajcam44 | Ender 3 S1/S1 pro - Locking Bed Level Knob by ajcam44 | ||
https:// | https:// | ||
- | Ender 3 S1 Pro Bed Level Lock by squat0001 | ||
- | https:// | ||
- | |||
- | Bed Adjustment Wheel Clip by alei100 | ||
- | https:// | ||
===== Sensor mount ===== | ===== Sensor mount ===== | ||
Line 161: | Line 159: | ||
https:// | https:// | ||
- | ===== Sonic Pad ===== | + | ====== Sonic Pad ====== |
Enable root access: | Enable root access: | ||
Line 189: | Line 187: | ||
- | Input shaping: | + | Resonance Measurement / Input shaping: |
- | Bracket holder STL files are on the provided usb stick. | + | Bracket holder STL files are on the provided usb stick for round or flat sensor cable. |
+ | configure -> other settings -> Advanced options -> Measuring Resonances | ||
+ | Select printer (moving print bed or static print bed) | ||
+ | connect sensor to sonic pad | ||
+ | Connect sensor to print head via bracket | ||
+ | Test takes about 3 minutes | ||
+ | detach sensor from print head and connect to print bed | ||
+ | sonic pad will reboot | ||
+ | |||
+ | disable slicer acceleration control (cura etc) | ||
+ | |||
+ | klipper added input_shaper section in printer.cfg | ||
+ | |||
+ | # [resonance_tester] | ||
+ | # accel_chip: adxl345 | ||
+ | # accel_per_hz: | ||
+ | # probe_points: | ||
+ | # 117.5, | ||
+ | |||
+ | [input_shaper] | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
https:// | https:// | ||
Line 198: | Line 219: | ||
https:// | https:// | ||
- | https:// | ||
- | ==== Cura and Klipper/ | + | ===== Cura and Klipper/ |
+ | |||
+ | https:// | ||
https:// | https:// | ||
Line 213: | Line 235: | ||
- Install and restart cura | - Install and restart cura | ||
- Go to “Settings > Printer > Manage Printer” and select “Connect Moonraker”. | - Go to “Settings > Printer > Manage Printer” and select “Connect Moonraker”. | ||
- | - Now configure the URL for your Klipper-Moonraker instance using the IP address. | + | - Now configure the URL for your Klipper-Moonraker instance using the IP address |
- Optionally add the identifiers of any powered devices you’ve configured in Klipper (e.g. LED lights), and add a camera URL if installed. | - Optionally add the identifiers of any powered devices you’ve configured in Klipper (e.g. LED lights), and add a camera URL if installed. | ||
- Choose to upload G-code or UFP files. Configuration settings are saved when this window is closed. | - Choose to upload G-code or UFP files. Configuration settings are saved when this window is closed. | ||
Line 219: | Line 241: | ||
After slicing a model, the usual file save options will now include the prompt “Upload to < | After slicing a model, the usual file save options will now include the prompt “Upload to < | ||
+ | Official Cura profiles - note the bed dimensions in the instructions for the S1 are incorrect! | ||
+ | https:// | ||
+ | ===== tuyaplug moonraker ===== | ||
+ | Requires " | ||
+ | https:// | ||
+ | Add the configuration for the power plug to moonraker.conf | ||
+ | <code - moonraker.conf> | ||
+ | [secrets] | ||
+ | # Add as many sections as needed for the devices you want to control. | ||
+ | [power tuyaplug] | ||
+ | type: http | ||
+ | # In the below urls, < | ||
+ | # < | ||
+ | on_url: http:// | ||
+ | off_url: http:// | ||
+ | status_url: http:// | ||
+ | request_template: | ||
+ | {% if command in [" | ||
+ | {% do http_request.set_method(" | ||
+ | {% do http_request.add_header(" | ||
+ | {% do http_request.set_body({}) %} | ||
+ | {% endif %} | ||
+ | {% do http_request.send() %} | ||
+ | response_template: | ||
+ | {% set resp = http_request.last_response().json() %} | ||
+ | {resp[" | ||
+ | off_when_shutdown: | ||
+ | # If set to True the device will be powered off when Klipper enters | ||
+ | # the " | ||
+ | # The default is False. | ||
+ | # off_when_shutdown_delay: | ||
+ | # If " | ||
+ | # (in seconds) to wait before turning the device off. Default is 0 seconds. | ||
+ | on_when_job_queued: | ||
+ | # If set to True the device will power on if a job is queued while the | ||
+ | # | ||
+ | # | ||
+ | # below for details. The default is False. | ||
+ | locked_while_printing: | ||
+ | # If True, locks the device so that the power cannot be changed while the | ||
+ | # | ||
+ | # the printer' | ||
+ | restart_klipper_when_powered: | ||
+ | # If set to True, Moonraker will schedule a " | ||
+ | # after the device has been powered on. If it isn't possible to immediately | ||
+ | # | ||
+ | # will be postponed until Klippy reconnects and reports that startup is | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # The default is False. | ||
+ | restart_delay: | ||
+ | # If " | ||
+ | # of time (in seconds) to delay the restart. | ||
+ | |||
+ | # This enables a power button in mainsail. | ||
+ | bound_services: | ||
+ | |||
+ | </ | ||
+ | |||
+ | create a moonraker.secrets file containing the api/ | ||
+ | <code - moonraker.secrets> | ||
+ | |||
+ | [mtghs] | ||
+ | api_key: ah2CTGhxONWEb76I1O5qZvM7yacCKmhf | ||
+ | |||
+ | </ |
3dprinter/ender3s1.1701335474.txt.gz · Last modified: by Wulf Rajek