generated from ccrobot-online/MEEB_IPS_0_96
-
Notifications
You must be signed in to change notification settings - Fork 0
build_marlin_for_meeb_3dp_linux_cmd
cccc edited this page Jun 2, 2020
·
8 revisions
Use ubutnut 16.04 system as a example
sudo apt install python
sudo apt install python-pip
sudo apt install lib32z1
git clone --recursive https://github.com/MarlinFirmware/Marlin.git -b bugfix-2.0.x my_marlin
pip install --upgrade pip
pip install -U https://github.com/platformio/platformio-core/archive/master.zip
platformio update
copy the ./my_marlin/buildroot/etc/udev/rules.d/99-platformio-udev.rules to /etc/udev/rules.d/
and reset the system.
All template files are in the Marlin_v2 folder of this repository, use ender3 printer as a example, copy 4 files:
- Marlin_v2\_Statusscreen.h to my_marlin\Marlin
- Marlin_v2\_Bootscreen.h to my_marlin\Marlin
- Marlin_v2\ender3\Configuration.h to my_marlin\Marlin
- Marlin_v2\ender3\Configuration_adv.h to my_marlin\Marlin
Configuration.h and Configuration_adv.h can be modified.
Connect your meeb_3dp board with USB cable. Use lsusb to make sure the USB is worked.
pio run -e STM32F103RC_cc_meeb_3dp -t upload