mechano / Kingroon_KP3S_Pro_Marlin_Firmware

Marlin firmware for Kingroon KP3S Pro
GNU General Public License v3.0
23 stars 3 forks source link

Can you share the following source file? I would like to modify some options myself. #7

Closed kiong2016 closed 10 months ago

kiong2016 commented 11 months ago

Can you share the following source file? I would like to modify some options myself.

mechano commented 11 months ago

If you download the archive you'll find inside the .bin, Configuration.h, Configuration_adv.h. The other files you can download from official Marlin project.

kiong2016 commented 11 months ago

Oh, yes, thank you.

kiong2016 commented 11 months ago

I have a few more questions. The motherboard model of my KP3S Pro is Kingroon KP3 v1.3, and the chip model is GD32F303. In the Configuration.h file, at line 94, it says "#define MOTHERBOARD BOARD_MKS_ROBIN_NANO." Should I choose BOARD_MKS_ROBIN_NANO or BOARD_MKS_ROBIN_NANO_V2? I am using VSCode and PlatformIO for compilation. What should I fill in for the line "default_envs = mega2560" in the platformio.ini file?

mechano commented 11 months ago

Leave the BOARD_MKS_ROBIN_NANO

kiong2016 commented 11 months ago

Sure, I'll give it a try. Thank you very much for your assistance.

mechano commented 11 months ago

Let me know if it works for you.

kiong2016 commented 11 months ago

屏幕截图 2023-11-02 201747 The motherboard model of my KP3S Pro is Kingroon KP3 v1.3, and the chip model is GD32F303. Which one should I choose

mechano commented 11 months ago

Always first one, never use maple or usbmod.

Il giorno gio 2 nov 2023 alle ore 13:20 kiong2016 @.***> ha scritto:

[image: 屏幕截图 2023-11-02 201747] https://user-images.githubusercontent.com/17523804/279977473-719847ef-7062-4668-883a-60825f010a7b.png The motherboard model of my KP3S Pro is Kingroon KP3 v1.3, and the chip model is GD32F303. Which one should I choose

— Reply to this email directly, view it on GitHub https://github.com/mechano/Kingroon_KP3S_Pro_Marlin_Firmware/issues/7#issuecomment-1790625064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAV5ZA5QYOHYW5LIBVOZ2QTYCOFXJAVCNFSM6AAAAAA62JRR3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJQGYZDKMBWGQ . You are receiving this because you commented.Message ID: @.***>

-- Roberto Giuffrè tel. +39-328-9140378 email: @. pec: @.

kiong2016 commented 11 months ago

I tried replacing the file for compilation, but it resulted in an error. I'm unable to resolve this issue. My requirement is simple: I want to set the language displayed on the LCD to Chinese. It would be great if you could help me compile a firmware version with BLTouch in Chinese. If you don't have the time, it's okay. I'll try using the English version.

mechano commented 11 months ago

Which error? And sorry I don't know chinese, I can't try the firmware if I use that language.

kiong2016 commented 11 months ago

You're welcome! I'm glad I could assist you. Thank you for your appreciation. I'm happy to hear that you've learned a lot from our interaction. If you have any more questions or need further assistance in the future, feel free to ask.

mechano commented 11 months ago

I also have F303 chip and my firmware works.

If you can't compile in chinese, there may be problems of charset and language direction. So you have to understand the error, and check on Internet chinese printing issues fo compiling Marlin also for different printers i.e. Ender.

image

kiong2016 commented 11 months ago

Learning English is also a great endeavor. One cannot rely solely on what they are accustomed to; they should always try new things.