Browse Source

Clean up spacing and comments

Also clean up some trailing spaces in a few other sources
Scott Lahteine 9 years ago
parent
commit
a274769f4f

+ 4
- 4
Marlin/Configuration.h View File

@@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
235 235
 // shouldn't use bed PID until someone else verifies your hardware works.
236 236
 // If this is enabled, find your own PID constants below.
237 237
 //#define PIDTEMPBED
238
-//
238
+
239 239
 //#define BED_LIMIT_SWITCHING
240 240
 
241 241
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -406,7 +406,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
406 406
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
407 407
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
408 408
   #define FILAMENT_RUNOUT_SCRIPT "M600"
409
-#endif 
409
+#endif
410 410
 
411 411
 //===========================================================================
412 412
 //=========================== Manual Bed Leveling ===========================
@@ -498,7 +498,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
498 498
 
499 499
 //   #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.
500 500
                                                                             //Useful to retract a deployable probe.
501
-                                                                           
501
+
502 502
   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
503 503
   //#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.
504 504
 
@@ -573,7 +573,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
573 573
 #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.
574 574
 
575 575
 #define DEFAULT_ACCELERATION          3000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
576
-#define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
576
+#define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
577 577
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
578 578
 
579 579
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)

+ 2
- 2
Marlin/configurator/config/Configuration.h View File

@@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
235 235
 // shouldn't use bed PID until someone else verifies your hardware works.
236 236
 // If this is enabled, find your own PID constants below.
237 237
 //#define PIDTEMPBED
238
-//
238
+
239 239
 //#define BED_LIMIT_SWITCHING
240 240
 
241 241
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -404,7 +404,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
404 404
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
405 405
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
406 406
   #define FILAMENT_RUNOUT_SCRIPT "M600"
407
-#endif 
407
+#endif
408 408
 
409 409
 //===========================================================================
410 410
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h View File

@@ -214,7 +214,7 @@ Here are some standard links for getting your machine calibrated:
214 214
 // shouldn't use bed PID until someone else verifies your hardware works.
215 215
 // If this is enabled, find your own PID constants below.
216 216
 #define PIDTEMPBED
217
-//
217
+
218 218
 //#define BED_LIMIT_SWITCHING
219 219
 
220 220
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -355,7 +355,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
355 355
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
356 356
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
357 357
   #define FILAMENT_RUNOUT_SCRIPT "M600"
358
-#endif 
358
+#endif
359 359
   
360 360
 //===========================================================================
361 361
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -214,7 +214,7 @@ Here are some standard links for getting your machine calibrated:
214 214
 // shouldn't use bed PID until someone else verifies your hardware works.
215 215
 // If this is enabled, find your own PID constants below.
216 216
 #define PIDTEMPBED
217
-//
217
+
218 218
 //#define BED_LIMIT_SWITCHING
219 219
 
220 220
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -353,7 +353,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
353 353
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
354 354
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
355 355
   #define FILAMENT_RUNOUT_SCRIPT "M600"
356
-#endif 
356
+#endif
357 357
   
358 358
 //===========================================================================
359 359
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -231,7 +231,7 @@ Here are some standard links for getting your machine calibrated:
231 231
 // shouldn't use bed PID until someone else verifies your hardware works.
232 232
 // If this is enabled, find your own PID constants below.
233 233
 //#define PIDTEMPBED
234
-//
234
+
235 235
 //#define BED_LIMIT_SWITCHING
236 236
 
237 237
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -379,7 +379,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
379 379
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
380 380
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
381 381
   #define FILAMENT_RUNOUT_SCRIPT "M600"
382
-#endif 
382
+#endif
383 383
   
384 384
 //===========================================================================
385 385
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h View File

@@ -245,7 +245,7 @@ Here are some standard links for getting your machine calibrated:
245 245
 // shouldn't use bed PID until someone else verifies your hardware works.
246 246
 // If this is enabled, find your own PID constants below.
247 247
 //#define PIDTEMPBED
248
-//
248
+
249 249
 //#define BED_LIMIT_SWITCHING
250 250
 
251 251
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -422,7 +422,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
422 422
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
423 423
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
424 424
   #define FILAMENT_RUNOUT_SCRIPT "M600"
