-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BTT SKR e3Turbo #3549
Comments
|
thank you but how i do that? |
Remove the line tx_pin:xxx on all tmc |
I'm sorry, that was just an attempt, it doesn't work even without this entry. |
AUTOCREATED BY KIAUH[include kiauh.cfg] [stepper_x] [tmc2209 stepper_x] [stepper_y] [tmc2209 stepper_y] [stepper_z] [tmc2209 stepper_z] [extruder] [tmc2209 extruder] [heater_bed] [fan] [mcu] [printer] [board_pins] [display] [virtual_sdcard] [pause_resume] |
Are the settings for the flash correct? |
It looks like this board has a new "low power standby" feature which might require some pins to be set at microcontroller startup in order for the TMC drivers to work. Someone more knowledgeable than me will need to take a look. |
The list of standby pins is here. It looks like they need to be pulled low during startup if I'm understanding the Marlin PR correctly. |
Thank you |
I did it, I entered the GPIO pins of the standby in the make menuconfig and it works! |
#####BTT SKR E3 Turbo#### [include kiauh.cfg] [tmc2209 stepper_x] [tmc2209 stepper_y] [tmc2209 stepper_z] [tmc2209 extruder] [stepper_x] #[tmc2209 stepper_x] [stepper_y] #[tmc2209 stepper_y] [stepper_z] #[tmc2209 stepper_z] [extruder] #[tmc2209 extruder] [heater_bed] [fan] [mcu] [printer] [static_digital_output buzzer] [board_pins] [display] [virtual_sdcard] [pause_resume] |
meine config für das skr e3 turbo !! |
This also fixed the communication fault for me. To summarize, when building the firmware for the E3 Turbo, the following GPIO pins need to be named in "make menuconfig" to pull them down on startup: !P.3.26, !P3.25, !P1.18, !P1.19, !P2.13 |
FYI, it's better to not modify "make menuconfig" and instead add the following to printer.cfg: [static_digital_output tmc_standby_pins]
pins: !P3.26, !P3.25, !P1.18, !P1.19, !P2.13 -Kevin |
Thanks Kevin I'll give that a shot. Can you elaborate at all on why that's a better way? I am still working to get my head around the klipper ecosystem. |
Just that it's easier to modify and view printer.cfg. -Kevin |
Hello, It looks like there hasn't been any recent updates on this Best regards, ~ Your friendly GitIssueBot PS: I'm just an automated script, not a human being. |
FYI, I added an example config for the e3-turbe (commit f79187d). -Kevin |
Hello
I have problems getting klipper to work on the new SKR e3 turbo.
klippy(5).log
I have this error message: Unable to read tmc uart 'stepper_x' register IFCNT
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
please help me
The text was updated successfully, but these errors were encountered: