Re: Problemi 4.3.3 e Radds nuovamente January 04, 2018 07:38AM |
Registered: 8 years ago Posts: 505 |
Re: Problemi 4.3.3 e Radds nuovamente January 04, 2018 01:11PM |
Registered: 8 years ago Posts: 299 |
Re: Problemi 4.3.3 e Radds nuovamente January 04, 2018 03:53PM |
Registered: 8 years ago Posts: 505 |
Re: Problemi 4.3.3 e Radds nuovamente January 04, 2018 04:13PM |
Registered: 8 years ago Posts: 299 |
Re: Problemi 4.3.3 e Radds nuovamente January 04, 2018 05:10PM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 06, 2018 07:56AM |
Registered: 8 years ago Posts: 505 |
Re: Problemi 4.3.3 e Radds nuovamente January 09, 2018 02:46PM |
Registered: 8 years ago Posts: 167 |
SENDING:M503 Config: G21 ; Units in mm Config: Steps per unit: Config: M92 X193.200 Y193.200 Z3200.000 T0 E335.000 Config: Maximum feedrates (units/s): Config: M203 X170.000 Y170.000 Z2.000 T0 E100.000 Config: Maximum Acceleration (units/s2): Config: M201 X3000 Y3000 Z1000 T0 E3000 Config: Acceleration (units/s2): P V T* R Config: M204 P1500.000 V1500.000 T0 R10000.000 Config: Advanced variables: S V B X Z T* E Config: M205 S0.000 V0.000 B20000 X5.000 Y5.000 Z0.100 T0 E5.000 Config: Fans: Config: M106 P0 F250 U9 L0 I0 Config: M106 P1 F250 U8 L0 I0 Config: Unified Bed Leveling: Config: M420 S1 Z10.00 Unified Bed Leveling System v1.01 active. Config: Active Mesh Slot: 1 Config: EEPROM can hold 35 meshes. Config: Probe Offset: Config: M851 X0.000 Y8.000 Z-13.400
Re: Problemi 4.3.3 e Radds nuovamente January 09, 2018 03:47PM |
Registered: 8 years ago Posts: 505 |
Re: Problemi 4.3.3 e Radds nuovamente January 09, 2018 04:11PM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 07:33AM |
Registered: 8 years ago Posts: 167 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 07:40AM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 08:25AM |
Registered: 8 years ago Posts: 167 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 09:48AM |
Registered: 8 years ago Posts: 167 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 10:15AM |
Registered: 8 years ago Posts: 505 |
Quote
Fabius72
Sto cercando di arrangiarmi, ma non è facile... le mie lacune sono troppe.
Se scarico da github, l'Overall è ovviamente vuoto.
A questo punto, tu dici "provate, magari mettendo al minimo tutto", ok... ma come? Cioè. dovrò pur definire qual è la mia elettronica, come sono collegati gli end-stop, il probe, il max6675 sennò il FW si pianta, la eeprom, ecc.ecc.
Se definisco
#define CONFIGURATION_OVERALL
il sanitycheck mi fa presente in una lista infinita tutte le variabili che devo definire.
Se c'è da lavorare lo faccio senza problemi, ma vorrei sapere qual è la strada giusta...
Sono un po' disorientato, capiscimi :-)
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 10:27AM |
Registered: 9 years ago Posts: 133 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 10:40AM |
Registered: 8 years ago Posts: 167 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 12:38PM |
Registered: 9 years ago Posts: 133 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 03:07PM |
Registered: 8 years ago Posts: 167 |
Arduino:1.8.5 (Linux), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" sketch/src/HAL/HAL_AVR/HAL_eeprom_AVR.cpp:35:44: error: no 'bool EEPROM::access_start(bool)' member function declared in class 'EEPROM' bool EEPROM::access_start(const bool read) { ^ sketch/src/HAL/HAL_AVR/HAL_eeprom_AVR.cpp:68:30: error: no 'bool EEPROM::access_finish()' member function declared in class 'EEPROM' bool EEPROM::access_finish(){ ^ sketch/src/HAL/HAL_AVR/HAL_eeprom_AVR.cpp:79:87: error: no 'bool EEPROM::write_data(int&, const uint8_t*, uint16_t, uint16_t*)' member function declared in class 'EEPROM' bool EEPROM::write_data(int &pos, const uint8_t *value, uint16_t size, uint16_t *crc) { ^ sketch/src/HAL/HAL_AVR/HAL_eeprom_AVR.cpp:113:80: error: no 'bool EEPROM::read_data(int&, uint8_t*, uint16_t, uint16_t*)' member function declared in class 'EEPROM' bool EEPROM::read_data(int &pos, uint8_t *value, uint16_t size, uint16_t *crc) { ^ sketch/src/HAL/HAL_AVR/HAL_eeprom_AVR.cpp:128:74: error: no 'void EEPROM::crc16(uint16_t*, const void*, uint16_t)' member function declared in class 'EEPROM' void EEPROM::crc16(uint16_t *crc, const void * const data, uint16_t cnt) { ^ exit status 1 Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.e qua mi arrendo.
Stepping-algorithm optmized now for DRV8825 and A4988 (no need for double or quadstepping; no delays)
//#define DISABLE_DOUBLE_QUAD_STEPPING
... Steprate too high: 20334 Steprate too high: 20319 Steprate too high: 20306 Steprate too high: 20291 Steprate too high: 20276 Steprate too high: 20262 Steprate too high: 20248 Steprate too high: 20232 Steprate too high: 20219 Steprate too high: 20204 Steprate too high: 20189 Steprate too high: 20174 Steprate too high: 20161 Steprate too high: 20145 Steprate too high: 20132 Steprate too high: 20116 Steprate too high: 20103 X:170.00 Y:7.00 Z:0.000 E:0.0000
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 03:12PM |
Registered: 10 years ago Posts: 6,409 |
#define SERIAL_PORT 0 #define BAUDRATE 250000 #define MOTHERBOARD BOARD_ALLIGATOR #define MECHANISM MECH_DELTA
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 03:29PM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 04:24PM |
Registered: 8 years ago Posts: 167 |
New features are: One version for all Atmel AVR boards and for Arduino Due or other boards based on Atmel SAM3X8E Stepping-algorithm optmized now for DRV8825 and A4988 (no need for double or quadstepping; no delays) High speed stepping of approx. 295.000 steps/s, if needed (maybe more with less DOUBLE_STEP_FREQUENCY?)
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 04:37PM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 05:39PM |
Registered: 8 years ago Posts: 167 |
Re: Problemi 4.3.3 e Radds nuovamente January 10, 2018 07:06PM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 05:13AM |
Registered: 8 years ago Posts: 167 |
Quote
Fabius72
Mi intrometto per aggiungere una cosa:
credo che il problema non sia da imputare all'elettronica specifica vostra, in quanto poco prima di partire per le vacanze ho riscontrato nuovamente perdita di passi sia in X che in Y.
Mago ricordi del problema che ti ho segnalato nel mio thread?
Il problema sembrava fosse stato risolto, ma non è così.
Mentre con la 4.3.27 dev (ma credo anche la 4.3.28) le regolazioni di velocità e accelerazione erano sicure con margine, ora la perdita passi è sempre in agguato.
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 05:48AM |
Registered: 8 years ago Posts: 299 |
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 06:28AM |
Registered: 9 years ago Posts: 133 |
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 07:03AM |
Registered: 8 years ago Posts: 299 |
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 07:07AM |
Registered: 10 years ago Posts: 6,409 |
Re: Problemi 4.3.3 e Radds nuovamente January 11, 2018 07:38AM |
Registered: 8 years ago Posts: 299 |