425
-#endif 
425
+#endif
426 426
 
427 427
 //===========================================================================
428 428
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
235 235
 // shouldn't use bed PID until someone else verifies your hardware works.
236 236
 // If this is enabled, find your own PID constants below.
237 237
 //#define PIDTEMPBED
238
-//
238
+
239 239
 //#define BED_LIMIT_SWITCHING
240 240
 
241 241
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -406,7 +406,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
406 406
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
407 407
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
408 408
   #define FILAMENT_RUNOUT_SCRIPT "M600"
409
-#endif 
409
+#endif
410 410
 
411 411
 //===========================================================================
412 412
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -260,7 +260,7 @@ Here are some standard links for getting your machine calibrated:
260 260
 // shouldn't use bed PID until someone else verifies your hardware works.
261 261
 // If this is enabled, find your own PID constants below.
262 262
 #define PIDTEMPBED
263
-//
263
+
264 264
 #define BED_LIMIT_SWITCHING
265 265
 
266 266
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -414,7 +414,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
414 414
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
415 415
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
416 416
   #define FILAMENT_RUNOUT_SCRIPT "M600"
417
-#endif 
417
+#endif
418 418
   
419 419
 //===========================================================================
420 420
 //=========================== Manual Bed Leveling ===========================

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -230,7 +230,7 @@ Here are some standard links for getting your machine calibrated:
230 230
 // shouldn't use bed PID until someone else verifies your hardware works.
231 231
 // If this is enabled, find your own PID constants below.
232 232
 //#define PIDTEMPBED
233
-//
233
+
234 234
 //#define BED_LIMIT_SWITCHING
235 235
 
236 236
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -378,7 +378,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
378 378
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
379 379
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
380 380
   #define FILAMENT_RUNOUT_SCRIPT "M600"
381
-#endif 
381
+#endif
382 382
   
383 383
 //===========================================================================
384 384
 //=========================== Manual Bed Leveling ===========================

+ 14
- 13
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -261,7 +261,7 @@ Here are some standard links for getting your machine calibrated:
261 261
 // shouldn't use bed PID until someone else verifies your hardware works.
262 262
 // If this is enabled, find your own PID constants below.
263 263
 //#define PIDTEMPBED
264
-//
264
+
265 265
 //#define BED_LIMIT_SWITCHING
266 266
 
267 267
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -385,6 +385,8 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
385 385
 #define INVERT_Z_DIR false
386 386
 
387 387
 // @section extruder
388
+
389
+// For direct drive extruder v9 set to true, for geared extruder set to false.
388 390
 #define INVERT_E0_DIR false
389 391
 #define INVERT_E1_DIR false
390 392
 #define INVERT_E2_DIR false
@@ -430,7 +432,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
430 432
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
431 433
 
432 434
 #ifdef MANUAL_BED_LEVELING
433
-  #define MBL_Z_STEP 0.025
435
+  #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis
434 436
 #endif  // MANUAL_BED_LEVELING
435 437
 
436 438
 #ifdef MESH_BED_LEVELING
@@ -471,13 +473,13 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
471 473
 
472 474
   #ifdef AUTO_BED_LEVELING_GRID
473 475
 
476
+    // set the rectangle in which to probe
474 477
     #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
475
-
476 478
     #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
477 479
     #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
478 480
     #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
479 481
     #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
480
-    
482
+
481 483
     #define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
482 484
 
483 485
     // Non-linear bed leveling will be used.
@@ -516,13 +518,14 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
516 518
 
517 519
 //   #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.
518 520
                                                                             //Useful to retract a deployable probe.
519
-                                                                           
521
+
520 522
   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
521 523
   //#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.
522 524
 
523 525
   // Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
524 526
   // Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
525 527
   //#define Z_PROBE_ALLEN_KEY
528
+
526 529
   #ifdef Z_PROBE_ALLEN_KEY
527 530
     #define Z_PROBE_ALLEN_KEY_DEPLOY_X 30
528 531
     #define Z_PROBE_ALLEN_KEY_DEPLOY_Y DELTA_PRINTABLE_RADIUS
@@ -533,7 +536,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
533 536
     #define Z_PROBE_ALLEN_KEY_STOW_Z     23
