Cleanup
This commit is contained in:
		| @@ -75,11 +75,11 @@ Here are some standard links for getting your machine calibrated: | ||||
|  | ||||
| // Optional custom name for your RepStrap or other custom machine | ||||
| // Displayed in the LCD "Ready" message | ||||
| // #define CUSTOM_MACHINE_NAME "3D Printer" | ||||
| //#define CUSTOM_MACHINE_NAME "3D Printer" | ||||
|  | ||||
| // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines) | ||||
| // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4) | ||||
| // #define MACHINE_UUID "00000000-0000-0000-0000-000000000000" | ||||
| //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000" | ||||
|  | ||||
| // This defines the number of extruders | ||||
| // :[1,2,3,4] | ||||
| @@ -142,8 +142,8 @@ Here are some standard links for getting your machine calibrated: | ||||
| // 110 is Pt100 with 1k pullup (non standard) | ||||
| // 998 and 999 are Dummy Tables. They will ALWAYS read 25°C or the temperature defined below. | ||||
| //     Use it for Testing or Development purposes. NEVER for production machine. | ||||
| //     #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| //     #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| //#define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| //#define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| // :{ '0': "Not used", '4': "10k !! do not use for a hotend. Bad resolution at high temp. !!", '1': "100k / 4.7k - EPCOS", '51': "100k / 1k - EPCOS", '6': "100k / 4.7k EPCOS - Not as accurate as Table 1", '5': "100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '7': "100k / 4.7k Honeywell 135-104LAG-J01", '71': "100k / 4.7k Honeywell 135-104LAF-J01", '8': "100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9': "100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10': "100k / 4.7k RS 198-961", '11': "100k / 4.7k beta 3950 1%", '12': "100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13': "100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '60': "100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '55': "100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '2': "200k / 4.7k - ATC Semitec 204GT-2", '52': "200k / 1k - ATC Semitec 204GT-2", '-2': "Thermocouple + MAX6675 (only for sensor 0)", '-1': "Thermocouple + AD595", '3': "Mendel-parts / 4.7k", '1047': "Pt1000 / 4.7k", '1010': "Pt1000 / 1k (non standard)", '20': "PT100 (Ultimainboard V2.x)", '147': "Pt100 / 4.7k", '110': "Pt100 / 1k (non-standard)", '998': "Dummy 1", '999': "Dummy 2" } | ||||
| #define TEMP_SENSOR_0 1 | ||||
| #define TEMP_SENSOR_1 0 | ||||
| @@ -306,10 +306,10 @@ Here are some standard links for getting your machine calibrated: | ||||
| // @section machine | ||||
|  | ||||
| // Uncomment this option to enable CoreXY kinematics | ||||
| // #define COREXY | ||||
| //#define COREXY | ||||
|  | ||||
| // Uncomment this option to enable CoreXZ kinematics | ||||
| // #define COREXZ | ||||
| //#define COREXZ | ||||
|  | ||||
| // Enable this option for Toshiba steppers | ||||
| //#define CONFIG_STEPPERS_TOSHIBA | ||||
| @@ -321,13 +321,13 @@ Here are some standard links for getting your machine calibrated: | ||||
|  | ||||
| #if DISABLED(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 | ||||
|   // #define ENDSTOPPULLUP_ZMIN_PROBE | ||||
|   //#define ENDSTOPPULLUP_XMAX | ||||
|   //#define ENDSTOPPULLUP_YMAX | ||||
|   //#define ENDSTOPPULLUP_ZMAX | ||||
|   //#define ENDSTOPPULLUP_XMIN | ||||
|   //#define ENDSTOPPULLUP_YMIN | ||||
|   //#define ENDSTOPPULLUP_ZMIN | ||||
|   //#define ENDSTOPPULLUP_ZMIN_PROBE | ||||
| #endif | ||||
|  | ||||
| // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). | ||||
| @@ -419,8 +419,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l | ||||
| //=========================== Manual Bed Leveling =========================== | ||||
| //=========================================================================== | ||||
|  | ||||
| // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling. | ||||
| // #define MESH_BED_LEVELING    // Enable mesh bed leveling. | ||||
| //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling. | ||||
| //#define MESH_BED_LEVELING    // Enable mesh bed leveling. | ||||
|  | ||||
| #if ENABLED(MANUAL_BED_LEVELING) | ||||
|   #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis. | ||||
| @@ -505,7 +505,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l | ||||
|   #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points. | ||||
|   #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point. | ||||
|  | ||||
| //   #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. | ||||
| //#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 Z probe. | ||||
|  | ||||
|   //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell. | ||||
| @@ -723,7 +723,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l | ||||
|  | ||||
| // The MakerLab Mini Panel with graphic controller and SD support | ||||
| // http://reprap.org/wiki/Mini_panel | ||||
| // #define MINIPANEL | ||||
| //#define MINIPANEL | ||||
|  | ||||
| /** | ||||
|  * I2C Panels | ||||
| @@ -777,7 +777,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l | ||||
|  | ||||
| // M240  Triggers a camera by emulating a Canon RC-1 Remote | ||||
| // Data from: http://www.doc-diy.net/photo/rc-1_hacked/ | ||||
| // #define PHOTOGRAPH_PIN     23 | ||||
| //#define PHOTOGRAPH_PIN     23 | ||||
|  | ||||
| // SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure | ||||
| //#define SF_ARC_FIX | ||||
|   | ||||
		Reference in New Issue
	
	Block a user