bigtreetech / ramps-1.6

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.
85 stars 60 forks source link

Error Compiling #7

Open DJKyomi opened 5 years ago

DJKyomi commented 5 years ago

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");

Timoms commented 4 years ago

For future visitors: Use Arduino 1.0.6. Should compile fine.