534 537
     #define Z_PROBE_ALLEN_KEY_STOW_DEPTH 20
535 538
   #endif
536
-  
539
+
537 540
   //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
538 541
   //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
539 542
   // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
@@ -595,7 +598,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
595 598
  * MOVEMENT SETTINGS
596 599
  */
597 600
 
598
-
599 601
 // delta homing speeds must be the same on xyz
600 602
 #define HOMING_FEEDRATE {200*30, 200*30, 200*30, 0}  // set the homing speeds (mm/min)
601 603
 
@@ -606,7 +608,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
606 608
 #define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,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.
607 609
 
608 610
 #define DEFAULT_ACCELERATION          3000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
609
-#define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
611
+#define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
610 612
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
611 613
 
612 614
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
@@ -649,7 +651,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
649 651
 
650 652
 #ifdef EEPROM_SETTINGS
651 653
   // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
652
-  #define EEPROM_CHITCHAT // please keep turned on if you can.
654
+  #define EEPROM_CHITCHAT // Please keep turned on if you can.
653 655
 #endif
654 656
 
655 657
 // @section temperature
@@ -667,7 +669,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
667 669
 // @section lcd
668 670
 
669 671
 // Define your display language below. Replace (en) with your language code and uncomment.
670
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
672
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
671 673
 // See also language.h
672 674
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
673 675
 
@@ -690,7 +692,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
690 692
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
691 693
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000         // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
692 694
                                                  // 0 to disable buzzer feedback. Test with M300 S<frequency Hz> P<duration ms>
693
-
694 695
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
695 696
 // http://reprap.org/wiki/PanelOne
696 697
 //#define PANEL_ONE
@@ -758,7 +759,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
758 759
 // ---------------------
759 760
 // 2 wire Non-latching LCD SR from:
760 761
 // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
761
-
762
+// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
762 763
 //#define SAV_3DLCD
763 764
 
764 765
 // @section extras
@@ -786,7 +787,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
786 787
 // Data from: http://www.doc-diy.net/photo/rc-1_hacked/
787 788
 // #define PHOTOGRAPH_PIN     23
788 789
 
789
-// SF send wrong arc g-codes when using Arc Point as fillet procedure
790
+// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
790 791
 //#define SF_ARC_FIX
791 792
 
792 793
 // Support for the BariCUDA Paste Extruder.

+ 16
- 15
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -261,7 +261,7 @@ Here are some standard links for getting your machine calibrated:
261 261
 // shouldn't use bed PID until someone else verifies your hardware works.
262 262
 // If this is enabled, find your own PID constants below.
263 263
 //#define PIDTEMPBED
264
-//
264
+
265 265
 //#define BED_LIMIT_SWITCHING
266 266
 
267 267
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -385,6 +385,8 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
385 385
 #define INVERT_Z_DIR false
386 386
 
387 387
 // @section extruder
388
+
389
+// For direct drive extruder v9 set to true, for geared extruder set to false.
388 390
 #define INVERT_E0_DIR false
389 391
 #define INVERT_E1_DIR false
390 392
 #define INVERT_E2_DIR false
@@ -423,8 +425,8 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
423 425
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
424 426
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
425 427
   #define FILAMENT_RUNOUT_SCRIPT "M600"
426
-#endif 
427
-  
428
+#endif
429
+
428 430
 //===========================================================================
429 431
 //=========================== Manual Bed Leveling ===========================
430 432
 //===========================================================================
@@ -433,7 +435,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
433 435
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
434 436
 
435 437
 #ifdef MANUAL_BED_LEVELING
436
-  #define MBL_Z_STEP 0.025
438
+  #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis
437 439
 #endif  // MANUAL_BED_LEVELING
438 440
 
439 441
 #ifdef MESH_BED_LEVELING
@@ -474,13 +476,13 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
474 476
 
475 477
   #ifdef AUTO_BED_LEVELING_GRID
476 478
 
479
+    // set the rectangle in which to probe
477 480
     #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
478
-
479 481
     #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
480 482
     #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
481 483
     #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
482 484
     #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
483
-    
485
+
484 486
     #define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this
485 487
 
486 488
     // Non-linear bed leveling will be used.
@@ -519,13 +521,14 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
519 521
 
