[DELETE_ME_AFTER_READING]
Choose the right Category
[/DELETE_ME_AFTER_READING] cant seem to get this working was wondering if anyone has a config set up already
Sineos
February 19, 2023, 7:46pm
2
And Iām wondering if you only rudimentary read what is in your post and clearly marked as [DELETE_ME_AFTER_READING]
.
sorry just trying to get this thing
working
Sineos
February 19, 2023, 8:18pm
4
Oh, then my apologies. This is of course a valid reason to completely ignore what the folks are asking for when requesting help here.
Sineos
February 19, 2023, 8:26pm
5
# This file contains pin mappings for the stock 2020 Creality Ender 6.
# To use this config, during "make menuconfig" select the STM32F103
# with a "28KiB bootloader" and serial (on USART1 PA10/PA9)
# communication.
# Because this printer has factory wiring, mounts, and firmware for
# a BLTouch, but does not ship with one at this time, default values
# for the sensor have been specified, but disabled, in anticipation of
# future revisions or user modification. User should take care to
# customize the offsets, particularly z-offset, for their specific unit.
# If you prefer a direct serial connection, in "make menuconfig"
# select "Enable extra low-level configuration options" and select
# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC
# cable used for the LCD module as follows:
# 3: Tx, 4: Rx, 9: GND, 10: VCC
# Flash this firmware by copying "out/klipper.bin" to a SD card and
# turning on the printer with the card inserted. The firmware
# filename must end in ".bin" and must not match the last filename
This file has been truncated. show original
# This file contains common pin mappings for the BIGTREETECH SKR mini
# E3 v3.0. To use this config, the firmware should be compiled for the
# STM32G0B1 with a "8KiB bootloader" and USB communication.
# The "make flash" command does not work on the SKR mini E3. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the SKR
# mini E3 with that SD card.
# See docs/Config_Reference.md for a description of parameters.
[stepper_x]
step_pin: PB13
dir_pin: !PB12
enable_pin: !PB14
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC0
position_endstop: 0
position_max: 235
This file has been truncated. show original
Take the SKR mini cfg as basis and add the printer specific details like endstop positions etc to it.
1 Like
ive already done that but i keep trying to change dir of pin but it doesnt go to endstop or home correctly
Sineos
February 19, 2023, 8:40pm
7
Most likely your motor connectors are off. Ender 6 is a corexy kinematic, which can be tricky to get right with the motor direction.
See Initial Startup | Voron Documentation for an excellent explanation.