aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-cr6se-2021.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Add safe_z_home section for Creality CR-6 SEStéphane Lepin2024-05-121-0/+4
| | | | | | | The Creality CR-6 SE has a strain gauge on its hotend used for z-probing and homing. Currently, running G28 to home all axes puts the hotend just outside of the print bed and thus assumes a wrong homing point for the Z axis. This change aims to address this issue by setting a safe Z-homing point (in the middle of the print bed) into the Creality CR-6 SE 2020 and 2021-revision config files. Signed-off-by: Stéphane Lepin <stephane.lepin@gmail.com>
* config: Correct Pin for the CR-6 SE 2021 Example Config (#5142)Filip Trplan2022-01-161-1/+1
| | | | | | | The fan pin PA0 is not correct for the 2021 revision of the CR-6 SE using the 4.5.3 revision of the Creality board. Changed the pin to PB15 in order to get it working Signed-off-by: Filip Trplan <filip@trplan.si>
* config: Added Config For Creality CR6 SE With Board Revision 4.5.3 (#4147)C. Bluoss2021-04-221-0/+116
Both heater pins changed in this revision. Signed-off-by: Christoph Bluoss <mail@christoph-bluoss.de>