520 522
 //   #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.
521 523
                                                                             //Useful to retract a deployable probe.
522
-                                                                           
524
+
523 525
   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
524 526
   //#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.
525 527
 
526 528
   // Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
527 529
   // Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
528 530
   //#define Z_PROBE_ALLEN_KEY
531
+
529 532
   #ifdef Z_PROBE_ALLEN_KEY
530 533
     #define Z_PROBE_ALLEN_KEY_DEPLOY_X 30
531 534
     #define Z_PROBE_ALLEN_KEY_DEPLOY_Y DELTA_PRINTABLE_RADIUS
@@ -536,7 +539,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
536 539
     #define Z_PROBE_ALLEN_KEY_STOW_Z     23
537 540
     #define Z_PROBE_ALLEN_KEY_STOW_DEPTH 20
538 541
   #endif
539
-  
542
+
540 543
   //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
541 544
   //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
542 545
   // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
@@ -598,7 +601,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
598 601
  * MOVEMENT SETTINGS
599 602
  */
600 603
 
601
-
602 604
 // delta homing speeds must be the same on xyz
603 605
 #define HOMING_FEEDRATE {200*60, 200*60, 200*60, 0}  // set the homing speeds (mm/min)
604 606
 
@@ -609,7 +611,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
609 611
 #define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,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.
610 612
 
611 613
 #define DEFAULT_ACCELERATION          3000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
612
-#define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
614
+#define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
613 615
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
614 616
 
615 617
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
@@ -621,7 +623,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
621 623
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
622 624
 #define DEFAULT_XYJERK                20.0    // (mm/sec)
623 625
 #define DEFAULT_ZJERK                 20.0    // (mm/sec) Must be same as XY for delta
624
-#define DEFAULT_EJERK                 5.0    // (mm/sec)
626
+#define DEFAULT_EJERK                 5.0     // (mm/sec)
625 627
 
626 628
 
627 629
 //=============================================================================
@@ -652,7 +654,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
652 654
 
653 655
 #ifdef EEPROM_SETTINGS
654 656
   // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
655
-  #define EEPROM_CHITCHAT // please keep turned on if you can.
657
+  #define EEPROM_CHITCHAT // Please keep turned on if you can.
656 658
 #endif
657 659
 
658 660
 // @section temperature
@@ -693,7 +695,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
693 695
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
694 696
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000         // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
695 697
                                                  // 0 to disable buzzer feedback. Test with M300 S<frequency Hz> P<duration ms>
696
-
697 698
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
698 699
 // http://reprap.org/wiki/PanelOne
699 700
 //#define PANEL_ONE
@@ -761,7 +762,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
761 762
 // ---------------------
762 763
 // 2 wire Non-latching LCD SR from:
763 764
 // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
764
-
765
+// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
765 766
 //#define SAV_3DLCD
766 767
 
767 768
 // @section extras
@@ -789,7 +790,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
789 790
 // Data from: http://www.doc-diy.net/photo/rc-1_hacked/
790 791
 // #define PHOTOGRAPH_PIN     23
791 792
 
792
-// SF send wrong arc g-codes when using Arc Point as fillet procedure
793
+// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
793 794
 //#define SF_ARC_FIX
794 795
 
795 796
 // Support for the BariCUDA Paste Extruder.

+ 9
- 13
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -261,7 +261,7 @@ Here are some standard links for getting your machine calibrated:
261 261
 // shouldn't use bed PID until someone else verifies your hardware works.
262 262
 // If this is enabled, find your own PID constants below.
263 263
 //#define PIDTEMPBED
264
-//
264
+
265 265
 //#define BED_LIMIT_SWITCHING
266 266
 
267 267
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -435,7 +435,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
435 435
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
436 436
 
437 437
 #ifdef MANUAL_BED_LEVELING
438
-  #define MBL_Z_STEP 0.025
438
+  #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis
439 439
 #endif  // MANUAL_BED_LEVELING
440 440
 
441 441
 #ifdef MESH_BED_LEVELING
@@ -476,8 +476,8 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
476 476
 
477 477
   #ifdef AUTO_BED_LEVELING_GRID
478 478
 
479
+    // set the rectangle in which to probe
479 480
     #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
