Skip to content

Instantly share code, notes, and snippets.

@arrowcircle
Created September 6, 2022 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arrowcircle/5ca5bdf2ad995251a9cec8cec1b572cf to your computer and use it in GitHub Desktop.
Save arrowcircle/5ca5bdf2ad995251a9cec8cec1b572cf to your computer and use it in GitHub Desktop.
RuRamps marlin 2.1

Качаем марлин по ссылке https://github.com/MarlinFirmware/Marlin/archive/refs/heads/bugfix-2.1.x.zip Распаковываем, открываем через VS Code

В файле Marlin/Configuration.h 89 строка прописываем BOARD_RURAMPS4D_13 или BOARD_RURAMPS4D_11:

#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_RURAMPS4D_13
#endif

В файле platformio.ini в 16 строке:

default_envs = DUE

Собираем, заливаем, настраиваем, повторяем.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment