JamesH1978

Results 128 comments of JamesH1978

Thank you for submitting a PR, pleas refer to point 3 in "What to expect in a review" in https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md and provide a signed off by line. And please check...

Thank you for submitting a PR, please could you refer to point 3 in the "what to expect" section in https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md and add a signed-off-by line. Also you need to...

@surikatec no this is an open PR, it is not implemented or merged

This looks to break smaller STM32 builds like the 042 with an error of ` Linking out/klipper.elf /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld: out/klipper.elf section `.text' will not fit in region `rom' /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld: region `rom'...

seems changing line 10 of Kconfig from `select HAVE_GPIO_I2C if !MACH_STM32F031` to `select HAVE_GPIO_I2C if !MACH_STM32F031 && !MACH_STM32F042` fixes it at least for the 042, i havent tested other STM32F0XX...

then my commit/solution may be just a sticking plaster for other problems caused by this commit

This also seems to break some rp2040 boards, at least a couple of SB2040 mellow owners have tmc uart issues on this commit, that i have seen on the discord...

Thankyou for submitting a PR, our stock configurations are for bone stock printers as if they have just come out of the box from factory, as users may not have...

Hi, thank you for submitting your config. Please can you make sure you have followed the guidelines in https://github.com/Klipper3d/klipper/blob/master/docs/Example_Configs.md and https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md paying particualr atetntion to the signed off by line...