480
-
481 481
     #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
482 482
     #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
483 483
     #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
@@ -525,14 +525,12 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
525 525
   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
526 526
   //#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.
527 527
 
528
-  //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
529
-  //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
530
-  // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
531
-
532 528
   // Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
533 529
   // Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
534 530
   #define Z_PROBE_ALLEN_KEY
535 531
   #ifdef Z_PROBE_ALLEN_KEY
532
+    // 2 or 3 sets of coordinates for deploying and retracting the spring loaded touch probe on G29,
533
+    // if servo actuated touch probe is not defined. Uncomment as appropriate for your printer/probe.
536 534
 
537 535
     // Kossel Mini
538 536
     #define Z_PROBE_ALLEN_KEY_DEPLOY_1_X 30.0
@@ -624,7 +622,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
624 622
  * MOVEMENT SETTINGS
625 623
  */
626 624
 
627
-
628 625
 // delta homing speeds must be the same on xyz
629 626
 #define HOMING_FEEDRATE {200*60, 200*60, 200*60, 0}  // set the homing speeds (mm/min)
630 627
 
@@ -635,7 +632,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
635 632
 #define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,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.
636 633
 
637 634
 #define DEFAULT_ACCELERATION          3000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
638
-#define DEFAULT_RETRACT_ACCELERATION  3000   // E acceleration in mm/s^2 for retracts
635
+#define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
639 636
 #define DEFAULT_TRAVEL_ACCELERATION   3000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
640 637
 
641 638
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
@@ -678,7 +675,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
678 675
 
679 676
 #ifdef EEPROM_SETTINGS
680 677
   // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
681
-  #define EEPROM_CHITCHAT // please keep turned on if you can.
678
+  #define EEPROM_CHITCHAT // Please keep turned on if you can.
682 679
 #endif
683 680
 
684 681
 // @section temperature
@@ -719,7 +716,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
719 716
 //#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
720 717
 //#define LCD_FEEDBACK_FREQUENCY_HZ 1000         // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
721 718
                                                  // 0 to disable buzzer feedback. Test with M300 S<frequency Hz> P<duration ms>
722
-
723 719
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
724 720
 // http://reprap.org/wiki/PanelOne
725 721
 #define PANEL_ONE
@@ -787,7 +783,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
787 783
 // ---------------------
788 784
 // 2 wire Non-latching LCD SR from:
789 785
 // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
790
-
786
+// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
791 787
 //#define SAV_3DLCD
792 788
 
793 789
 // @section extras
@@ -815,7 +811,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
815 811
 // Data from: http://www.doc-diy.net/photo/rc-1_hacked/
816 812
 // #define PHOTOGRAPH_PIN     23
817 813
 
818
-// SF send wrong arc g-codes when using Arc Point as fillet procedure
814
+// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
819 815
 //#define SF_ARC_FIX
820 816
 
821 817
 // Support for the BariCUDA Paste Extruder.

+ 14
- 22
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -204,13 +204,12 @@ Here are some standard links for getting your machine calibrated:
204 204
   //#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
205 205
   //#define PID_PARAMS_PER_EXTRUDER // Uses separate PID parameters for each extruder (useful for mismatched extruders)
206 206
                                     // Set/get with gcode: M301 E[extruder number, 0-2]
207
-  #define PID_FUNCTIONAL_RANGE 50   // If the temperature difference between the target temperature and the actual temperature
208
-                                    // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
207
+  #define PID_FUNCTIONAL_RANGE 50 // If the temperature difference between the target temperature and the actual temperature
208
+                                  // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
209 209
   #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
210 210
   #define K1 0.95 //smoothing factor within the PID
211 211
 
212 212
 // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
213
-
214 213
 // Ultimaker
215 214
 //    #define  DEFAULT_Kp 22.2
216 215
 //    #define  DEFAULT_Ki 1.08
@@ -245,7 +244,7 @@ Here are some standard links for getting your machine calibrated:
245 244
 // shouldn't use bed PID until someone else verifies your hardware works.
246 245
 // If this is enabled, find your own PID constants below.
247 246
 #define PIDTEMPBED
248
-//
247
+
249 248
 //#define BED_LIMIT_SWITCHING
