Potíže s elektronikou May 08, 2014 12:56PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 08, 2014 01:27PM |
Moderator Registered: 12 years ago Posts: 803 |
Re: Potíže s elektronikou May 08, 2014 02:09PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 08, 2014 02:43PM |
Moderator Registered: 11 years ago Posts: 459 |
Re: Potíže s elektronikou May 08, 2014 02:46PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 08, 2014 02:47PM |
Moderator Registered: 11 years ago Posts: 459 |
Re: Potíže s elektronikou May 08, 2014 03:17PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 08, 2014 03:19PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 08, 2014 03:30PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 08, 2014 03:48PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 08, 2014 03:49PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 08, 2014 03:57PM |
Registered: 11 years ago Posts: 121 |
Re: Potíže s elektronikou May 08, 2014 04:38PM |
Moderator Registered: 12 years ago Posts: 803 |
Re: Potíže s elektronikou May 09, 2014 01:44AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 09, 2014 02:45AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 09, 2014 02:53AM |
Registered: 10 years ago Posts: 100 |
Re: Potíže s elektronikou May 09, 2014 04:00AM |
Registered: 11 years ago Posts: 121 |
Re: Potíže s elektronikou May 09, 2014 04:21AM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 09, 2014 06:14AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 09, 2014 06:27AM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 09, 2014 09:30AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 09, 2014 10:00AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 09, 2014 11:30AM |
Moderator Registered: 11 years ago Posts: 1,038 |
// Uncomment the following line to enable CoreXY kinematics // #define COREXY // coarse Endstop Settings #define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #ifndef ENDSTOPPULLUPS // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined // #define ENDSTOPPULLUP_XMAX // #define ENDSTOPPULLUP_YMAX // #define ENDSTOPPULLUP_ZMAX // #define ENDSTOPPULLUP_XMIN // #define ENDSTOPPULLUP_YMIN // #define ENDSTOPPULLUP_ZMIN #endif #ifdef ENDSTOPPULLUPS #define ENDSTOPPULLUP_XMAX #define ENDSTOPPULLUP_YMAX #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_XMIN #define ENDSTOPPULLUP_YMIN #define ENDSTOPPULLUP_ZMIN #endif // 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 //#define DISABLE_MIN_ENDSTOPS
Re: Potíže s elektronikou May 10, 2014 01:49PM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 10, 2014 01:55PM |
Registered: 11 years ago Posts: 121 |
Re: Potíže s elektronikou May 11, 2014 02:52AM |
Registered: 10 years ago Posts: 13 |
Re: Potíže s elektronikou May 11, 2014 04:09AM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: Potíže s elektronikou May 11, 2014 04:14AM |
Registered: 10 years ago Posts: 13 |