Welcome! Log In Create A New Profile

Advanced

Problema Aggiornamento MK4duo 4.3.3

Posted by paolopa 
Problema Aggiornamento MK4duo 4.3.3
December 09, 2017 06:18AM
Sto cercando di addiornare la mia delta dal MK4duo 4.3.15DEV al MK4duo 4.3.3 facendolo da configuratore caricando il file Configuration_Overall.h
In fase di caricamento però ricevo una seroe di errori:
Arduino:1.6.11 (Windows 10), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

sketch\src\feature\probe\probe.cpp: In static member function 'static bool Probe::set_deployed(bool)':

sketch\src\feature\probe\probe.cpp:100:64: error: 'run_stow_moves_script' was not declared in this scope

     deploy ? run_deploy_moves_script() : run_stow_moves_script();

                                                                ^

sketch\src\feature\probe\probe.cpp:111:12: error: 'stop' was not declared in this scope

       stop();

            ^

sketch\src\feature\probe\probe.cpp: In static member function 'static void Probe::run_deploy_moves_script()':

sketch\src\feature\probe\probe.cpp:382:104: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], const float&)'

     mechanics.do_blocking_move_to(z_probe_deploy_start_location, mechanics.homing_feedrate_mm_s[Z_AXIS]);

                                                                                                        ^

sketch\src\feature\probe\probe.cpp:382:104: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

sketch\src\feature\probe\probe.cpp:385:107: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], float)'

     mechanics.do_blocking_move_to(z_probe_deploy_end_location, mechanics.homing_feedrate_mm_s[Z_AXIS] / 10);

                                                                                                           ^

sketch\src\feature\probe\probe.cpp:385:107: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

sketch\src\feature\probe\probe.cpp:388:104: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], const float&)'

     mechanics.do_blocking_move_to(z_probe_deploy_start_location, mechanics.homing_feedrate_mm_s[Z_AXIS]);

                                                                                                        ^

sketch\src\feature\probe\probe.cpp:388:104: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

sketch\src\feature\probe\probe.cpp: In function 'void run_stow_moves_script()':

sketch\src\feature\probe\probe.cpp:396:105: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], const float&)'

     mechanics.do_blocking_move_to(z_probe_retract_start_location, mechanics.homing_feedrate_mm_s[Z_AXIS]);

                                                                                                         ^

sketch\src\feature\probe\probe.cpp:396:105: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

sketch\src\feature\probe\probe.cpp:399:108: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], float)'

     mechanics.do_blocking_move_to(z_probe_retract_end_location, mechanics.homing_feedrate_mm_s[Z_AXIS] / 10);

                                                                                                            ^

sketch\src\feature\probe\probe.cpp:399:108: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

sketch\src\feature\probe\probe.cpp:402:105: error: no matching function for call to 'Delta_Mechanics::do_blocking_move_to(const float [4], const float&)'

     mechanics.do_blocking_move_to(z_probe_retract_start_location, mechanics.homing_feedrate_mm_s[Z_AXIS]);

                                                                                                         ^

sketch\src\feature\probe\probe.cpp:402:105: note: candidate is:

In file included from sketch\src\feature\probe\../../../src/core/mechanics/mechanics.h:378:0,

                 from sketch\src\feature\probe\../../../MK4duo.h:109,

                 from sketch\src\feature\probe\probe.cpp:29:

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note: virtual void Delta_Mechanics::do_blocking_move_to(const float&, const float&, const float&, const float&)

       void do_blocking_move_to(const float &lx, const float &ly, const float &lz, const float &fr_mm_s=0.0) override;

            ^

sketch\src\feature\probe\../../../src/core/mechanics/delta/delta_mechanics.h:115:12: note:   candidate expects 4 arguments, 2 provided

exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.

Ho ricontrollato, ma non riesco a capire dove è l'errore.
Potreste controllarmi il file Configuration_Overall.h che allego che sarebbe quello di partenza 4.3.15Dev e dirmi dove è che mi genera questi errori, grazie.


Hictop ALLUMINIO RepRap Prusa i3 3DP11 Radds V1.6 DRV8825
Nozle 0.4 filo 1.75 Nextion display 7" Diamond MK4duo 4.3.2

Ender 3 V2
Nozle 0.4 filo 1.75

Biqu B1
Nozle 0.4 filo 1.75
Attachments:
open | download - Configuration_Overall.h (40.8 KB)
Re: Problema Aggiornamento MK4duo 4.3.3
December 09, 2017 01:05PM
Fixato!


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Sorry, only registered users may post in this forum.

Click here to login