回覆 5# Offer
算係咁, 唔洗點SET 出到咁, 
都唔知比MICROMAKE 果個頭折磨得幾咁辛苦
唔知點解用唔到RichCattell marlin 1.04 , set 極都用唔到G29 同G30.
G29 會 降中間第一下撞得係細細力兩下, 之就可以行到,問題佢所有點只行半邊, 唔係成塊玻璃行平衡行.
G30A 直情表撞到"架架"聲要即停.
係唔係我SET 錯野?
Configuration.h- // Z-Probe variables
- // Start and end location values are used to deploy/retract the probe (will move from start to end and back again)
- #define Z_PROBE_OFFSET {0, 0, -1.4, 0} // X, Y, Z, E distance between hotend nozzle and deployed bed leveling probe. //Z_MIN_PROBE與噴咀距離
- #define Z_PROBE_DEPLOY_START_LOCATION {0, 0, 30, 0} // X, Y, Z, E start location for z-probe deployment sequence //起針第一步
- #define Z_PROBE_DEPLOY_END_LOCATION {0, 0, 30, 0} // X, Y, Z, E end location for z-probe deployment sequence //起針第二步
- #define Z_PROBE_RETRACT_START_LOCATION {0, 0, 30, 0} // X, Y, Z, E start location for z-probe retract sequence //收針第一步
- #define Z_PROBE_RETRACT_END_LOCATION {0, 0, 30, 0} // X, Y, Z, E end location for z-probe retract sequence //收針第二步
- #define AUTOLEVEL_GRID 30 // Distance between autolevel Z probing points, should be less than print surface radius/3. //Auto Leaving 每點距離* (打印區平面的半徑/4)
複製代碼 |