Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotwarezhk committed Sep 14, 2021
1 parent 934dab8 commit 7af1040
Show file tree
Hide file tree
Showing 103 changed files with 311 additions and 0 deletions.
Binary file added MksWifi.bin
Binary file not shown.
217 changes: 217 additions & 0 deletions mks_config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
#--------------------------------------------------------------------
######### Printer type setting ##################################

#mainboard firmware setting(marlin:1; repetier:2; smoothie:3)
>cfg_firmware_type:1

#machine setting (Normal:1; Delta:2)
>cfg_machine_type:1

#baud rate (9600:1; 57600:2; 115200:3; 250000:4)
>cfg_baud_rate:3

#multi-language(enable:1, disable:0)
>cfg_multiple_language:0

#languages setting
#(simplified Chinese:1; traditional Chinese:2; English:3; Russian:4; Spanish:5). This configuration is valid when "cfg_multiple_language" is disabled.
>cfg_language_type:3

#extruder number(one:1; dual:2)
>cfg_sprayer_counter:1

#enable heated bed(yes:1; no: 0)
>cfg_custom_bed_flag:1

#the max target temp of extruder and heated bed
>cfg_max_sprayer_temperature:260
>cfg_max_hotbed_temperature:130

#pause position (-1 is invalid; Z-axis is relative position)
>cfg_XPOS:-1
>cfg_YPOS:-1
>cfg_ZADD:10

#-----------------------------------------------------------------------
######### Advanced Function Option ##################################

#enable UPS?(yes:1; no:0)
>cfg_have_ups_device:0

#enable power detecting module(mks 220det:1; mks pwc:0)
>cfg_insert_det_module:0

#enable auto off after print finish function (no:0; Yes:1)
>cfg_print_finish_close_Machine:0

#set PB0 signal when use it for sencond nozzle (high level:1; low level:0)
>cfg_PB0_trigger_Level:0

#set PB1 signal (high level:1; low level:0)
>cfg_PB1_trigger_Level:0

#set error range of Z-axis on breakpoints recovery
>cfg_breakpoint_z_error:0.2

#---------------------------------------------------------------------------

######### Filament Change Function ##############################

#the speed to extrude filament(mm/min)
>cfg_filament_load_speed:400
#the lenght to extrude filament (mm)
>cfg_filament_load_length:100

#the speed to retract filament(mm/min)
>cfg_filament_unload_speed:2000
#the lenght to retract filament(mm)
>cfg_filament_unload_length:100

#It is the minimum temperature for filament change.
It will auto heat up if the current temp doesn't reach the target.
>cfg_filament_load_limit_temperature:200

#The length of Load filament before unloader filament.
>cfg_unload_retract_length:5

#The speed of load filament before unloader filament.
>cfg_unload_retract_speed:500

#---------------------------------------------------------------------------

############ Leveling Function ########################################

#leveling mode(manual:0; auto:1; conceal leveling button:2)
>cfg_leveling_mode:0

#the command of auto leveling (G29 is available for Marlin.While G32 is for Repetier and Smoothieware)
>cfg_auto_leveling_cmd:G28;G29;

#the point number of manual leveling:(3,4,5 point available)
>cfg_point_number:5

#the coordinates of 5 point on manual leveling
>cfg_point1:50,50
>cfg_point2:250,50
>cfg_point3:250,250
>cfg_point4:50,250
>cfg_point5:150,150

#the travel speed of leveling(mm/min)
>cfg_leveling_z_speed:1500
>cfg_leveling_xy_speed:8000

#---------------------------------------------------------------------------

############# WIFI Function ##########################################

#wifi model(MKS WIFI TFT:0; MKS HLK-WIFI:1)
>cfg_wifi_type:0

#wifi mode(0:sta;1:ap)
>cfg_wifi_mode:1

#wifi name and password
>cfg_wifi_ap_name:Artillery
>cfg_wifi_key_code:12345678

#0:disable cloud service 1:enable cloud service
>cfg_cloud_enable:0
#cloud service adress
>cfg_wifi_cloud_host:www.baizhongyun.cn
#cloud service port
>cfg_cloud_port:10086

#Dynamic access IP
>cfg_ip_dhcp_flag:1

#IP/mask/gateway
>cfg_ip_address:192.168.3.100
>cfg_ip_mask:255.255.255.0
>cfg_ip_gate:192.168.3.1

#--------------------------------------------------------------------------------

############## Function Customization #######################################

#user-defined function1 and 2.(display this button . disable: 0; enable: 1)
>cfg_function_btn1_display:1
>cfg_function_btn2_display:0

#command of user-defined function
>function_btn1_cmd:M84;
>function_btn2_cmd:M500;

#set number of "More" button
>moreitem_pic_cnt:7

