GithubHelp home page GithubHelp logo

cherokee-makerspace / robo-buildtak Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.63 MB

Marlin Firmware for Robo 3D R1+ with Buildtak FlexPlate

License: GNU General Public License v3.0

C++ 65.43% C 32.04% Makefile 0.27% Python 0.70% Shell 0.68% CMake 0.04% OpenSCAD 0.05% JavaScript 0.39% G-code 0.02% HTML 0.29% CSS 0.04% Assembly 0.04% GDB 0.01% NASL 0.01% Dockerfile 0.01%
marlin-firmware reprap-3d-printer robo3d arduino

robo-buildtak's Introduction

Marlin 2.0.8.2 for Robo 3D R1+

Download Marlin Firmware. Reset settings with M502 and M500 after flashing with new firmware.

Setup

This is for a Robo 3D R1+ with the following mods:

  1. Robo 3D needed a 10x10 FlexPlate but the 9x10 was a donation.
  2. 300mm rods were a little shorter than the stock rods so we had to move 2 bed magnets to accomodate. Y_BED_SIZE was reduced to 200 for this reason.

Summary of Changes

configuration.h

#define BAUDRATE 115200

#define CUSTOM_MACHINE_NAME "Robo 3D R1+"

//============================= Thermal Settings ============================ #define TEMP_SENSOR_BED 1

//============================== Movement Settings ========================== #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 2560, 723.38 }

//============================= Z Probe Options ============================= #define FIX_MOUNTED_PROBE

#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 0 }

#define PROBING_MARGIN 35

#define XY_PROBE_FEEDRATE (200*60)

#define INVERT_X_DIR true

#define INVERT_Y_DIR false

#define INVERT_Z_DIR true

#define X_BED_SIZE 220

#define Y_BED_SIZE 200

#define MIN_SOFTWARE_ENDSTOPS false

//=============================== Bed Leveling ============================== #define AUTO_BED_LEVELING_BILINEAR

#define ENABLE_LEVELING_AFTER_G28

#define PREHEAT_BEFORE_LEVELING

#define LCD_BED_LEVELING

#define Z_SAFE_HOMING

//============================= Additional Features =========================== `#define PREHEAT_2_LABEL "PETG"

#define PREHEAT_2_TEMP_HOTEND 240

#define PREHEAT_2_TEMP_BED 75

#define PREHEAT_2_TEMP_CHAMBER 35

#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

//============================= LCD and SD support ============================ #define SDSUPPORT

#define SD_CHECK_AND_RETRY

#define SLIM_LCD_MENUS

#define SPEAKER

//======================== LCD / Controller Selection ========================= //======================== (Character-based LCDs) ========================= #define REPRAP_DISCOUNT_SMART_CONTROLLER

configuration_adv_.h

#define BABYSTEPPING

#define BABYSTEP_MILLIMETER_UNITS

#define BABYSTEP_MULTIPLICATOR_Z 0.05

#define BABYSTEP_MULTIPLICATOR_XY 0.05

#define HOST_ACTION_COMMANDS

robo-buildtak's People

Contributors

alexcua avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.