Welcome! Log In Create A New Profile

Advanced

Marlin4st problema con i motori

Posted by mirki97 
Marlin4st problema con i motori
July 22, 2016 08:16AM
salve a tutti, sono nuovo di questo mondo e chiedo a voi veterani... winking smiley
ho acquistato una scheda di controllo della stmicroelectronics, la steval-3dp001v1 (http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/computer-and-peripherals-solution-eval-boards/steval-3dp001v1.html).
la STM fornisce il firmware di controllo per la scheda scaricabile dal loro sito basato su Marlin e riadattato per i loro microcontrollori, quindi tutta la parte di configurazione è uguale a quella di Marlin.
venendo al problema, ho configurato tutto(vi allego il file di configurazione), caricato il firmware sulla scheda, collegato gli endstop e funziona tutto, tranne i motori che non vogliono dare nessun segno di vita.
qualcuno di voi che magari usa già Marlin, saprebbe dirmi se ho configurato tutto giusto? così per capire se ho sbagliato il settaggio dei parametri o è un problema hardware?
Gazie thumbs up
Attachments:
open | download - Configuration.h (37 KB)
Re: Marlin4st problema con i motori
July 24, 2016 04:15AM
Ciao.

Premesso che si tratta di un FW diverso da Marlin e che quindi potrebbe implementare logiche anche diverse, ho fatto il confronto con il mio che uso con una Prusa i3 Steel.
Ho notato che hai:
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.

Se hai degli stop meccanici il valore corretto è false.
Prova gli end stop con il comando M119 se a stop non premuti ti da triggered o chiuso significa che o li hai montati sul NO oppure devi invertire la logica; a Stop non premuti devi ottenere come risposta Open.

questi parametri io li ho invertiti cioe tutti a 0:
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define E_ENABLE_ON 1 // For all extruders

spero ti sia di aiuto.

la scheda sembra molto interessante, ed apre la strada all'uso delle NUCLEO che è compatibile a livello di shield con arduino UNO, dove hai acquistato la scheda e quanto l'hai pagata?

un saluto

Salvatore
Re: Marlin4st problema con i motori
July 25, 2016 05:46AM
Ciao.

intanto grazie mille della risposta, comunque per quanto riguarda gli endstop mi da così:

11:40:46.616 : N17 M119*28
11:40:46.621 : Reporting endstop status
11:40:46.622 : x_min: open
11:40:46.623 : y_min: open
11:40:46.625 : z_min: open
11:40:46.625 : ok

quindi in base alla tua descrizione dovrebbero essere giusti.

La scheda l'ho comprata direttamente dal sito della stmicroelectronics e l'ho pagata sui 100$, devo dire che è veramente ben fatta a livello hardware.
Re: Marlin4st problema con i motori
July 25, 2016 11:21AM
Hai provato a modificare anche questi parametri:

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define E_ENABLE_ON 1 // For all extruders

facci sapere.

Ciao
Re: Marlin4st problema con i motori
July 25, 2016 01:04PM
mmm no, nemmeno così va, anche perchè i driver della mia scheda non hanno l'enable, ma gli viene trasmesso via seriale
Re: Marlin4st problema con i motori
July 27, 2016 08:33AM
Ciao.

Un adomanda... ma cosa usoi per compilare, OpenSTM32?

Un saluto

Salvatore
Re: Marlin4st problema con i motori
July 28, 2016 08:47AM
ciao salvatore, per compilarlo uso eclipse, comunque se vuoi nel link che ho postato all'inizio c'è tutto spiegato molto bene
Re: Marlin4st problema con i motori
March 05, 2017 07:57AM
Hi all.
I got a package from the STEVAL-3D001V1
Joy is large. Nicely done.
I try to run 3D001V1-STEVAL and I have a problem with that.
Very please help in this topic.
I loaded via USB ST-Link binary file from page: [github.com]
1-on the pcb STEVAL-3D001V1 gave the jumper J22 to ON (enabled)
2-I have connected a USB ST-Link STEVAL-3D001V1 into the USB port of the computer
3-I turned on the power supply 2 x 12V
4-is the combination of the STEVAL-3D001V1 with a computer and D30 shone on a permanent basis
5-in the computer opened a new drive: (F) to which I copied a file from [github.com]
6-is the entry to the STEVAL-3D001V1 and after a reboot the file disappeared from the disk (F)
7-I removed the jumper J22 (gaping) she made the USB cable to the mini USB socket in the STEVAL-3D001V1 and turned off power 2 x 12V
8-do not have an SD card inserted in the slot, I do not know whether it is needed?
9-I ran the application: Printrun-Win-Slic3r-03Feb2015
10-preview at: Printrun-Win-Slic3r-03Feb2015 I have:
[ERROR] Printer is not online. Unable to move.
[ERROR] Not connected to the printer.

Please help.
Why can't I communicate with Printrun-Win-Slic3r-03Feb2015
Something I do wrong.
Sorry, only registered users may post in this forum.

Click here to login