-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlite_cfg.txt
174 lines (143 loc) · 8.89 KB
/
lite_cfg.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
######### MY3D V2 MKS Lite configuration #########
#-------------------------------------------------------------
## FOR V2
#>cfg_hardware_enable 1
#============================= Basic Settings =========================
>MACHINETPYE 0 # 0:Cartesian; 1:DELTA ; 2:COREXY
>LCD_LANGUAGE 0 # 0:English; 1:Chinese
>HAS_TEMP_BED 1 # whether enable the heated bed (disable: 0, enable: 1)
# Travel limits after homing (units are in mm)
>X_MIN_POS 0
>Y_MIN_POS 0
>Z_MIN_POS 0
>X_MAX_POS 210
>Y_MAX_POS 210
>Z_MAX_POS 235
# position of hotend for filament change and pause print
>FILAMENT_CHANGE_X_POS 5 # X position of hotend for filament change and pause print
>FILAMENT_CHANGE_Y_POS 5 # Y position of hotend for filament change and pause print
>FILAMENT_CHANGE_Z_ADD 5 # Z addition of hotend (lift) for filament change and pause print
#============================== Stepper Motor Settings ============================
#Set stepper current
>CURRENT_VREF_XY 1500 #Default motor current for XY in mA£¬range (0~2000)
>CURRENT_VREF_Z 1500 #Default motor current for Z in mA£¬range (0~2000)
>CURRENT_VREF_E 1500 #Default motor current for E in mA£¬range (0~2000)
#Invert the stepper direction.
>INVERT_X_DIR 1 #If you modify the rotation direction, you can directly modify it to 0-1 or 1-0
>INVERT_Y_DIR 0 #If you modify the rotation direction, you can directly modify it to 0-1 or 1-0
>INVERT_Z_DIR 0 #If you modify the rotation direction, you can directly modify it to 0-1 or 1-0
>INVERT_E0_DIR 0 #If you modify the rotation direction, you can directly modify it to 0-1 or 1-0
#Movement setting
>DEFAULT_X_STEPS_PER_UNIT 80 #Default Axis-X Steps Per Unit (steps/mm)
>DEFAULT_Y_STEPS_PER_UNIT 80 #Default Axis-Y Steps Per Unit (steps/mm)
>DEFAULT_Z_STEPS_PER_UNIT 400 #Default Axis-Z Steps Per Unit (steps/mm)
>DEFAULT_E_STEPS_PER_UNIT 93 #Default Axis-E Steps Per Unit (steps/mm)
>DEFAULT_X_MAX_FEEDRATE 200 #Default Axis-X Max Feed Rate (mm/s)
>DEFAULT_Y_MAX_FEEDRATE 200 #Default Axis-Y Max Feed Rate (mm/s)
>DEFAULT_Z_MAX_FEEDRATE 6 #Default Axis-Z Max Feed Rate (mm/s)
>DEFAULT_E_MAX_FEEDRATE 70 #Default Axis-E Max Feed Rate (mm/s)
>DEFAULT_X_MAX_ACCELERATION 1000 #Default Axis-X Max Acceleration (change/s) change = mm/s
>DEFAULT_Y_MAX_ACCELERATION 1000 #Default Axis-Y Max Acceleration (change/s) change = mm/s
>DEFAULT_Z_MAX_ACCELERATION 200 #Default Axis-Z Max Acceleration (change/s) change = mm/s
>DEFAULT_E_MAX_ACCELERATION 1000 #Default Axis-E Max Acceleration (change/s) change = mm/s
>DEFAULT_ACCELERATION 1000 #X, Y, Z and E acceleration for printing moves
>DEFAULT_RETRACT_ACCELERATION 1000 #X, Y, Z and E acceleration for retracts
>DEFAULT_TRAVEL_ACCELERATION 1000 #X, Y, Z acceleration for travel (non printing) moves
>DEFAULT_MINIMUMFEEDRATE 0.0 #minimum feedrate
>DEFAULT_MINSEGMENTTIME 20000 #minimum time in microseconds that a movement needs to take if the buffer is emptied.
>DEFAULT_MINTRAVELFEEDRATE 0.0 #
>DEFAULT_XJERK 20.0 #Default Axis-X Jerk (mm/s)
>DEFAULT_YJERK 20.0 #Default Axis-Y Jerk (mm/s)
>DEFAULT_ZJERK 0.4 #Default Axis-Z Jerk (mm/s)
>DEFAULT_EJERK 5.0 #Default Axis-E Jerk (mm/s)
#============================= Thermal Settings ============================
>EXTRUDE_MINTEMP 170
>HEATER_0_MAXTEMP 320
>BED_MAXTEMP 130
>PREHEAT_1_TEMP_HOTEND 200 #Preheat PLA conf
>PREHEAT_1_TEMP_BED 60
>PREHEAT_1_FAN_SPEED 0
>PREHEAT_2_TEMP_HOTEND 250 #Preheat ABS conf
>PREHEAT_2_TEMP_BED 80
>PREHEAT_2_FAN_SPEED 0
#======================== Thermal Runaway Protection =======================
>THERMAL_PROTECTION_PERIOD 40 #Seconds
>THERMAL_PROTECTION_HYSTERESIS 6 #Degrees Celsius
>WATCH_TEMP_PERIOD 20 #Seconds
>WATCH_TEMP_INCREASE 4 #Degrees Celsius
>THERMAL_PROTECTION_BED_PERIOD 30 #Seconds
>THERMAL_PROTECTION_BED_HYSTERESIS 4 #Degrees Celsius
>WATCH_BED_TEMP_PERIOD 120 #Seconds
>WATCH_BED_TEMP_INCREASE 2 #Degrees Celsius
# Type of heat manager for extruder.
>PIDTEMP 1 # 1:PID ; 0:bang-bang
>DEFAULT_Kp 19.56 # --default
>DEFAULT_Ki 0.71 # --default
>DEFAULT_Kd 134.26 # --default
#Type of heat manager for this heatedBed.
>PIDTEMPBED 0 # 1:PID ; 0:bang-bang
>DEFAULT_bedKp 20.61 # --default
>DEFAULT_bedKi 2.14 # --default
>DEFAULT_bedKd 49.71 # --default
#============================== Endstop Settings ===========================
>MIN_SOFTWARE_ENDSTOPS 1 # 0:axes can move below MIN_POS; 1:axes won't move below MIN_POS.
>MAX_SOFTWARE_ENDSTOPS 1 # 0:axes can move below MAX_POS; 1:axes won't move below MIN_POS.
# Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
>X_MIN_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>Y_MIN_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>Z_MIN_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>X_MAX_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>Y_MAX_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>Z_MAX_ENDSTOP_INVERTING 0 # set to true to invert the logic of the endstop.
>Z_MIN_PROBE_ENDSTOP_INVERTING 0 # set to true to invert the logic of the probe.
>FIL_RUNOUT_INVERTING 0 # set to true to invert the logic of the Filament Runout Sensor.
# Specify here all the endstop connectors that are connected to any endstop or probe.
>USE_XMIN_PLUG 1 # 1:used; 0:noused
>USE_YMIN_PLUG 0 # 1:used; 0:noused
>USE_ZMIN_PLUG 1 # 1:used; 0:noused
>USE_XMAX_PLUG 0 # 1:used; 0:noused
>USE_YMAX_PLUG 1 # 1:used; 0:noused
>USE_ZMAX_PLUG 0 # 1:used; 0:noused
#============================== Home Settings ==============================
>X_HOME_DIR -1 # Direction of endstops when homing; 1=MAX, -1=MIN :[-1,1]
>Y_HOME_DIR 1 # Direction of endstops when homing; 1=MAX, -1=MIN :[-1,1]
>Z_HOME_DIR -1 # Direction of endstops when homing; 1=MAX, -1=MIN :[-1,1]
>HOMING_FEEDRATE_XY 2400 # Homing X Y speeds (mm/m)
>HOMING_FEEDRATE_Z 400 # Homing Z speeds (mm/m)
>HOME_Y_BEFORE_X 0 # When G28 is called,0: X home before Y; 1: Y home before X
#============================= Z Probe Options =============================
#Select for a probe connected to Z-Min or Z-Max.
>Z_MIN_PROBE_PIN_MODE 2 # 0 : NULL; 1: ZMIN; 2: ZMAX
>Z_PROBE_OFFSET_FROM_EXTRUDER 0 # Z offset: -below +above [the nozzle]
>X_PROBE_OFFSET_FROM_EXTRUDER 0 # X offset: -left +right [of the nozzle]
>Y_PROBE_OFFSET_FROM_EXTRUDER 0 # Y offset: -front +behind [the nozzle]
>XY_PROBE_SPEED 4000 # X and Y axis travel speed (mm/m) between probes
>Z_PROBE_SPEED_FAST 6000 # Speed for the first approach when double-probing (with PROBE_DOUBLE_TOUCH)
>Z_PROBE_SPEED_SLOW 3000 # Speed for the "accurate" probe of each point
#=============================== Bed Leveling ==============================
>BED_LEVELING_METHOD 5 # 0:NULL_BED_LEVELING; 3:AUTO_BED_LEVELING_BILINEAR; 5:MESH_BED_LEVELING
>GRID_MAX_POINTS_X 2 # the number of grid points per dimension. <= 15
>GRID_MAX_POINTS_Y 2 # the number of grid points per dimension. <= 15
>Z_CLEARANCE_DEPLOY_PROBE 10 # Z Clearance for Deploy/Stow > 0
>Z_CLEARANCE_BETWEEN_PROBES 10 # Z Clearance between probe points > 0
# Set the boundaries for probing (where the probe can reach).
>LEFT_PROBE_BED_POSITION 30
>RIGHT_PROBE_BED_POSITION 180
>FRONT_PROBE_BED_POSITION 30
>BACK_PROBE_BED_POSITION 180
>MESH_INSET 30 # Mesh inset margin on print area for MESH_BED_LEVELING
#============================== Delta Settings =============================
>DELTA_SEGMENTS_PER_SECOND 40 #--default
>DELTA_DIAGONAL_ROD 346.75 #Center-to-center distance of the holes in the diagonal push rods.
>DELTA_SMOOTH_ROD_OFFSET 211.5 #Horizontal offset from middle of printer to smooth rod center.
>DELTA_EFFECTOR_OFFSET 28 #Horizontal offset of the universal joints on the end effector.
>DELTA_CARRIAGE_OFFSET 14.5 #Horizontal offset of the universal joints on the carriages.
>DELTA_RADIUS 169 #Horizontal distance bridged by diagonal push rods when effector is centered.
>DELTA_HEIGHT 302 #height from z=0.00 to home position
>DELTA_PRINTABLE_RADIUS 125 #Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
>DELTA_CALIBRATION_RADIUS 100 #set the radius for the calibration probe points - max 0.8 * DELTA_PRINTABLE_RADIUS
#============================== Wifi Settings =============================
>CFG_WIFI_MODE 0 #wifi mode(0:sta;1:ap)
>CFG_WIFI_AP_NAME USE NAME #wifi name
>CFG_WIFI_KEY_CODE PASSWORD #wifi password
#end.