Patch up more outdated config lines
This commit is contained in:
		
				
					committed by
					
						 Richard Wackerbarth
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							98c9111a7d
						
					
				
				
					commit
					dc40a5f6e0
				
			| @@ -97,7 +97,7 @@ Here are some standard links for getting your machine calibrated: | ||||
| #define POWER_SUPPLY 1 | ||||
|  | ||||
| // Define this to have the electronics keep the power supply off on startup. If you don't know what this is leave it. | ||||
| // #define PS_DEFAULT_OFF | ||||
| //#define PS_DEFAULT_OFF | ||||
|  | ||||
| // @section temperature | ||||
|  | ||||
| @@ -247,17 +247,20 @@ Here are some standard links for getting your machine calibrated: | ||||
| //#define PID_BED_DEBUG // Sends debug data to the serial port. | ||||
|  | ||||
| #ifdef PIDTEMPBED | ||||
|  | ||||
|   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term | ||||
|  | ||||
| //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) | ||||
| //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) | ||||
|     #define  DEFAULT_bedKp 10.00 | ||||
|     #define  DEFAULT_bedKi .023 | ||||
|     #define  DEFAULT_bedKd 305.4 | ||||
|   #define  DEFAULT_bedKp 10.00 | ||||
|   #define  DEFAULT_bedKi .023 | ||||
|   #define  DEFAULT_bedKd 305.4 | ||||
|  | ||||
| //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) | ||||
| //from pidautotune | ||||
| //    #define  DEFAULT_bedKp 97.1 | ||||
| //    #define  DEFAULT_bedKi 1.41 | ||||
| //    #define  DEFAULT_bedKd 1675.16 | ||||
|   //#define  DEFAULT_bedKp 97.1 | ||||
|   //#define  DEFAULT_bedKi 1.41 | ||||
|   //#define  DEFAULT_bedKd 1675.16 | ||||
|  | ||||
| // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles. | ||||
| #endif // PIDTEMPBED | ||||
| @@ -303,7 +306,7 @@ Here are some standard links for getting your machine calibrated: | ||||
| // #define COREXY | ||||
|  | ||||
| // Enable this option for Toshiba steppers | ||||
| // #define CONFIG_STEPPERS_TOSHIBA | ||||
| //#define CONFIG_STEPPERS_TOSHIBA | ||||
|  | ||||
| // @section homing | ||||
|  | ||||
| @@ -496,7 +499,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic | ||||
|  | ||||
| //   #define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" //These commands will be executed in the end of G29 routine. | ||||
|                                                                             //Useful to retract a deployable probe. | ||||
|                                                                             | ||||
|  | ||||
|   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell | ||||
|   //#define SLED_DOCKING_OFFSET 5 // the extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like. | ||||
|  | ||||
| @@ -571,7 +574,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic | ||||
| #define DEFAULT_MAX_ACCELERATION      {3000,3000,100,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. | ||||
|  | ||||
| #define DEFAULT_ACCELERATION          3000    // X, Y, Z and E acceleration in mm/s^2 for printing moves | ||||
| #define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts | ||||
| #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts | ||||
| #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves | ||||
|  | ||||
| // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) | ||||
| @@ -667,6 +670,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic | ||||
| // | ||||
| // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib | ||||
| #define ELB_FULL_GRAPHIC_CONTROLLER | ||||
| //#define SDCARDDETECTINVERTED | ||||
|  | ||||
| // The RepRapDiscount Smart Controller (white PCB) | ||||
| // http://reprap.org/wiki/RepRapDiscount_Smart_Controller | ||||
| @@ -703,12 +707,16 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic | ||||
|  | ||||
| // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs | ||||
| //#define LCD_I2C_VIKI | ||||
|    | ||||
| // SSD1306 OLED generic display support | ||||
| // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib | ||||
| //#define U8GLIB_SSD1306 | ||||
|  | ||||
| // Shift register panels | ||||
| // --------------------- | ||||
| // 2 wire Non-latching LCD SR from: | ||||
| // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection | ||||
|  | ||||
| // LCD configuration: http://reprap.org/wiki/SAV_3D_LCD | ||||
| //#define SAV_3DLCD | ||||
|  | ||||
| // @section extras | ||||
|   | ||||
		Reference in New Issue
	
	Block a user