Welcome! Log In Create A New Profile

Advanced

Dichiarazione variabile Probe - MK

Posted by ManuHC 
Dichiarazione variabile Probe - MK
August 03, 2016 02:57PM
Buonasera a tutti,
sto cercando di configurare manualmente il probe nel MarlinKimbra Master scaricato da Github.- dato che anche da tool ho un errore di compilazione.

Ho dettato alcuni parametri e vorrei fare la prova, giustamente però mi restituisce l'errore seguente, che utilizzando il tool immagino si riferisca alla "spunta" sul tipo di sensore impiegato.

]]]]]
* *
* Probes are sensors/switches that need to be activated before they can be used *
* and deactivated after their use. *
* Servo Probes, Z Sled Probe, Fix mounted Probe, etc. *
* You must activate one of these to use AUTO BED LEVELING FEATURE below.
[[[[[


Vorrei sapere nel codice dove devo dichiararlo perchè mi son perso al riga thumbs up


Grazie


In file included from sketch/base.h:52:0,
                 from /Users/manuel/Downloads/MarlinKimbra-master/MK/MK.ino:216:
sketch/src/sanitycheck.h:597:8: error: #error "AUTO_BED_LEVELING_FEATURE requires a probe! Define a Z Servo, Z_PROBE_FIX_MOUNTED, Z_PROBE_SLED, or Z_PROBE_ALLEN_KEY."
       #error "AUTO_BED_LEVELING_FEATURE requires a probe! Define a Z Servo, Z_PROBE_FIX_MOUNTED, Z_PROBE_SLED, or Z_PROBE_ALLEN_KEY."
        ^
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.

Edited 1 time(s). Last edit at 08/03/2016 02:58PM by ManuHC.


Manuel
Prusa i3 - disassemblata
Ultimaker 2**HC (Marlin+ e3d 1.75 +estrusore made by Andrea Lillia)
SIENCI cnc
Re: Dichiarazione variabile Probe - MK
August 03, 2016 03:00PM
RISOLTO.

Domando scusa non mi ero accorto di aver cancellato la seguente parte

// A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
// For example an inductive probe, or a setup that uses the nozzle to probe.
// An inductive probe must be deactivated to go below
// its trigger-point if hardware endstops are active.
#define Z_PROBE_FIX_MOUNTED


Manuel
Prusa i3 - disassemblata
Ultimaker 2**HC (Marlin+ e3d 1.75 +estrusore made by Andrea Lillia)
SIENCI cnc
Sorry, only registered users may post in this forum.

Click here to login