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 :( (pressing home for X would make Z go higher and higher 8-))
- and from this v1.1.x configuration.h file, adapted to Marlin2...
I got down to "only" those arduino compiling errors.
Let me know if you have any tips,
thank you so much!
Sébastien
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 :( (pressing home for X would make Z go higher and higher 8-))
- 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