250 249
 
251 250
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -306,12 +305,6 @@ Here are some standard links for getting your machine calibrated:
306 305
  * The solution: Once the temperature reaches the target, start observing.
307 306
  * If the temperature stays too far below the target (hysteresis) for too long,
308 307
  * the firmware will halt as a safety precaution.
309
- *
310
- * Note that because the countdown starts only AFTER the temperature reaches
311
- * the target, this will not catch a thermistor that is already disconnected
312
- * when the print starts!
313
- *
314
- * To enable for all extruder heaters, uncomment the two defines below:
315 308
  */
316 309
 
317 310
 #define THERMAL_RUNAWAY_PROTECTION_HOTENDS // Enable thermal protection for all extruders
@@ -342,6 +335,7 @@ Here are some standard links for getting your machine calibrated:
342 335
 #define DELTA
343 336
 
344 337
 #ifdef DELTA
338
+
345 339
 // Make delta curves from many straight lines (linear interpolation).
346 340
 // This is a trade-off between visible corners (not enough segments)
347 341
 // and processor overload (too many expensive sqrt calls).
@@ -494,7 +488,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
494 488
 // @section bedlevel
495 489
 
496 490
 #define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)
497
-// /// #define Z_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
491
+// #define Z_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
498 492
 
499 493
 #ifdef ENABLE_AUTO_BED_LEVELING
500 494
 
@@ -538,7 +532,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
538 532
     // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
539 533
     #define NONLINEAR_BED_LEVELING
540 534
 
541
-  #else  // not AUTO_BED_LEVELING_GRID
535
+  #else  // !AUTO_BED_LEVELING_GRID
542 536
 
543 537
       // Arbitrary points to probe. A simple cross-product
544 538
       // is used to estimate the plane of the bed.
@@ -574,10 +568,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
574 568
   //#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
575 569
   //#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.
576 570
 
577
-  //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
578
-  //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
579
-  // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
580
-
581 571
   // Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
582 572
   // Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
583 573
   #define Z_PROBE_ALLEN_KEY
@@ -586,8 +576,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
586 576
     // 2 or 3 sets of coordinates for deploying and retracting the spring loaded touch probe on G29,
587 577
     // if servo actuated touch probe is not defined. Uncomment as appropriate for your printer/probe.
588 578
 
589
-    // Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
590
-    // Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
591 579
     //#define Z_PROBE_ALLEN_KEY_DEPLOY_1_X 30
592 580
     //#define Z_PROBE_ALLEN_KEY_DEPLOY_1_Y DELTA_PRINTABLE_RADIUS
593 581
     //#define Z_PROBE_ALLEN_KEY_DEPLOY_1_Z 100
@@ -661,6 +649,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
661 649
     #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_Z
662 650
   #endif
663 651
 
652
+  //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
653
+  //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
654
+  // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
655
+
664 656
 //  #define PROBE_SERVO_DEACTIVATION_DELAY 300
665 657
 
666 658
 
@@ -679,6 +671,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
679 671
     #define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2)    // X point for Z homing when homing all axis (G28)
680 672
     #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28)
681 673
 
674
+  #endif
682 675
 
683 676
   // Support for a dedicated Z PROBE endstop separate from the Z MIN endstop.
684 677
   // If you would like to use both a Z PROBE and a Z MIN endstop together or just a Z PROBE with a custom pin, uncomment #define Z_PROBE_ENDSTOP and read the instructions below.
@@ -693,7 +686,6 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
693 686
   // WARNING: Setting the wrong pin may have unexpected and potentially disastrous outcomes. Use with caution and do your homework.
694 687
 
695 688
   //#define Z_PROBE_ENDSTOP
696
-  #endif // Z_SAFE_HOMING
697 689
 
698 690
 #endif // ENABLE_AUTO_BED_LEVELING
699 691
 
@@ -720,7 +712,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
720 712
 
721 713
   ////// #define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
722 714
 // set the homing speeds (mm/min)
723
-// delta homing speeds must be the same on xyz
715
+/// delta homing speeds must be the same on xyz
724 716
 #define HOMING_FEEDRATE_X (200*60)
725 717
 #define HOMING_FEEDRATE_Y (200*60)
