12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589 |
-
-
-
- #ifndef CONFIGURATION_H
- #define CONFIGURATION_H
- #define CONFIGURATION_H_VERSION 010100
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define STRING_CONFIG_H_AUTHOR "(none, default config)"
- #define SHOW_BOOTSCREEN
- #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION
- #define STRING_SPLASH_LINE2 WEBSITE_URL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define SERIAL_PORT 0
-
-
- #define BAUDRATE 250000
-
-
-
-
-
-
- #ifndef MOTHERBOARD
- #define MOTHERBOARD BOARD_RAMPS_14_EFB
- #endif
-
-
-
- #define CUSTOM_MACHINE_NAME "FT-2020"
-
-
-
-
-
-
-
-
-
- #define EXTRUDERS 1
-
-
-
-
-
-
- #if ENABLED(SWITCHING_EXTRUDER)
- #define SWITCHING_EXTRUDER_SERVO_NR 0
- #define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 }
- #endif
-
-
-
- #if ENABLED(SWITCHING_NOZZLE)
- #define SWITCHING_NOZZLE_SERVO_NR 0
- #define SWITCHING_NOZZLE_SERVO_ANGLES { 0, 90 }
-
- #endif
-
-
-
- #if ENABLED(MIXING_EXTRUDER)
- #define MIXING_STEPPERS 2
- #define MIXING_VIRTUAL_TOOLS 16
-
- #endif
-
-
-
-
-
-
-
-
-
-
- #define POWER_SUPPLY 0
-
- #if POWER_SUPPLY > 0
-
-
-
- #endif
-
-
-
-
-
-
-
-
- #define TEMP_SENSOR_0 5
- #define TEMP_SENSOR_1 0
- #define TEMP_SENSOR_2 0
- #define TEMP_SENSOR_3 0
- #define TEMP_SENSOR_4 0
- #define TEMP_SENSOR_BED 1
-
-
- #define DUMMY_THERMISTOR_998_VALUE 25
- #define DUMMY_THERMISTOR_999_VALUE 100
-
-
-
-
- #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10
-
-
- #define TEMP_RESIDENCY_TIME 10
- #define TEMP_HYSTERESIS 3
- #define TEMP_WINDOW 1
-
-
- #define TEMP_BED_RESIDENCY_TIME 10
- #define TEMP_BED_HYSTERESIS 3
- #define TEMP_BED_WINDOW 1
-
-
-
-
- #define HEATER_0_MINTEMP 5
- #define HEATER_1_MINTEMP 5
- #define HEATER_2_MINTEMP 5
- #define HEATER_3_MINTEMP 5
- #define HEATER_4_MINTEMP 5
- #define BED_MINTEMP 5
-
-
-
-
- #define HEATER_0_MAXTEMP 245
- #define HEATER_1_MAXTEMP 245
- #define HEATER_2_MAXTEMP 245
- #define HEATER_3_MAXTEMP 245
- #define HEATER_4_MAXTEMP 245
- #define BED_MAXTEMP 115
-
-
-
-
-
-
-
- #define PIDTEMP
- #define BANG_MAX 255
- #define PID_MAX BANG_MAX
- #if ENABLED(PIDTEMP)
-
-
-
-
-
-
- #define PID_FUNCTIONAL_RANGE 10
-
- #define K1 0.95
-
-
-
-
- #define DEFAULT_Kp 11.50
- #define DEFAULT_Ki 0.50
- #define DEFAULT_Kd 60.00
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #endif
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define PIDTEMPBED
-
-
-
-
-
-
-
- #define MAX_BED_POWER 255
-
- #if ENABLED(PIDTEMPBED)
-
-
-
-
-
- #define DEFAULT_bedKp 250.0
- #define DEFAULT_bedKi 18.0
- #define DEFAULT_bedKd 950.0
-
-
-
-
-
-
-
-
- #endif
-
-
-
-
-
-
-
- #define PREVENT_COLD_EXTRUSION
- #define EXTRUDE_MINTEMP 170
-
-
-
- #define PREVENT_LENGTHY_EXTRUDE
- #define EXTRUDE_MAXLENGTH 200
-
-
-
-
-
-
-
- #define THERMAL_PROTECTION_HOTENDS
- #define THERMAL_PROTECTION_BED
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define USE_XMIN_PLUG
- #define USE_YMIN_PLUG
- #define USE_ZMIN_PLUG
-
-
-
-
-
- #define ENDSTOPPULLUPS
-
- #if DISABLED(ENDSTOPPULLUPS)
-
-
-
-
-
-
-
-
- #endif
-
-
- #define X_MIN_ENDSTOP_INVERTING true
- #define Y_MIN_ENDSTOP_INVERTING true
- #define Z_MIN_ENDSTOP_INVERTING true
- #define X_MAX_ENDSTOP_INVERTING false
- #define Y_MAX_ENDSTOP_INVERTING false
- #define Z_MAX_ENDSTOP_INVERTING false
- #define Z_MIN_PROBE_ENDSTOP_INVERTING true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 52.2 }
-
-
- #define DEFAULT_MAX_FEEDRATE { 250, 250, 2, 17 }
-
-
- #define DEFAULT_MAX_ACCELERATION { 1000, 1000, 4, 750 }
-
-
- #define DEFAULT_ACCELERATION 500
- #define DEFAULT_RETRACT_ACCELERATION 400
- #define DEFAULT_TRAVEL_ACCELERATION 400
-
-
- #define DEFAULT_XJERK 17.0
- #define DEFAULT_YJERK 17.0
- #define DEFAULT_ZJERK 0.4
- #define DEFAULT_EJERK 4.0
-
-
-
-
-
-
-
-
-
-
-
-
- #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define Z_ENDSTOP_SERVO_NR 0
- #define Z_SERVO_ANGLES {40,85}
-
-
-
- #if ENABLED(BLTOUCH)
-
- #endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define X_PROBE_OFFSET_FROM_EXTRUDER 38
- #define Y_PROBE_OFFSET_FROM_EXTRUDER -7
- #define Z_PROBE_OFFSET_FROM_EXTRUDER -10.4
-
-
- #define XY_PROBE_SPEED 7500
-
- #define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
-
-
- #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
-
-
-
-
-
- #define Z_CLEARANCE_DEPLOY_PROBE 3
- #define Z_CLEARANCE_BETWEEN_PROBES 3
-
-
- #define Z_PROBE_OFFSET_RANGE_MAX 20
-
-
- #define Z_MIN_PROBE_REPEATABILITY_TEST
-
-
-
- #define X_ENABLE_ON 0
- #define Y_ENABLE_ON 0
- #define Z_ENABLE_ON 0
- #define E_ENABLE_ON 0
-
-
-
- #define DISABLE_X false
- #define DISABLE_Y false
- #define DISABLE_Z false
-
-
-
-
-
- #define DISABLE_E false
- #define DISABLE_INACTIVE_EXTRUDER true
-
-
-
-
- #define INVERT_X_DIR false
- #define INVERT_Y_DIR true
- #define INVERT_Z_DIR true
-
-
-
-
-
-
- #define INVERT_E0_DIR true
- #define INVERT_E1_DIR false
- #define INVERT_E2_DIR false
- #define INVERT_E3_DIR false
- #define INVERT_E4_DIR false
-
-
-
- #define Z_HOMING_HEIGHT 2
-
-
-
-
- #define X_HOME_DIR -1
- #define Y_HOME_DIR -1
- #define Z_HOME_DIR -1
-
-
-
-
- #define X_MIN_POS 6
- #define Y_MIN_POS 3
- #define Z_MIN_POS 0
- #define X_MAX_POS 207
- #define Y_MAX_POS 182
- #define Z_MAX_POS 175
-
-
-
- #define MAX_SOFTWARE_ENDSTOPS
-
-
-
- #if ENABLED(FILAMENT_RUNOUT_SENSOR)
- #define FIL_RUNOUT_INVERTING false
- #define ENDSTOPPULLUP_FIL_RUNOUT
- #define FILAMENT_RUNOUT_SCRIPT "M600"
- #endif
-
-
-
-
-
-
-
-
-
-
- #define AUTO_BED_LEVELING_UBL
-
-
-
-
-
- #if ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_BILINEAR) || ENABLED(AUTO_BED_LEVELING_UBL)
-
-
-
- #define ENABLE_LEVELING_FADE_HEIGHT
- #endif
-
- #if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR)
-
-
- #define GRID_MAX_POINTS_X 3
- #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
-
-
- #define LEFT_PROBE_BED_POSITION 39
- #define RIGHT_PROBE_BED_POSITION 170
- #define FRONT_PROBE_BED_POSITION 10
- #define BACK_PROBE_BED_POSITION 170
-
-
- #define MIN_PROBE_EDGE 10
-
-
-
-
- #if ENABLED(AUTO_BED_LEVELING_BILINEAR)
-
-
-
-
-
-
-
-
-
-
- #if ENABLED(ABL_BILINEAR_SUBDIVISION)
-
- #define BILINEAR_SUBDIVISIONS 3
- #endif
-
- #endif
-
- #elif ENABLED(AUTO_BED_LEVELING_3POINT)
-
-
-
- #define ABL_PROBE_PT_1_X 39
- #define ABL_PROBE_PT_1_Y 170
- #define ABL_PROBE_PT_2_X 39
- #define ABL_PROBE_PT_2_Y 10
- #define ABL_PROBE_PT_3_X 170
- #define ABL_PROBE_PT_3_Y 10
-
-
-
- #elif ENABLED(AUTO_BED_LEVELING_UBL)
-
-
-
-
-
- #define UBL_MESH_INSET 1
- #define GRID_MAX_POINTS_X 10
- #define GRID_MAX_POINTS_Y 10
-
- #define UBL_PROBE_PT_1_X 45
- #define UBL_PROBE_PT_1_Y 170
- #define UBL_PROBE_PT_2_X 45
- #define UBL_PROBE_PT_2_Y 25
- #define UBL_PROBE_PT_3_X 180
- #define UBL_PROBE_PT_3_Y 25
-
- #define UBL_G26_MESH_VALIDATION
- #define UBL_MESH_EDIT_MOVES_Z
-
- #elif ENABLED(MESH_BED_LEVELING)
-
-
-
-
-
- #define MESH_INSET 10
- #define GRID_MAX_POINTS_X 3
- #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
-
-
-
- #endif
-
-
-
-
- #if ENABLED(LCD_BED_LEVELING)
- #define MBL_Z_STEP 0.025
- #define LCD_PROBE_Z_RANGE 4
- #endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define Z_SAFE_HOMING
-
- #if ENABLED(Z_SAFE_HOMING)
- #define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2)
- #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)
- #endif
-
-
- #define HOMING_FEEDRATE_XY (40*60)
- #define HOMING_FEEDRATE_Z (55)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define EEPROM_SETTINGS
-
- #if ENABLED(EEPROM_SETTINGS)
-
- #define EEPROM_CHITCHAT
- #endif
-
-
-
-
-
-
-
-
- #define DEFAULT_KEEPALIVE_INTERVAL 2
-
-
-
-
- #define M100_FREE_MEMORY_WATCHER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define PREHEAT_1_TEMP_HOTEND 180
- #define PREHEAT_1_TEMP_BED 70
- #define PREHEAT_1_FAN_SPEED 0
-
- #define PREHEAT_2_TEMP_HOTEND 240
- #define PREHEAT_2_TEMP_BED 110
- #define PREHEAT_2_FAN_SPEED 0
-
-
-
-
- #if ENABLED(NOZZLE_PARK_FEATURE)
-
- #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
- #endif
-
-
-
-
- #if ENABLED(NOZZLE_CLEAN_FEATURE)
-
- #define NOZZLE_CLEAN_STROKES 12
-
-
- #define NOZZLE_CLEAN_TRIANGLES 3
-
-
- #define NOZZLE_CLEAN_START_POINT { 30, 30, (Z_MIN_POS + 1)}
- #define NOZZLE_CLEAN_END_POINT {100, 60, (Z_MIN_POS + 1)}
-
-
- #define NOZZLE_CLEAN_CIRCLE_RADIUS 6.5
-
- #define NOZZLE_CLEAN_CIRCLE_FN 10
-
- #define NOZZLE_CLEAN_CIRCLE_MIDDLE NOZZLE_CLEAN_START_POINT
-
-
- #define NOZZLE_CLEAN_GOBACK
- #endif
-
-
- #define PRINTJOB_TIMER_AUTOSTART
-
-
-
-
-
-
-
-
-
-
-
- #define LCD_LANGUAGE en
-
-
- #define DISPLAY_CHARSET_HD44780 JAPANESE
-
-
-
-
-
-
- #define SDSUPPORT
-
-
-
-
-
-
-
- #define SD_CHECK_AND_RETRY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define REVERSE_MENU_DIRECTION
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define REPRAP_DISCOUNT_SMART_CONTROLLER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #if ENABLED(SAV_3DGLCD)
-
- #define U8GLIB_SH1106
- #endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #define SOFT_PWM_SCALE 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
- #define RGB_LED_R_PIN 34
- #define RGB_LED_G_PIN 43
- #define RGB_LED_B_PIN 35
- #define RGB_LED_W_PIN -1
- #endif
-
-
- #if ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED)
- #define PRINTER_EVENT_LEDS
- #endif
-
-
-
-
-
-
-
-
-
-
- #define NUM_SERVOS 2
-
-
-
-
- #define SERVO_DELAY 500
-
-
-
-
- #define DEACTIVATE_SERVOS_AFTER_MOVE
-
-
-
-
- #define DEFAULT_NOMINAL_FILAMENT_DIA 1.75
-
- #if ENABLED(FILAMENT_WIDTH_SENSOR)
- #define FILAMENT_SENSOR_EXTRUDER_NUM 0
- #define MEASUREMENT_DELAY_CM 14
-
- #define MEASURED_UPPER_LIMIT 3.30
- #define MEASURED_LOWER_LIMIT 1.90
- #define MAX_MEASUREMENT_DELAY 20
-
- #define DEFAULT_MEASURED_FILAMENT_DIA DEFAULT_NOMINAL_FILAMENT_DIA
-
-
-
- #endif
-
- #endif
|