From 3f09e6fec9faa4f82b5ee46ff64eb85cb4e59ed3 Mon Sep 17 00:00:00 2001 From: rotorit Date: Tue, 9 Aug 2011 00:43:26 +0300 Subject: added motherboard entry for Gen3-pluss and Gen3-Monolithic Electronics --- Sprinter/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 59c332f..b843d65 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -9,6 +9,8 @@ // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 +// Gen 3 Pluss = 21 +// gen 3 Monolithic Electronics = 22 #define MOTHERBOARD 3 //// Thermistor settings: -- cgit v1.2.1 From 486cf5a2cc6a9f8b4a6de15f72c1b3769a6dad36 Mon Sep 17 00:00:00 2001 From: rotorit Date: Tue, 9 Aug 2011 11:19:05 +0300 Subject: Edited Sprinter/Configuration.h via GitHub --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index b843d65..0c90136 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -9,7 +9,7 @@ // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 -// Gen 3 Pluss = 21 +// Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 #define MOTHERBOARD 3 -- cgit v1.2.1 From c5014902add70cbfa66ae828d53b6e211c0b80e7 Mon Sep 17 00:00:00 2001 From: ParCan Date: Fri, 19 Aug 2011 06:21:01 +0200 Subject: Edited Sprinter/Configuration.h via GitHub --- Sprinter/Configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 0c90136..d5f5460 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -18,6 +18,7 @@ // 2 is 200k thermistor // 3 is mendel-parts thermistor // 4 is 10k thermistor +// 5 is ParCan supplied 104GT-2 100K #define THERMISTORHEATER 1 #define THERMISTORBED 1 -- cgit v1.2.1 From 6d63c2d9e99169dc67a67a90aa5c70752d35b08a Mon Sep 17 00:00:00 2001 From: jebba Date: Tue, 23 Aug 2011 13:57:23 -0600 Subject: Add EPCOS comment to configuration. --- Sprinter/Configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index d5f5460..8310773 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -19,6 +19,7 @@ // 3 is mendel-parts thermistor // 4 is 10k thermistor // 5 is ParCan supplied 104GT-2 100K +// 6 is EPCOS 100k #define THERMISTORHEATER 1 #define THERMISTORBED 1 -- cgit v1.2.1 From 2c2336d8abc10059f59c6c7a10cb40aeb6cccd78 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 25 Aug 2011 21:03:53 +0200 Subject: SMOOTHING had a value (1); however turning it to 0 won't disable the feature, so that's just confusing. --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 8310773..00eaf55 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -139,7 +139,7 @@ char uuid[] = "00000000-0000-0000-0000-000000000000"; #define DISABLE_CHECK_DURING_TRAVEL 1000 //// Temperature smoothing - only uncomment this if your temp readings are noisy (Gen6 without EvdZ's 5V hack) -//#define SMOOTHING 1 +//#define SMOOTHING //#define SMOOTHFACTOR 16 //best to use a power of two here - determines how many values are averaged together by the smoothing algorithm //// Experimental watchdog and minimal temp -- cgit v1.2.1 From c097f45d1fb887af24f81b223d5082d26adb5165 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 25 Aug 2011 21:10:29 +0200 Subject: Removed all unnecessary config option values to avoid confusion (one might think that setting them to 0 disabled the feature, while it has to be commented instead) --- Sprinter/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 00eaf55..53ab2e5 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -33,7 +33,7 @@ float axis_steps_per_unit[] = {80, 80, 3200/1.25,700}; //float axis_steps_per_unit[] = {104.987, 104.987, 4545.4544, 1487}; //// Endstop Settings -#define ENDSTOPPULLUPS 1 // Comment this out (using // at the start of the line) to disable the endstop pullup resistors +#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors // The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the endstops //If your axes are only moving in one direction, make sure the endstops are connected properly. @@ -43,7 +43,7 @@ const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the #define BAUDRATE 115200 // Comment out (using // at the start of the line) to disable SD support: -#define SDSUPPORT 1 +#define SDSUPPORT //// ADVANCED SETTINGS - to tweak parameters @@ -95,7 +95,7 @@ bool axis_relative_modes[] = {false, false, false, false}; //#define STEP_DELAY_RATIO 0.25 // Comment this to disable ramp acceleration -#define RAMP_ACCELERATION 1 +#define RAMP_ACCELERATION //// Acceleration settings #ifdef RAMP_ACCELERATION @@ -115,7 +115,7 @@ char uuid[] = "00000000-0000-0000-0000-000000000000"; //// PID settings: // Uncomment the following line to enable PID support. This is untested and could be disastrous. Be careful. -//#define PIDTEMP 1 +//#define PIDTEMP #ifdef PIDTEMP #define PID_MAX 255 // limits current to nozzle #define PID_INTEGRAL_DRIVE_MAX 220 -- cgit v1.2.1