726 718
 #define HOMING_FEEDRATE_Z (200*60)
@@ -799,7 +791,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
799 791
 // @section lcd
800 792
 
801 793
 // Define your display language below. Replace (en) with your language code and uncomment.
802
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
794
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
803 795
 // See also language.h
804 796
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
805 797
 
@@ -1042,7 +1034,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
1042 1034
 // Servo Endstops
1043 1035
 //
1044 1036
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
1045
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
1037
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
1046 1038
 //
1047 1039
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
1048 1040
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h View File

@@ -224,7 +224,7 @@ Here are some standard links for getting your machine calibrated:
224 224
 // shouldn't use bed PID until someone else verifies your hardware works.
225 225
 // If this is enabled, find your own PID constants below.
226 226
 //#define PIDTEMPBED
227
-//
227
+
228 228
 //#define BED_LIMIT_SWITCHING
229 229
 
230 230
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -376,7 +376,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
376 376
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
377 377
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
378 378
   #define FILAMENT_RUNOUT_SCRIPT "M600"
379
-#endif 
379
+#endif
380 380
 //===========================================================================
381 381
 //=========================== Manual Bed Leveling ===========================
382 382
 //===========================================================================

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -229,7 +229,7 @@ Here are some standard links for getting your machine calibrated:
229 229
 // shouldn't use bed PID until someone else verifies your hardware works.
230 230
 // If this is enabled, find your own PID constants below.
231 231
 //#define PIDTEMPBED
232
-//
232
+
233 233
 //#define BED_LIMIT_SWITCHING
234 234
 
235 235
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -377,7 +377,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
377 377
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
378 378
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
379 379
   #define FILAMENT_RUNOUT_SCRIPT "M600"
380
-#endif 
380
+#endif
381 381
 
382 382
 //===========================================================================
383 383
 //=========================== Manual Bed Leveling ===========================

+ 3
- 3
Marlin/temperature.cpp View File

@@ -422,11 +422,11 @@ void checkExtruderAutoFans() {
422 422
   // update extruder auto fan states
423 423
   #if HAS_AUTO_FAN_0
424 424
     setExtruderAutoFanState(EXTRUDER_0_AUTO_FAN_PIN, (fanState & 1) != 0);
425
-  #endif 
425
+  #endif
426 426
   #if HAS_AUTO_FAN_1
427 427
     if (EXTRUDER_1_AUTO_FAN_PIN != EXTRUDER_0_AUTO_FAN_PIN)
428 428
       setExtruderAutoFanState(EXTRUDER_1_AUTO_FAN_PIN, (fanState & 2) != 0);
429
-  #endif 
429
+  #endif
430 430
   #if HAS_AUTO_FAN_2
431 431
     if (EXTRUDER_2_AUTO_FAN_PIN != EXTRUDER_0_AUTO_FAN_PIN
432 432
         && EXTRUDER_2_AUTO_FAN_PIN != EXTRUDER_1_AUTO_FAN_PIN)
@@ -1238,7 +1238,7 @@ ISR(TIMER0_COMPB_vect) {
1238 1238
       static unsigned char state_timer_heater_ ## n = 0
1239 1239
   #else
1240 1240
     #define ISR_STATICS(n) static unsigned char soft_pwm_ ## n
1241
-  #endif 
1241
+  #endif
1242 1242
 
1243 1243
   // Statics per heater
1244 1244
   ISR_STATICS(0);

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -1665,7 +1665,7 @@ void lcd_reset_alert_level() { lcd_status_message_level = 0; }
1665 1665
     #define encrot1 2
1666 1666
     #define encrot2 3
1667 1667
     #define encrot3 1
1668
-  #endif 
1668
+  #endif
1669 1669
 
1670 1670
   /**
1671 1671
    * Read encoder buttons from the hardware registers

+ 1
- 1
Marlin/ultralcd_implementation_hitachi_HD44780.h View File

@@ -31,7 +31,7 @@
31 31
   // encoder click is directly connected
32 32
   #define BLEN_C 2 
33 33
   #define EN_C BIT(BLEN_C) 
34
-#endif 
34
+#endif
35 35
   
36 36
 //
37 37
 // Setup other button mappings of each panel

Loading…
Cancel
Save