3D Printer custom PID and Marlin 2.0.7 PT2

Sdílet
Vložit
  • čas přidán 25. 02. 2021
  • Based arround the Ender 3 but applicable to most 3D printers that run Marlin as their firmware, this video will show how to compile and flash firmware and to add custom PID tunes, Custom Printer Name and change the preset heat settings to include PETG or any other name you choose.
    Time to compile your own Marlin using Visual Studio Code, PlatformIO and the Marlin source and example configuration files
    Visual Studio Download code.visualstudio.com/download
    Marlin Download marlinfw.org/meta/download/
    Creality Ender firmware forums.creality3dofficial.com...
    Boards from USA
    32bit controller board from Creality amzn.to/3krhgNw
    32 bit control boards from BigTreeTech amzn.to/3uB8gtK
    or from Canada
    32bit controller board from Creality amzn.to/37Rofu1
    32 bit control boards from others amzn.to/37Krdk3
  • Věda a technologie

Komentáře • 10

  • @nenadbosiocic7535
    @nenadbosiocic7535 Před 3 lety +2

    Thank you so much! you have no idea how much your tutorial helped me out! great work :))

  • @petermuller4601
    @petermuller4601 Před 3 lety +1

    Thank you for this very informative video :D

  • @richreinke4918
    @richreinke4918 Před 3 měsíci

    I am way behind the times here. I appreciate your video helped a lot! the only issue i am having is the auto marlin is exporting firmware.elf and firmware.hex files instead of a .bin file? any advice?

  • @MrJeepXj95
    @MrJeepXj95 Před 2 lety

    Is there a way do move the decmal place from .1 to like .01 adjustment in baby steps?

  • @fvheel
    @fvheel Před rokem

    How do i configure #define PID_AUTOTUNE_MENU for the 2nd hotend?

  • @Mimi3D
    @Mimi3D Před 2 lety

    Bonjours j'aurais besoin d'aide avec mon Firmware pour ma CRX, j'ai toujours des erreur. Merci de bien vouloir m'aider.

  • @HSRMF
    @HSRMF Před 3 lety

    thank you for this video ..
    can you please tell me which part of the code is for the retraction ?
    i just like to study it in any programming language ..

    • @TheBreadboardca
      @TheBreadboardca  Před 3 lety +2

      Most current 3D printers in this class still use retraction from the slicer, not marlin, but the latest firmware (2.0.x) do have a feature called "firmware retract " if you search for "FWRETRACT" in configuration_adv.h you should find the references to it , files like the planner.h etc, you will then have to weave through the code to find more details and methods involved with its implementation or more applicable the file called fwretract.h, you should find what you need

    • @HSRMF
      @HSRMF Před 3 lety

      @@TheBreadboardca thank you so much