Giter VIP home page Giter VIP logo

bigtreetech / ramps-1.6 Goto Github PK

View Code? Open in Web Editor NEW
82.0 16.0 60.0 2.64 MB

The RAMPS 1.6 is the second RAMPS iteration released by BIGTREETECH. It replaces the original green power connector with a pair of screw terminals, adds a larger heatsink over the MOSFETS, and has a larger bed MOSFET. It maintains the surface-mounted fuses and flush MOSFETS of the RAMPS 1.5.

C++ 62.54% C 31.41% Makefile 1.33% Python 0.62% Objective-C 4.11%

ramps-1.6's Introduction

Ramps 1.6 , Base on RAMPS 1.4/1.5

ramps-1.6's People

Contributors

bigtreetech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ramps-1.6's Issues

Error Compiling

sketch/Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)':
sketch/Marlin_main.cpp:831:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
planeNormal.debug("planeNormal");

Please post ramps 1.6 plus

bigtreetech is now selling the ramps 1.6 plus with integrated SPI lines for tmc2130.

Please be aware that the SPI lines for the TMC2130 does not work with the Re-Arm board as D40, D42, D65 and D66 are missing. The situation is worse if you are using a RRD Full Graphics LCD as it doesn't share SPI lines well, or at least in Marlin 2.0 this isn't working and there is a sanity check preventing the configuration from even compiling. I would love to know how to disconnect MOSI, MISO and SCK from the driver sockets so that I only have to plug them into one of the driver sockets. I still want those 3 lines to go to AUX3 for the LCD though.

Enabling 5v on ramps 1.6+ ??

Hi,

I want to connect a bltouch probe on ramps 1.6+ (with rearm 32 bit card).
In marlin 2.0.x I define : #define Z_MIN_PROBE_PIN 11
So I plug the orange cable of 3dtouch on the first pin of servos.

Where must I connect the red and brown cable ?
And the white and black cable ? in z min ?

My question is about the jumper between 5v and vcc (next to the extruder driver)
Must I leave it or not ?

What does this jumper do ?

Thank you.

12 V not connected

I bougth ramps 1.6 that the same design in this pcb layout.
I saw some power line 12v are not connected. Be careful if you buy this version.

image

Run Nema 23 with TB6560

Hi,
what kind of configuration sholud I use to run a set of Nema 23 with external driver?
I found online a wiring scheme like this on instructable for a RAMPS 1.4 and I also localized the right pins, but with repetier firmware it is not working.
image

It is possible is not suitable for this newer version?

Is the wiring anyway correct or should I change something?

Compiling Error

Arduino: 1.8.15 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"





















C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin_main.cpp:2208:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]

         LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");

                                    ^

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdFile.h:27:0,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\cardreader.h:8,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin_main.cpp:46:

SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

 struct fpos_t {

        ^~~~~~

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin.h:10:0,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin_main.cpp:32:

c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

 __extension__ typedef long long fpos_t;

                                 ^~~~~~

C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)':

C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin_main.cpp:831:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

     planeNormal.debug("planeNormal");

                                    ^

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdBaseFile.cpp:24:0:

SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

 struct fpos_t {

        ^~~~~~

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin.h:10:0,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdBaseFile.cpp:21:

c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

 __extension__ typedef long long fpos_t;

                                 ^~~~~~

C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdBaseFile.cpp: In member function 'void SdBaseFile::getpos(fpos_t*)':

SdBaseFile.cpp:298:8: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

   pos->position = curPosition_;

        ^~~~~~~~

SdBaseFile.cpp:299:8: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

   pos->cluster = curCluster_;

        ^~~~~~~

C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdBaseFile.cpp: In member function 'void SdBaseFile::setpos(fpos_t*)':

SdBaseFile.cpp:1496:23: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

   curPosition_ = pos->position;

                       ^~~~~~~~

SdBaseFile.cpp:1497:22: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

   curCluster_ = pos->cluster;

                      ^~~~~~~

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdFile.h:27:0,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdFile.cpp:23:

SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

 struct fpos_t {

        ^~~~~~

In file included from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\Marlin.h:10:0,

                 from C:\Users\Dynamix\Desktop\Wiring & Marlin Firmware\ramps-1.6-master\ramps-1.6-master\Ramps1.6\firmware\Marlin\SdFile.cpp:20:

c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

 __extension__ typedef long long fpos_t;

                                 ^~~~~~

exit status 1

using typedef-name 'fpos_t' after 'struct'



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

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.