#edit command for 1~7 "More" button,each command must be separated by semicolon ";"
>moreitem_button1_cmd:G28;G0 X150 Y150;G0 Z0;
>moreitem_button2_cmd:M290 Z+0.025;
>moreitem_button3_cmd:M290 Z-0.025;
>moreitem_button4_cmd:G28;G29;
>moreitem_button5_cmd:M500;
>moreitem_button6_cmd:M150 R255 U255 B255;
>moreitem_button7_cmd:M150 R0 U0 B0;

#how many "More" button display on screen interface
>morefunc_cnt:4

#command setting on button1~6
>morefunc1_cmd:M150 R0 U0 B0;
>morefunc2_cmd:M150 R255 U255 B255;
>morefunc3_cmd:M290 Z+0.025;
>morefunc4_cmd:M290 Z-0.025;
>morefunc5_cmd:G28;
>morefunc6_cmd:G28;

#---------------------------------------------------------------------------------
##### Display Customization(button and logo customized see User's Manual) #######

#the color of screen background
>cfg_background_color:0x000000

#the color of title text
>cfg_title_color:0xFFFFFF

#the color of temperature,fan,(etc) background
>cfg_state_background_color:0x000000

#the color of temprature,fan,(etc) text
>cfg_state_text_color:0xFFFFFF

#the color of file button
>cfg_filename_background_color:0x000000

#the color of file text
>cfg_filename_color:0xFFFFFF

#the color of background in printing
>cfg_printingstat_word_background_color:0x000000

#the color of text in printing status
>cfg_printingstat_word_color:0xFFFFFF

#3D effects setting (disable: 0; enable: 1)
>cfg_BUTTON_3D_effects:1

#The screen is flipped 180°(0: no flip, 1: flip)
>cfg_OVERTURN_180:0

#shield the function of detection power (0:no shield ,1:shield)
>cfg_disable_PWR_det:0

#shield the function of detection filament (0:no shield ,1:shield)
>cfg_disable_MT_det:0

#Whether to support the function of dual extruder single nozzle.(0: disable, 1: enable)
#the extruder number need set to dual.
>cfg_single_nozzle:0

#For the M110 command plus check, the version of Marlin 1.0.2 and below is set to 1, and the other versions are set to 0.
>cfg_M110_add_checkSum:0

#Enable function of display error message. (no:0; Yes:1)
>cfg_display_eeror_message:1

#-----------------------------------------------------------------------
Binary file added mks_font/GBK16.bin
Binary file not shown.
Binary file added mks_font/UNIGBK.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_Add.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_Dec.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_about.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_auto_off.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_autoleveling.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_bed.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_bed_no_words.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_breakpoint.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_cloud.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_custom1.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_custom2.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_custom3.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_custom4.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_custom5.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_custom6.bin
Binary file not shown.
Binary file added mks_pic/bmp_custom7.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_dir.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_extru1.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_extru1_no_words.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_extru2.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_extru2_no_words.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_extruct.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_extruct_sel.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_fan.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_fan_move.bin
Binary file not shown.
Binary file added mks_pic/bmp_fan_no_words.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_filamentchange.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_file.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_fileSys.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_function.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_function1.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_function2.bin
Binary file not shown.
Binary file added mks_pic/bmp_iconlogo.lg
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_in.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling1.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling2.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling3.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling4.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_leveling5.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_logo.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_manual_off.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_menu.bin

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions mks_pic/bmp_more.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_morefunc1.bin
Binary file not shown.
Binary file added mks_pic/bmp_morefunc2.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_morefunc3.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_morefunc4.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_morefunc5.bin
Binary file not shown.
Binary file added mks_pic/bmp_morefunc6.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_mov.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_mov_sel.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_out.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_pageDown.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_pageUp.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_pause.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_preHeat.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_printing.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_resume.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_return.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_sd.bin
Binary file not shown.
Binary file added mks_pic/bmp_sd_sel.bin
Binary file not shown.
16 changes: 16 additions & 0 deletions mks_pic/bmp_set.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed0.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed127.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed255.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed_high.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed_normal.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_speed_slow.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step10_degree.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step10_mm.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step1_degree.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step1_mm.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step5_degree.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step5_mm.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step_move0_1.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step_move1.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_step_move10.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_stop.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_temp.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_tool.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_usb.bin

Large diffs are not rendered by default.

Binary file added mks_pic/bmp_usb_sel.bin
Binary file not shown.
Binary file added mks_pic/bmp_wifi.bin
Binary file not shown.
1 change: 1 addition & 0 deletions mks_pic/bmp_wifi_disable.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_wifi_enable.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_xAdd.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_xDec.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_yAdd.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_yDec.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zAdd.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zDec.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zero.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zeroA.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zeroX.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zeroY.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mks_pic/bmp_zeroZ.bin

Large diffs are not rendered by default.

Binary file added mkstft28.bin
Binary file not shown.

0 comments on commit 7af1040

Please sign in to comment.