aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-ender3-s1-2021.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Updated bed mesh configuration for Creality Ender 3 S1 and S1 Pro ↵Aleksandr 'Aux' Ivanov2023-07-091-2/+2
| | | | | | | | | (#6219) Existing `mesh_min` values start probing too far away from the edge. Additionally `mesh_max` Y value of 197 is out of bed movement range (197 + `bltouch.y_offset` = 237.5) and causes Y stepper to overhit, which can potentially damage the printer in the long run. Signed-off-by: Aleksandr Ivanov <aux@hexmode.org>
* config: remove move_to_previous from Ender 3 S1 configs (#6245)JamesH19782023-06-161-1/+0
| | | | | This PR is to remove `move_to_previous: true` from the ender 3 S1 and S1 plus configs. This is a confusing option, it is not really useful on these type of printers and can cause issue to the end user Signed_off_by; James Hartley <james@hartleyns.com>
* config: Added precise location of [bed_screws] for Ender-3-s1 (#5944)Stas Yakobov2023-01-021-0/+6
| | | Signed-off-by: Stas Yakobov <stas@3os.org>
* config: Fix Ender 3 S1 Config (#5771)Fisheiyy2022-09-111-20/+20
| | | Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
* config: Use printer-creality-ender3-s1-2021.cfg for both s1 and s1 pro.Kevin O'Connor2022-07-241-5/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix wording of serial port selection on recent creality configsKevin O'Connor2022-07-211-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Correct UART pins for Ender 3 S1 & S1 Pro (#5553)Aart Röst2022-06-101-1/+1
| | | Signed-off-by: Aart Röst <aartrost@gmail.com>
* config: Update ender3 s1 configs to use gear_ratioKevin O'Connor2022-06-031-1/+2
| | | | | | The gearing mechanism is 42:12. Reported by @filipenobrerc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor changes to ender3-s1 and ender3-s1pro configsKevin O'Connor2022-05-231-4/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Ender 3 S1/S1 Pro Default Configurations (#5332)Fisheiyy2022-05-231-0/+132
Signed-off-by: Rob Casper <myallneedsemail@gmail.com>