Bläddra i källkod

Added another Fabrikator Mini patch

Thomas Buck 8 år sedan
förälder
incheckning
986eac05b5
1 ändrade filer med 88 tillägg och 0 borttagningar
  1. 88
    0
      input/blog/2016/2016_03_24_marlin_fabrikator_mini.md

+ 88
- 0
input/blog/2016/2016_03_24_marlin_fabrikator_mini.md Visa fil

@@ -320,6 +320,8 @@ index c75acd8..aa43d90 100644
320 320
 2.7.2
321 321
 </pre>
322 322
 
323
+This is another patch that improves the feel of the rotary encoder on the display.
324
+
323 325
 <pre class="sh_diff">
324 326
 From 6a5672200c4246a92abe34e7efa8ab3ec52861a8 Mon Sep 17 00:00:00 2001
325 327
 From: Thomas Buck <xythobuz@xythobuz.de>
@@ -369,3 +371,89 @@ index aa43d90..aec7aa0 100644
369 371
 2.7.2
370 372
 </pre>
371 373
 
374
+And another patch, this time enabling some more features in the current Marlin version.
375
+
376
+<pre class="sh_diff">
377
+From 46abce978ebd67723fc7f66d0ecd14272aa96feb Mon Sep 17 00:00:00 2001
378
+From: Thomas Buck <xythobuz@xythobuz.de>
379
+Date: Sat, 26 Mar 2016 22:10:01 +0100
380
+Subject: [PATCH 1/1] Tuned Fabrikator Mini config
381
+
382
+---
383
+ Marlin/Configuration.h     | 12 ++++++------
384
+ Marlin/Configuration_adv.h |  4 ++--
385
+ 2 files changed, 8 insertions(+), 8 deletions(-)
386
+
387
+diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
388
+index 507f36e..f20419d 100644
389
+--- a/Marlin/Configuration.h
390
++++ b/Marlin/Configuration.h
391
+@@ -419,8 +419,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
392
+ //=========================== Manual Bed Leveling ===========================
393
+ //===========================================================================
394
+ 
395
+-//#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
396
+-//#define MESH_BED_LEVELING    // Enable mesh bed leveling.
397
++#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
398
++#define MESH_BED_LEVELING    // Enable mesh bed leveling.
399
+ 
400
+ #if ENABLED(MANUAL_BED_LEVELING)
401
+   #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis.
402
+@@ -592,7 +592,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
403
+ #define DEFAULT_MAX_ACCELERATION      {200,200,50,2000}    // 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.
404
+ 
405
+ #define DEFAULT_ACCELERATION          300    // X, Y, Z and E acceleration in mm/s^2 for printing moves
406
+-#define DEFAULT_RETRACT_ACCELERATION  2000    // E acceleration in mm/s^2 for retracts
407
++#define DEFAULT_RETRACT_ACCELERATION  300    // E acceleration in mm/s^2 for retracts
408
+ #define DEFAULT_TRAVEL_ACCELERATION   300    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
409
+ 
410
+ // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
411
+@@ -625,7 +625,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
412
+ // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
413
+ // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
414
+ //define this to enable EEPROM support
415
+-//#define EEPROM_SETTINGS
416
++#define EEPROM_SETTINGS
417
+ 
418
+ #if ENABLED(EEPROM_SETTINGS)
419
+   // To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
420
+@@ -642,11 +642,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
421
+ // Preheat Constants
422
+ #define PLA_PREHEAT_HOTEND_TEMP 180
423
+ #define PLA_PREHEAT_HPB_TEMP 0
424
+-#define PLA_PREHEAT_FAN_SPEED 127   // Insert Value between 0 and 255
425
++#define PLA_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
426
+ 
427
+ #define ABS_PREHEAT_HOTEND_TEMP 200
428
+ #define ABS_PREHEAT_HPB_TEMP 0
429
+-#define ABS_PREHEAT_FAN_SPEED 127   // Insert Value between 0 and 255
430
++#define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
431
+ 
432
+ //==============================LCD and SD support=============================
433
+ // @section lcd
434
+diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h
435
+index 41d61d2..7ecf285 100644
436
+--- a/Marlin/Configuration_adv.h
437
++++ b/Marlin/Configuration_adv.h
438
+@@ -214,7 +214,7 @@
439
+ #define Y_HOME_BUMP_MM 5
440
+ #define Z_HOME_BUMP_MM 2
441
+ #define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
442
+-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
443
++#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
444
+ 
445
+ // When G28 is called, this option will make Y home before X
446
+ //#define HOME_Y_BEFORE_X
447
+@@ -298,7 +298,7 @@
448
+   #define SD_DETECT_INVERTED
449
+ 
450
+   #define SD_FINISHED_STEPPERRELEASE true  //if sd support and the file is finished: disable steppers?
451
+-  #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place.
452
++  #define SD_FINISHED_RELEASECOMMAND "M84 Y Z E" // You might want to keep the z enabled so your bed stays in place.
453
+ 
454
+   #define SDCARD_RATHERRECENTFIRST  //reverse file order of sd card menu display. Its sorted practically after the file system block order.
455
+   // if a file is deleted, it frees a block. hence, the order is not purely chronological. To still have auto0.g accessible, there is again the option to do that.
456
+-- 
457
+2.7.2
458
+</pre>
459
+

Laddar…
Avbryt
Spara