Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 24, 2014 02:50PM |
Registered: 10 years ago Posts: 860 |
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. #define DISABLE_MAX_ENDSTOPS
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 24, 2014 05:50PM |
Registered: 11 years ago Posts: 6,409 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 24, 2014 06:33PM |
Registered: 10 years ago Posts: 860 |
// The minimal temperature defines the temperature below which the heater will not be enabled It is used // to check that the wiring to the thermistor is not broken. // Otherwise this would lead to the heater being powered on all the time. #define HEATER_0_MINTEMP 5 #define HEATER_1_MINTEMP 5 #define HEATER_2_MINTEMP 5 #define HEATER_3_MINTEMP 5 #define BED_MINTEMP 5Portanto tutti questi valori a 0 adesso VA "ovviamente vale solo per le prove a banco" non ho più errori e posso muovere i motori
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 24, 2014 06:53PM |
Registered: 11 years ago Posts: 6,409 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 24, 2014 07:01PM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 25, 2014 03:27PM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 28, 2014 06:58PM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 29, 2014 08:26AM |
Registered: 10 years ago Posts: 288 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 July 29, 2014 08:43AM |
Registered: 12 years ago Posts: 1,865 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 06, 2014 07:06AM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 06, 2014 07:30AM |
Registered: 11 years ago Posts: 6,409 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 12, 2014 06:17PM |
Registered: 10 years ago Posts: 860 |
Ok perfetto connettore saldatoQuote
MagoKimbra
Edit: confermo Aux1
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 13, 2014 02:25AM |
Registered: 11 years ago Posts: 6,409 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 13, 2014 03:38AM |
Registered: 10 years ago Posts: 860 |
Si si scusate mi sono spiegato maleQuote
MagoKimbra
Prima di tutto devi connettere in BT il PC (o MAC) con la scheda, a quel punto si dovrebbe installare una nuova com su BT quella sarà la com da usare nel software di stampa!!!
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 September 13, 2014 04:37AM |
Registered: 11 years ago Posts: 6,409 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 December 10, 2014 10:01AM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 January 14, 2015 08:01PM |
Registered: 10 years ago Posts: 860 |
Re: Acquistata Elettronica indeciso sulla Meccanica Orientato sulla Prusa I3 January 26, 2015 06:27PM |
Registered: 10 years ago Posts: 860 |