Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moyashi/56e22c5042fef3a6f0e3f89ef3d42417 to your computer and use it in GitHub Desktop.
Save moyashi/56e22c5042fef3a6f0e3f89ef3d42417 to your computer and use it in GitHub Desktop.
--- robin_nano_cfg_n.txt 2021-07-26 19:21:48.000000000 +0900
+++ robin_nano_cfg_3.txt 2021-07-13 16:48:28.000000000 +0900
@@ -1,7 +1,3 @@
-################# MKS Robin nano configuration #######################
-#此选项只在出厂测试使用
->cfg_hardware_test_enable 0 #硬件测试使能。
-
#===================高级功能设置=======================================
>cfg_insert_det_module 0 #接入断电检测模块(1:mks 220det;0:mks pwc)
@@ -22,7 +18,7 @@
#=========================== 调平按钮配置 =============================
->cfg_leveling_mode 0 #调平模式配置《1:自动调平;0:手动调平》
+>cfg_leveling_mode 1 #调平模式配置《1:自动调平;0:手动调平》
#=========================== 手动调平 ==================================
@@ -220,7 +216,7 @@
>X_MAX_ENDSTOP_INVERTING 0 # X_MAX限位开关常开/常闭选择
>Y_MAX_ENDSTOP_INVERTING 0 # Y_MAX限位开关常开/常闭选择
>Z_MAX_ENDSTOP_INVERTING 0 # Z_MAX限位开关常开/常闭选择
->Z_MIN_PROBE_ENDSTOP_INVERTING 1 # Z_PROBE限位开关常开/常闭设置.
+>Z_MIN_PROBE_ENDSTOP_INVERTING 0 # Z_PROBE限位开关常开/常闭设置.
>FIL_RUNOUT_INVERTING 0 # 断料开关常开/常闭选择
# 指明限位开关或探针的使用接口.
@@ -246,8 +242,8 @@
#探针接口Z-Min或Z-Max.
>Z_MIN_PROBE_PIN_MODE 2 # 0:不使用; 1:接Z_MIN; 2:接ZMAX
->Z_PROBE_OFFSET_FROM_EXTRUDER 0 # Z 偏移: -below +above [the nozzle]
->X_PROBE_OFFSET_FROM_EXTRUDER 0 # X 偏移: -left +right [of the nozzle]
+>Z_PROBE_OFFSET_FROM_EXTRUDER -3.2 # Z 偏移: -below +above [the nozzle]
+>X_PROBE_OFFSET_FROM_EXTRUDER 27.5 # X 偏移: -left +right [of the nozzle]
>Y_PROBE_OFFSET_FROM_EXTRUDER 0 # Y 偏移: -front +behind [the nozzle]
>XY_PROBE_SPEED 4000 # 探针XY轴移动速度 (mm/m)
>Z_PROBE_SPEED_FAST 600 # Speed for the first approach when double-probing (with PROBE_DOUBLE_TOUCH)
@@ -256,7 +252,7 @@
#=============================== 热床调平设置 ==============================
->BED_LEVELING_METHOD 0 # 0:不使用调平; 3:多点自动调平; 5:手动网格调平
+>BED_LEVELING_METHOD 3 # 0:不使用调平; 3:多点自动调平; 5:手动网格调平
>GRID_MAX_POINTS_X 3 # x轴方式调平点数. <= 15
>GRID_MAX_POINTS_Y 3 # y轴方向调平点数. <= 15
@@ -265,9 +261,9 @@
# 设置探针能够到达热床的边界距离.
>LEFT_PROBE_BED_POSITION 30
->RIGHT_PROBE_BED_POSITION 180
+>RIGHT_PROBE_BED_POSITION 170
>FRONT_PROBE_BED_POSITION 30
->BACK_PROBE_BED_POSITION 180
+>BACK_PROBE_BED_POSITION 170
>MESH_INSET 20 # MESH_BED_LEVELING调平模式下边界距离范围
@@ -285,6 +281,6 @@
#============================= Z轴探针设置 =============================
->BLTOUCH 0 # 0:禁用BLTOUCH; 1:启用BLTOUCH
+>BLTOUCH 1 # 0:禁用BLTOUCH; 1:启用BLTOUCH
#end.
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment