Welcome! Log In Create A New Profile

Advanced

Prusa i3 rework (emotion tech) and Marlin 2

Posted by seb77 
Prusa i3 rework (emotion tech) and Marlin 2
May 19, 2020 05:42PM
evening everyone,

did anyone successfully put Marlin2 on a prusa i3 rework 1.5 (with a Z axis fixed EZABL probe) ?

tried various approaches with the configuration.h:
- from the default marlin2 config, tweaked it and somehow it doesn't home axis properly sad smiley (pressing home for X would make Z go higher and higher eye rolling smiley)

- and from this v1.1.x configuration.h file, adapted to Marlin2...
I got down to "only" those arduino compiling errors.
sketch/src/feature/bedlevel/abl/abl.cpp: In function 'void bilinear_line_to_destination(feedRate_t, uint16_t, uint16_t)':
sketch/src/feature/bedlevel/abl/abl.cpp:408:68: error: call of overloaded 'bilinear_line_to_destination(const feedRate_t&, uint16_t&, uint16_t&)' is ambiguous
     bilinear_line_to_destination(scaled_fr_mm_s, x_splits, y_splits);
                                                                    ^
In file included from sketch/src/feature/bedlevel/abl/../bedlevel.h:61:0,
                 from sketch/src/feature/bedlevel/abl/abl.cpp:27:
sketch/src/feature/bedlevel/abl/../abl/abl.h:40:8: note: candidate: void bilinear_line_to_destination(const feedRate_t&, uint16_t, uint16_t)
   void bilinear_line_to_destination(const feedRate_t &scaled_fr_mm_s, uint16_t x_splits=0xFFFF, uint16_t y_splits=0xFFFF);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sketch/src/feature/bedlevel/abl/abl.cpp:355:8: note: candidate: void bilinear_line_to_destination(feedRate_t, uint16_t, uint16_t)
   void bilinear_line_to_destination(const feedRate_t scaled_fr_mm_s, uint16_t x_splits, uint16_t y_splits) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sketch/src/feature/bedlevel/abl/abl.cpp:412:68: error: call of overloaded 'bilinear_line_to_destination(const feedRate_t&, uint16_t&, uint16_t&)' is ambiguous
     bilinear_line_to_destination(scaled_fr_mm_s, x_splits, y_splits);
                                                                    ^
In file included from sketch/src/feature/bedlevel/abl/../bedlevel.h:61:0,
                 from sketch/src/feature/bedlevel/abl/abl.cpp:27:
sketch/src/feature/bedlevel/abl/../abl/abl.h:40:8: note: candidate: void bilinear_line_to_destination(const feedRate_t&, uint16_t, uint16_t)
   void bilinear_line_to_destination(const feedRate_t &scaled_fr_mm_s, uint16_t x_splits=0xFFFF, uint16_t y_splits=0xFFFF);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sketch/src/feature/bedlevel/abl/abl.cpp:355:8: note: candidate: void bilinear_line_to_destination(feedRate_t, uint16_t, uint16_t)
   void bilinear_line_to_destination(const feedRate_t scaled_fr_mm_s, uint16_t x_splits, uint16_t y_splits) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
exit status 1
Error compiling for board Arduino Mega or Mega 2560.

Let me know if you have any tips,
thank you so much!

Sébastien

Edited 1 time(s). Last edit at 05/19/2020 05:43PM by seb77.


Prusa i3 Rework 1.5 (emotion tech)
Sorry, only registered users may post in this forum.

Click here to login