Reprap Prism ne réagit pas April 09, 2014 10:32AM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 09, 2014 11:15AM |
Registered: 9 years ago Posts: 2,014 |
Re: Reprap Prism ne réagit pas April 09, 2014 11:15AM |
Registered: 9 years ago Posts: 50 |
Re: Reprap Prism ne réagit pas April 09, 2014 12:38PM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 09, 2014 01:10PM |
Registered: 9 years ago Posts: 2,014 |
Re: Reprap Prism ne réagit pas April 10, 2014 07:04AM |
Registered: 10 years ago Posts: 30 |
Re: Reprap Prism ne réagit pas April 10, 2014 07:57AM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 12, 2014 07:19AM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 12, 2014 08:53AM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 12, 2014 09:00AM |
Registered: 9 years ago Posts: 2,014 |
Re: Reprap Prism ne réagit pas April 12, 2014 09:14AM |
Registered: 8 years ago Posts: 9 |
Re: Reprap Prism ne réagit pas April 12, 2014 09:32AM |
Registered: 8 years ago Posts: 9 |
Quote
bennyboom
J'ai une prism également mais avec une Mega+ramps.
Re: Reprap Prism ne réagit pas April 12, 2014 10:01AM |
Registered: 9 years ago Posts: 2,014 |
// 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.
//// The following define selects which electronics board you have. Please choose the one that matches your setup // 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics" // 11 = Gen7 v1.1, v1.2 = 11 // 12 = Gen7 v1.3 // 13 = Gen7 v1.4 // 2 = Cheaptronic v1.0 // 20 = Sethi 3D_1 // 3 = MEGA/RAMPS up to 1.2 = 3 // 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed) // 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed) // 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan) // 4 = Duemilanove w/ ATMega328P pin assignment // 5 = Gen6 // 51 = Gen6 deluxe // 6 = Sanguinololu < 1.2 // 62 = Sanguinololu 1.2 and above // 63 = Melzi // 64 = STB V1.1 // 65 = Azteeg X1 // 66 = Melzi with ATmega1284 (MaKr3d version) // 67 = Azteeg X3 // 7 = Ultimaker // 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare) // 77 = 3Drag Controller // 8 = Teensylu // 80 = Rumba // 81 = Printrboard (AT90USB1286) // 82 = Brainwave (AT90USB646) // 83 = SAV Mk-I (AT90USB1286) // 9 = Gen3+ // 70 = Megatronics // 701= Megatronics v2.0 // 702= Minitronics v1.0 // 90 = Alpha OMCA board // 91 = Final OMCA board // 301 = Rambo // 21 = Elefu Ra Board (v3) #ifndef MOTHERBOARD #define MOTHERBOARD 33
Re: Reprap Prism ne réagit pas April 12, 2014 05:19PM |
Registered: 8 years ago Posts: 9 |