AI로 유사한 모델 찾기
프로필 출력(0)
모델 파일(0)
게시일:2026-03-21 00:43:17
0
0
I made this for the Two Trees Sapphire/Sapphiros Pro/Plus/SP-3/SP-5 but it will mount on any 2020 Aluminum Profile Extrusion.
You will need:
The connector needed is a "JST-XH" 3-pin
In configuration.h you'll need to make sure you have this:
#define FILAMENT_RUNOUT_SENSOR
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
#define FIL_RUNOUT_STATE LOW // Set to true to invert the logic of the sensor.
#define FIL_RUNOUT_PULLUP
