Welcome! Log In Create A New Profile

Advanced

can't compile with PARKING_EXTRUDER in 1.1.9, 2.0

Posted by hall_philip 
can't compile with PARKING_EXTRUDER in 1.1.9, 2.0
September 16, 2018 09:33PM
Hi guys. I have been trying to update to 1.1.9, 2.0 from 1.1.8, I have double checked everything I can think of. Compiles perfectly when I disable PARKING_EXTRUDER. 1.1.8 is working great for me but I was looking to try a few of the newer features. I have also tried the latest bug fix version also with the same issues. Any help with a solution to this problem would be great and thanks in advance. This is the error I am getting.

Arduino: 1.8.7 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch\src\module\tool_change.cpp: In function 'void tool_change(uint8_t, float, bool)':

sketch\src\module\tool_change.cpp:519:63: error: too few arguments to function 'void parking_extruder_tool_change(uint8_t, float, bool)'

parking_extruder_tool_change(tmp_extruder, no_move);

^

sketch\src\module\tool_change.cpp:112:15: note: declared here

inline void parking_extruder_tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool no_move/*=false*/) {

^

exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.

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

Edited 1 time(s). Last edit at 09/18/2018 09:25PM by hall_philip.
Re: can't compile with PARKING_EXTRUDER in 1.1.9, 2.0
September 19, 2018 07:11AM
this has now been patched
Re: can't compile with PARKING_EXTRUDER in 1.1.9, 2.0
September 19, 2018 07:34AM
Can we see (and test with) a copy of your configuration files?

and possibly a copy of the pins_xxx.h file you use with your board?

Edit: Ah, I see that you mentioned a patch, while I were preparing for this question.

Edited 1 time(s). Last edit at 09/19/2018 07:52AM by MrAlvin.
Sorry, only registered users may post in this forum.

Click here to login