Skip to content

Commit 6c3a220

Browse files
committed
Upload complete 2.0.5.3UI version
1 parent f253be7 commit 6c3a220

40 files changed

+1097
-99
lines changed

Firmware/mks_pic/bmp_Auto.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Leveling1.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Leveling2.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Leveling3.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Leveling4.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Leveling5.bin

32 KB
Binary file not shown.

Firmware/mks_pic/bmp_Mamual.bin

32 KB
Binary file not shown.

Firmware/新建文本文档.txt

Whitespace-only changes.

Marlin/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@
11491149
* For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc.
11501150
* By default the firmware assumes HIGH=FILAMENT PRESENT.
11511151
*/
1152-
//#define FILAMENT_RUNOUT_SENSOR
1152+
#define FILAMENT_RUNOUT_SENSOR
11531153
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
11541154
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
11551155
#define FIL_RUNOUT_INVERTING false // Set to true to invert the logic of the sensor.
@@ -1503,7 +1503,7 @@
15031503
* P1 Raise the nozzle always to Z-park height.
15041504
* P2 Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
15051505
*/
1506-
//#define NOZZLE_PARK_FEATURE
1506+
#define NOZZLE_PARK_FEATURE
15071507

15081508
#if ENABLED(NOZZLE_PARK_FEATURE)
15091509
// Specify a park position as { X, Y, Z_raise }

Marlin/Configuration_adv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047

10481048
//#define MENU_ADDAUTOSTART // Add a menu option to run auto#.g files
10491049

1050-
#define EVENT_GCODE_SD_STOP "G28XY" // G-code to run on Stop Print (e.g., "G28XY" or "G27")
1050+
#define EVENT_GCODE_SD_STOP "G28XY\nM84" // G-code to run on Stop Print (e.g., "G28XY" or "G27")
10511051

10521052
#if ENABLED(PRINTER_EVENT_LEDS)
10531053
#define PE_LEDS_COMPLETED_TIME (30*60) // (seconds) Time to keep the LED "done" color before restoring normal illumination
@@ -1868,7 +1868,7 @@
18681868
* Requires NOZZLE_PARK_FEATURE.
18691869
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
18701870
*/
1871-
//#define ADVANCED_PAUSE_FEATURE
1871+
#define ADVANCED_PAUSE_FEATURE
18721872
#if ENABLED(ADVANCED_PAUSE_FEATURE)
18731873
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate.
18741874
#define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract.
@@ -1906,7 +1906,7 @@
19061906
#define FILAMENT_CHANGE_ALERT_BEEPS 10 // Number of alert beeps to play when a response is needed.
19071907
#define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable for XYZ steppers to stay powered on during filament change.
19081908

1909-
//#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
1909+
#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
19101910
//#define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change
19111911

19121912
//#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.

0 commit comments

Comments
 (0)