Brise

Marlin 펌웨어 configuration.h 주 설정 본문

DIY/Manufacturing

Marlin 펌웨어 configuration.h 주 설정

naudhizb 2018. 3. 18. 17:29
반응형

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}





반응형
Comments