Преглед на файлове

Update 3DFabXYZ settings (#16139)

Alain Martel преди 4 години
родител
ревизия
39fcb5b5f8

+ 1
- 0
config/examples/3DFabXYZ/Migbot/Configuration.h Целия файл

@@ -73,6 +73,7 @@
73 73
 // Author info of this build printed to the host during boot and M115
74 74
 #define STRING_CONFIG_H_AUTHOR "AJMartel"  // Who made the changes.
75 75
 //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)
76
+#define WEBSITE_URL "http://3DFabXYZ.com"
76 77
 
77 78
 /**
78 79
  * *** VENDORS PLEASE READ ***

+ 16
- 7
config/examples/3DFabXYZ/Migbot/Configuration_adv.h Целия файл

@@ -327,11 +327,11 @@
327 327
  * The fan will turn on automatically whenever any stepper is enabled
328 328
  * and turn off after a set period after all steppers are turned off.
329 329
  */
330
-//#define USE_CONTROLLER_FAN
330
+#define USE_CONTROLLER_FAN
331 331
 #if ENABLED(USE_CONTROLLER_FAN)
332
-  #define CONTROLLER_FAN_PIN 9              // Set a custom pin for the controller fan
332
+  #define CONTROLLER_FAN_PIN 7              // Set a custom pin for the controller fan
333 333
   #define CONTROLLERFAN_SECS 60             // Duration in seconds for the fan to run after all motors are disabled
334
-  #define CONTROLLERFAN_SPEED 255           // 255 == full speed
334
+  #define CONTROLLERFAN_SPEED 127           // 255 == full speed
335 335
   //#define CONTROLLERFAN_SPEED_Z_ONLY 127  // Reduce noise on machines that keep Z enabled
336 336
 #endif
337 337
 
@@ -2589,13 +2589,22 @@
2589 2589
  */
2590 2590
 #define CUSTOM_USER_MENUS
2591 2591
 #if ENABLED(CUSTOM_USER_MENUS)
2592
-  #define CUSTOM_USER_MENU_TITLE "Test"
2593
-  #define USER_SCRIPT_DONE "M117 Script Done"
2592
+  #define CUSTOM_USER_MENU_TITLE "Tools"
2593
+  #define USER_SCRIPT_DONE "M117 Done"
2594 2594
   #define USER_SCRIPT_AUDIBLE_FEEDBACK
2595 2595
   //#define USER_SCRIPT_RETURN  // Return to status screen after a script
2596 2596
 
2597
-  #define USER_DESC_1 "Test Print"
2598
-  #define USER_GCODE_1 "G28\nG29\nG26"
2597
+  #define USER_DESC_1 "Probe Mesh&Save"
2598
+  #define USER_GCODE_1 "G28\nG29 P1\nG29 P3 T0\nG29 S0 A F10\nG29 J2\nM500"
2599
+
2600
+  #define USER_DESC_2 "Manual Mesh&Save"
2601
+  #define USER_GCODE_2 "G28\nG29 P4 R999 T\nG29 S0 A F10\nM500"
2602
+
2603
+  #define USER_DESC_3 "Print Test Pattern"
2604
+  #define USER_GCODE_3 "G26 C P O2.25" //Do a typical test sequence
2605
+
2606
+  #define USER_DESC_4 "Move Bed Forward"
2607
+  #define USER_GCODE_4 "G28 X0 Y0\nG1 X0 Y180 F3000\nM84" //move X/Y to min endstops & Feed the bed forward & steppers off
2599 2608
 
2600 2609
   /*
2601 2610
   #define USER_DESC_2 "Preheat for " PREHEAT_1_LABEL

+ 4
- 3
config/examples/3DFabXYZ/Migbot/Readme.md Целия файл

@@ -1,3 +1,4 @@
1
-Personalized config files for the "Electron"\"Tevo 3D" i3 6th gen
2
-https://www.3dprintersbay.com/electron3d-reprap-prusa-i3-kit
3
-https://reprap.org/wiki/Migbot_Prusa_i3
1
+Personalized config files for the "Electron" "Tevo 3D" i3 6th gen
2
+
3
+- https://www.3dprintersbay.com/electron3d-reprap-prusa-i3-kit
4
+- https://reprap.org/wiki/Migbot_Prusa_i3

Loading…
Отказ
Запис