user-e

Results 7 comments of user-e

Thanks @ba186dp, your comment cleaned: ``` Try looking in the section Marlin / src / pins / stm32f / pins_BTT_OCTOPUS_V1_common.h do you have a well-defined Z2 axis: #define Z2_STEP_PIN PG4...

@ba186dp Yes, all stepper and all endstop are connected correctly, i've checked also with the pins_BTT_OCTOPUS_V1_common.h and schematic file. I've also found that with `#define Z2_DRIVER_TYPE TMC2209` and `#define Z_MULTI_ENDSTOPS`...

> Well, I don't know, if I have time, I'll try on my card, but I'm currently doing Mechanics on IDEX, where I'm going to need Dual Z and Dual...

@DJames2682 I know that this is not a forum but... If you are no more able to flash the MCU through DFU or SD card, you can try to program...

Many thanks @jcrona ! short version: ``` static timestamp_t hal_get_timestamp_us() { return (timestamp_t) to_us_since_boot (get_absolute_time()); } static void hal_sleep_until(timestamp_t ts) { while((int32_t) (ts - hal_get_timestamp_us()) > 0); } tamalib_register_hal(&my_hal); tamalib_init(g_program,NULL,...

@Francescol10 I was having the same problem, then i've found that there was an indentation error on mine myhome.yaml file. Follow this example: https://github.com/anotherjulien/MyHOME/wiki/Sample-config Download Visual Studio Code plugin to...

Thanks for reply @rbaron I've tried with other value for that set_pgm_speed call, but nothing change. So I've added a capacitor on the reset pin, i don't know the value...