請問呢種膠紙啱唔啱?

DSC_0058.jpg (99.46 KB)

DSC_0058.jpg

TOP

請問呢種膠紙啱唔啱?
esjvpc 發表於 2015-4-5 00:11



    可以用來包電綫

TOP

回覆 1# Offer

Offer兄, 本身是撞針auto leveing,  想轉你的sensor自調平開, 應該點攪? 要買什麼配件? 在taobao邊間買? 本身部機無裝hotbed的.  Thanks.

TOP

TOP

回覆 24# Offer


    thanks.

TOP

offer 兄 ,我部機Pursa i3 用的是NPN型,Z向下移動有障外物燈會著却不會停,用M119睇 Z min 也不會Triggered,如果將const bool Z_MIN_ENDSTOP_INVERTING = true 改 false 就即時 Triggered ,只可上升不可下降,應該怎樣設定才正確?

#ifdef ENDSTOPPULLUPS
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. 002.jpg
001.jpg

TOP

回覆 26# gboat


    I3用微動掣比較好

TOP

本帖最後由 vichui 於 2015-7-22 13:56 編輯

回覆 26# gboat

見到你個係BX尾應該係常開?
常開 Z_MIN_ENDSTOP_INVERTING = true;

正常常開的話燈著, signal線會有電到

用"他表"度下signal線個signal啱唔岩先, 有機會係線位錯左(因為睇唔係你個sensor 上個幅圖)....

另外headbed 係咪金屬??

TOP

提示: 該帖被管理員或版主屏蔽

TOP