반응형
Notice
Recent Posts
Recent Comments
Link
Brise
Marlin 펌웨어 configuration.h 주 설정 본문
반응형
Marlin firmware Configuration
<Temperature Sensor existance setting>
Configuration.h:130 > #define TEMP_SENSOR_BED 1
<Printing Bed Size setting>
Configuration:357~ >
#define X_MAX_POS 160
#define Y_MAX_POS 160
#define Z_MAX_POS 145
<Limit Sensor Position Setting>
Configuration.h:408~ >
#define RIGHT_PROBE_BED_POSITION 158
#define BACK_PROBE_BED_POSITION 150
<Stepping Motor Physical Max Feed Setting>
Configuration.h:500~ >
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,200*16/8, 98.3}
#define DEFAULT_MAX_FEEDRATE {100,100,10,25}
반응형
'DIY > Manufacturing' 카테고리의 다른 글
CNC(3D 프린터, 조각기) 부품 (0) | 2020.10.30 |
---|---|
Mini metal lathe accuracy improvement modification (0) | 2018.04.22 |
SCV 프린터 펌웨어 파일 (0) | 2017.10.15 |
3D 프린터 베드 확장기 - 펌웨어 (0) | 2017.07.17 |
TMC2100 설치기 (0) | 2017.07.16 |
3D 프린터 베드 확장하기 (SCV 프린터, Y축) - 기구부 가공 (0) | 2017.07.15 |
3D 프린터 베드 확장하기 (SCV 프린터, Y축) - 구매 (0) | 2017.06.18 |
Comments