Lowrider V2 Motherboard

Hallo zusammen,

ich bin neu hier im Forum überlege mir aber schon lange die V2 zu bauen. Ich habe die Teile bereits soweit zusammen. Mein eigentliches Problem ist das Main-/Motherboard. In den fertigen Firmware versionen ist mein Mainboard GT2560 welches ich von meinem alten 3d drucker übrig habe nicht enthalten, kann ich da eines der vorgefertigten nehmen oder muss ich mir selbst eines schreiben?

Schönen Gruß
Tobi

You will need to compile firmware specific to your board, but you can start the one for the Ramps board and it is possible you will only need to make minor adjustments for the GT2560. Steps:

  • Install Visual Studio Code and PlatformIO.

  • Download and firmware source V1CNC_Ramps_DualLR, and get it compiling using PlatformIO. This firmware is for dual endstops. It assumes each stepper gets it own driver.

  • Change the board used. You need to edit this define in configuration.h:

#define MOTHERBOARD BOARD_RAMPS_14_EFB

There are a bunch of different GT2560 versions. You will need to identify which you are using. You will then replace RAMPS_14_EFB with one of the following identifiers:

#define BOARD_GT2560_REV_A 1314 // Geeetech GT2560 Rev A
#define BOARD_GT2560_REV_A_PLUS 1315 // Geeetech GT2560 Rev A+ (with auto level probe)
#define BOARD_GT2560_REV_B 1316 // Geeetech GT2560 Rev B
#define BOARD_GT2560_V3 1317 // Geeetech GT2560 Rev B for A10(M/T/D)
#define BOARD_GT2560_V4 1318 // Geeetech GT2560 Rev B for A10(M/T/D)
#define BOARD_GT2560_V3_MC2 1319 // Geeetech GT2560 Rev B for Mecreator2
#define BOARD_GT2560_V3_A20 1320 // Geeetech GT2560 Rev B for A20(M/T/D)

  • Setup for the firmware for the specific stepper drivers you are using. The change is made in configuration.h. The Ramps firmware above is setup for DRV8825 drivers. The specific changes will depend on what drivers you will be using.

  • If you are using an LCD display, and it is not compatible with REPRAP_DISCOUNT_SMART_CONTROLLER, you need to edit the settings in configurtion.h for your specific display.

  • Compile after the changes, and upload the firmware to your board.

Thank you, that help me a lot

Hey Tobi, du solltest vielleicht darüber nachdenken, gleich die V3 zu bauen, die Vorteile sind riesig.

Mag sein, allein die Linearführungen sind besser. Die Teile für die V2 hab ich aber schon lange rumliegen. Wollte mir diese schon letztes Jahr Bauen, hatte nur bislang keine Zeit. Werd se jetz mal fertig machen und dann schauen ob se mir taugt. Kann ja immernoch “Upgraden”

Jo, stimmt. :slight_smile: