Git Product home page Git Product logo

matyirg / marlin-skr-e3-v3-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marlinfirmware/marlin

0.0 0.0 0.0 192.85 MB

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

Home Page: https://marlinfw.org

License: GNU General Public License v3.0

Shell 0.38% JavaScript 0.17% C++ 79.41% Python 0.67% C 19.00% Assembly 0.03% CSS 0.02% OpenSCAD 0.02% Makefile 0.13% HTML 0.12% CMake 0.02% GDB 0.01% Dockerfile 0.01% G-code 0.01% Roff 0.01% NASL 0.01%

marlin-skr-e3-v3-tutorial's Introduction

MarlinFirmware's logo

Marlin 3D Printer Firmware

GPL-V3.0 License Contributors Last Release Date CI Status GitHub Sponsors
Follow MarlinFirmware on Mastodon

Additional documentation can be found at the Marlin Home Page. Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!

Marlin_bugfix-2.1.x

Configuration For Custom Ender 3

It is build for https://www.thingiverse.com/thing:3856703 Direct Drive - BMG + E3D V6 + BLTOUCH + SKR MINI E3 V3  

  • #define NOZZLE_TO_PROBE_OFFSET { 32, -2, 0 } // tell how far is bltouch from the nozzle

Features

  • BL touch
  • bed tramming

Motherboard connections

  • For correct functioning you should plug 3D touch/BL touch as this diagram.
  • Connecting everything in Z-Probe pins won't work with this configuration. I tried few thing but unsuccessfully.
  • DON'T FORGET TO UNPLUG Z-DIAG JUMPER

  For a long time I could understand which fan pin use what. Here it is:

  • FAN0 - used for cooling the print (most of the time the side fan)
  • FAN1 - used for cooling the extruder (front fan that cools the hotend)
  • FAN2 - used for cooling the controller (fan cooling the motherboard)

configuration.h changes

There are some speed changes that i won't write here

  • #define USE_PROBE_FOR_Z_HOMING
  • #define BLTOUCH
  • #define Z_PROBE_SERVO_NR 0
  • #define NOZZLE_TO_PROBE_OFFSET { 32, -2, 0 } //
  • #define PROBING_MARGIN 25 // the bigger number the further away from the edges
  • #define Y_MIN_POS -5

  Bl touch work as servo, so for a lot of people it doesn't work because they don't have this information.

  • #define NUM_SERVOS 1 //
  • #define SERVO_DELAY { 300 }

 

  • #define AUTO_BED_LEVELING_BILINEAR
  • #define RESTORE_LEVELING_AFTER_G28
  • #define GRID_MAX_POINTS_X 5 // it makes mesh map of 5x5 - 25 points of probing
  • #define LCD_BED_LEVELING
  • #define LCD_BED_TRAMMING // it moves nozzle above the springs so you can make bed really flat

 

  • #define Z_SAFE_HOMING
  • #define NOZZLE_PARK_FEATURE // pause function won't stop at the 3d print, but away from it #define INVERT_E0_DIR true // for skr is need to be true even for geared extruder

 

  • #define PRINTCOUNTER // why not
  • #define FAN_SOFT_PWM
  • #define FAN_SOFT_PWM

configuration_adv.h changes

Marlin 2.1 Bugfix Branch

Not for production use. Use with caution!

Marlin 2.1 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.

This branch is for patches to the latest 2.1.x release version. Periodically this branch will form the basis for the next minor 2.1.x release.

Download earlier versions of Marlin on the Releases page.

Building Marlin 2.1

To build and upload Marlin you will use one of these tools:

Marlin is optimized to build with the PlatformIO IDE extension for Visual Studio Code. You can still build Marlin with Arduino IDE, and we hope to improve the Arduino build experience, but at this time PlatformIO is the better choice.

Marlin Support

The Issue Queue is reserved for Bug Reports and Feature Requests. To get help with configuration and troubleshooting, please use the following resources:

Contributors

Marlin is constantly improving thanks to a huge number of contributors from all over the world bringing their specialties and talents. Huge thanks are due to all the contributors who regularly patch up bugs, help direct traffic, and basically keep Marlin from falling apart. Marlin's continued existence would not be possible without them.

License

Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.

While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.

marlin-skr-e3-v3-tutorial's People

Contributors

alexborro avatar anhardt avatar bgort avatar bkubicek avatar bob-the-kuhn avatar boelle avatar daid avatar ejtagle avatar ellensp avatar erikzalm avatar gmagician avatar insanityautomation avatar jbrazio avatar ludy87 avatar marcio-ao avatar marciot avatar nothinman avatar p3p avatar rhapsodyv avatar rmoravcik avatar robbycandra avatar roxy-3d avatar sjasonsmith avatar tcm0116 avatar thinkyhead avatar thisiskeithb avatar tombrazier avatar tpruvot avatar wackerbarth avatar wurstnase 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.