Advertisement
Guest User

Configuration.h

a guest
Nov 18th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 38.47 KB | None | 0 0
  1. /*
  2.     This file is part of Repetier-Firmware.
  3.  
  4.     Repetier-Firmware is free software: you can redistribute it and/or modify
  5.     it under the terms of the GNU General Public License as published by
  6.     the Free Software Foundation, either version 3 of the License, or
  7.     (at your option) any later version.
  8.  
  9.     Repetier-Firmware is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.     GNU General Public License for more details.
  13.  
  14.     You should have received a copy of the GNU General Public License
  15.     along with Repetier-Firmware.  If not, see <http://www.gnu.org/licenses/>.
  16.  
  17. */
  18.  
  19. #ifndef CONFIGURATION_H
  20. #define CONFIGURATION_H
  21.  
  22. /**************** READ FIRST ************************
  23.  
  24.    This configuration file was created with the configuration tool. For that
  25.    reason, it does not contain the same informations as the original Configuration.h file.
  26.    It misses the comments and unused parts. Open this file file in the config tool
  27.    to see and change the data. You can also upload it to newer/older versions. The system
  28.    will silently add new options, so compilation continues to work.
  29.  
  30.    This file is optimized for version 0.92
  31.    generator: http://www.repetier.com/firmware/v092/
  32.  
  33.    If you are in doubt which named functions use which pins on your board, please check the
  34.    pins.h for the used name->pin assignments and your board documentation to verify it is
  35.    as you expect.
  36.  
  37. */
  38.  
  39. #define NUM_EXTRUDER 1
  40. #define MOTHERBOARD 80
  41. #include "pins.h"
  42.  
  43. // ################## EDIT THESE SETTINGS MANUALLY ################
  44. // ################ END MANUAL SETTINGS ##########################
  45.  
  46. #undef FAN_PIN
  47. #define FAN_PIN -1
  48. #undef FAN_BOARD_PIN
  49. #define FAN_BOARD_PIN -1
  50. #define BOARD_FAN_SPEED 255
  51. #define FAN_THERMO_PIN -1
  52. #define FAN_THERMO_MIN_PWM 128
  53. #define FAN_THERMO_MAX_PWM 255
  54. #define FAN_THERMO_MIN_TEMP 45
  55. #define FAN_THERMO_MAX_TEMP 60
  56. #define FAN_THERMO_THERMISTOR_PIN -1
  57. #define FAN_THERMO_THERMISTOR_TYPE 1
  58. #undef Z_MAX_PIN
  59. #define Z_MAX_PIN -1
  60.  
  61. //#define EXTERNALSERIAL  use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.
  62. // Uncomment the following line if you are using Arduino compatible firmware made for Arduino version earlier then 1.0
  63. // If it is incompatible you will get compiler errors about write functions not being compatible!
  64. //#define COMPAT_PRE1
  65. #define BLUETOOTH_SERIAL  -1
  66. #define BLUETOOTH_BAUD  115200
  67. #define MIXING_EXTRUDER 0
  68.  
  69. #define DRIVE_SYSTEM 0
  70. #define XAXIS_STEPS_PER_MM 320
  71. #define YAXIS_STEPS_PER_MM 320
  72. #define ZAXIS_STEPS_PER_MM 10240
  73. #define EXTRUDER_FAN_COOL_TEMP 50
  74. #define PDM_FOR_EXTRUDER 1
  75. #define PDM_FOR_COOLER 1
  76. #define DECOUPLING_TEST_MAX_HOLD_VARIANCE 15
  77. #define DECOUPLING_TEST_MIN_TEMP_RISE 1
  78. #define KILL_IF_SENSOR_DEFECT 0
  79. #define RETRACT_ON_PAUSE 2
  80. #define PAUSE_START_COMMANDS ""
  81. #define PAUSE_END_COMMANDS ""
  82. #define SHARED_EXTRUDER_HEATER 0
  83. #define EXT0_X_OFFSET 0
  84. #define EXT0_Y_OFFSET 0
  85. #define EXT0_Z_OFFSET 0
  86. #define EXT0_STEPS_PER_MM 230
  87. #define EXT0_TEMPSENSOR_TYPE 14
  88. #define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
  89. #define EXT0_HEATER_PIN HEATER_0_PIN
  90. #define EXT0_STEP_PIN ORIG_E0_STEP_PIN
  91. #define EXT0_DIR_PIN ORIG_E0_DIR_PIN
  92. #define EXT0_INVERSE 0
  93. #define EXT0_ENABLE_PIN ORIG_E0_ENABLE_PIN
  94. #define EXT0_ENABLE_ON 0
  95. #define EXT0_MIRROR_STEPPER 0
  96. #define EXT0_STEP2_PIN ORIG_E0_STEP_PIN
  97. #define EXT0_DIR2_PIN ORIG_E0_DIR_PIN
  98. #define EXT0_INVERSE2 0
  99. #define EXT0_ENABLE2_PIN ORIG_E0_ENABLE_PIN
  100. #define EXT0_MAX_FEEDRATE 50
  101. #define EXT0_MAX_START_FEEDRATE 20
  102. #define EXT0_MAX_ACCELERATION 5000
  103. #define EXT0_HEAT_MANAGER 3
  104. #define EXT0_WATCHPERIOD 1
  105. #define EXT0_PID_INTEGRAL_DRIVE_MAX 230
  106. #define EXT0_PID_INTEGRAL_DRIVE_MIN 40
  107. #define EXT0_PID_PGAIN_OR_DEAD_TIME 3
  108. #define EXT0_PID_I 2
  109. #define EXT0_PID_D 40
  110. #define EXT0_PID_MAX 255
  111. #define EXT0_ADVANCE_K 0
  112. #define EXT0_ADVANCE_L 0
  113. #define EXT0_ADVANCE_BACKLASH_STEPS 0
  114. #define EXT0_WAIT_RETRACT_TEMP 150
  115. #define EXT0_WAIT_RETRACT_UNITS 0
  116. #define EXT0_SELECT_COMMANDS ""
  117. #define EXT0_DESELECT_COMMANDS ""
  118. #define EXT0_EXTRUDER_COOLER_PIN ORIG_FAN_PIN
  119. #define EXT0_EXTRUDER_COOLER_SPEED 255
  120. #define EXT0_DECOUPLE_TEST_PERIOD 30000
  121. #define EXT0_JAM_PIN -1
  122. #define EXT0_JAM_PULLUP 0
  123.  
  124. #define FEATURE_RETRACTION 1
  125. #define AUTORETRACT_ENABLED 0
  126. #define RETRACTION_LENGTH 3
  127. #define RETRACTION_LONG_LENGTH 13
  128. #define RETRACTION_SPEED 40
  129. #define RETRACTION_Z_LIFT 0
  130. #define RETRACTION_UNDO_EXTRA_LENGTH 0
  131. #define RETRACTION_UNDO_EXTRA_LONG_LENGTH 0
  132. #define RETRACTION_UNDO_SPEED 20
  133. #define FILAMENTCHANGE_X_POS 0
  134. #define FILAMENTCHANGE_Y_POS 0
  135. #define FILAMENTCHANGE_Z_ADD  2
  136. #define FILAMENTCHANGE_REHOME 1
  137. #define FILAMENTCHANGE_SHORTRETRACT 5
  138. #define FILAMENTCHANGE_LONGRETRACT 50
  139. #define JAM_STEPS 220
  140. #define JAM_SLOWDOWN_STEPS 320
  141. #define JAM_SLOWDOWN_TO 70
  142. #define JAM_ERROR_STEPS 500
  143. #define JAM_MIN_STEPS 10
  144. #define JAM_ACTION 2
  145.  
  146. #define RETRACT_DURING_HEATUP true
  147. #define PID_CONTROL_RANGE 20
  148. #define SKIP_M109_IF_WITHIN 5
  149. #define SCALE_PID_TO_MAX 1
  150. #define TEMP_HYSTERESIS 0
  151. #define EXTRUDE_MAXLENGTH 100
  152. #define NUM_TEMPS_USERTHERMISTOR0 0
  153. #define USER_THERMISTORTABLE0 {}
  154. #define NUM_TEMPS_USERTHERMISTOR1 0
  155. #define USER_THERMISTORTABLE1 {}
  156. #define NUM_TEMPS_USERTHERMISTOR2 0
  157. #define USER_THERMISTORTABLE2 {}
  158. #define GENERIC_THERM_VREF 5
  159. #define GENERIC_THERM_NUM_ENTRIES 33
  160. #define HEATER_PWM_SPEED 1
  161.  
  162. // ############# Heated bed configuration ########################
  163.  
  164. #define HAVE_HEATED_BED 1
  165. #define HEATED_BED_MAX_TEMP 130
  166. #define SKIP_M190_IF_WITHIN 5
  167. #define HEATED_BED_SENSOR_TYPE 12
  168. #define HEATED_BED_SENSOR_PIN TEMP_1_PIN
  169. #define HEATED_BED_HEATER_PIN HEATER_1_PIN
  170. #define HEATED_BED_SET_INTERVAL 5000
  171. #define HEATED_BED_HEAT_MANAGER 2
  172. #define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
  173. #define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
  174. #define HEATED_BED_PID_PGAIN_OR_DEAD_TIME   196
  175. #define HEATED_BED_PID_IGAIN   33
  176. #define HEATED_BED_PID_DGAIN 290
  177. #define HEATED_BED_PID_MAX 255
  178. #define HEATED_BED_DECOUPLE_TEST_PERIOD 300000
  179. #define MIN_EXTRUDER_TEMP 150
  180. #define MAXTEMP 275
  181. #define MIN_DEFECT_TEMPERATURE -10
  182. #define MAX_DEFECT_TEMPERATURE 290
  183.  
  184. // ##########################################################################################
  185. // ##                             Laser configuration                                      ##
  186. // ##########################################################################################
  187.  
  188. /*
  189. If the firmware is in laser mode, it can control a laser output to cut or engrave materials.
  190. Please use this feature only if you know about safety and required protection. Lasers are
  191. dangerous and can hurt or make you blind!!!
  192.  
  193. The default laser driver only supports laser on and off. Here you control the eíntensity with
  194. your feedrate. For exchangeable diode lasers this is normally enough. If you need more control
  195. you can set the intensity in a range 0-255 with a custom extension to the driver. See driver.h
  196. and comments on how to extend the functions non invasive with our event system.
  197.  
  198. If you have a laser - powder system you will like your E override. If moves contain a
  199. increasing extruder position it will laser that move. With this trick you can
  200. use existing fdm slicers to laser the output. Laser width is extrusion width.
  201.  
  202. Other tools may use M3 and M5 to enable/disable laser. Here G1/G2/G3 moves have laser enabled
  203. and G0 moves have it disables.
  204.  
  205. In any case, laser only enables while moving. At the end of a move it gets
  206. automatically disabled.
  207. */
  208.  
  209. #define SUPPORT_LASER 0
  210. #define LASER_PIN -1
  211. #define LASER_ON_HIGH 1
  212.  
  213. // ##                              CNC configuration                                       ##
  214.  
  215. /*
  216. If the firmware is in CNC mode, it can control a mill with M3/M4/M5. It works
  217. similar to laser mode, but mill keeps enabled during G0 moves and it allows
  218. setting rpm (only with event extension that supports this) and milling direction.
  219. It also can add a delay to wait for spindle to run on full speed.
  220. */
  221.  
  222. #define SUPPORT_CNC 0
  223. #define CNC_WAIT_ON_ENABLE 300
  224. #define CNC_WAIT_ON_DISABLE 0
  225. #define CNC_ENABLE_PIN -1
  226. #define CNC_ENABLE_WITH 1
  227. #define CNC_DIRECTION_PIN -1
  228. #define CNC_DIRECTION_CW 1
  229.  
  230.  
  231. #define DEFAULT_PRINTER_MODE 0
  232.  
  233. // ################ Endstop configuration #####################
  234.  
  235. #define ENDSTOP_PULLUP_X_MIN true
  236. #define ENDSTOP_X_MIN_INVERTING false
  237. #define MIN_HARDWARE_ENDSTOP_X false
  238. #define ENDSTOP_PULLUP_Y_MIN true
  239. #define ENDSTOP_Y_MIN_INVERTING false
  240. #define MIN_HARDWARE_ENDSTOP_Y false
  241. #define ENDSTOP_PULLUP_Z_MIN true
  242. #define ENDSTOP_Z_MIN_INVERTING false
  243. #define MIN_HARDWARE_ENDSTOP_Z false
  244. #define ENDSTOP_PULLUP_X_MAX true
  245. #define ENDSTOP_X_MAX_INVERTING false
  246. #define MAX_HARDWARE_ENDSTOP_X false
  247. #define ENDSTOP_PULLUP_Y_MAX true
  248. #define ENDSTOP_Y_MAX_INVERTING false
  249. #define MAX_HARDWARE_ENDSTOP_Y false
  250. #define ENDSTOP_PULLUP_Z_MAX true
  251. #define ENDSTOP_Z_MAX_INVERTING false
  252. #define MAX_HARDWARE_ENDSTOP_Z false
  253. #define max_software_endstop_r true
  254.  
  255. #define min_software_endstop_x false
  256. #define min_software_endstop_y false
  257. #define min_software_endstop_z false
  258. #define max_software_endstop_x false
  259. #define max_software_endstop_y false
  260. #define max_software_endstop_z false
  261. #define ENDSTOP_X_BACK_MOVE 5
  262. #define ENDSTOP_Y_BACK_MOVE 5
  263. #define ENDSTOP_Z_BACK_MOVE 2
  264. #define ENDSTOP_X_RETEST_REDUCTION_FACTOR 3
  265. #define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 3
  266. #define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 3
  267. #define ENDSTOP_X_BACK_ON_HOME 1
  268. #define ENDSTOP_Y_BACK_ON_HOME 1
  269. #define ENDSTOP_Z_BACK_ON_HOME 0
  270. #define ALWAYS_CHECK_ENDSTOPS 0
  271.  
  272. // ################# XYZ movements ###################
  273.  
  274. #define X_ENABLE_ON 0
  275. #define Y_ENABLE_ON 0
  276. #define Z_ENABLE_ON 0
  277. #define DISABLE_X 1
  278. #define DISABLE_Y 1
  279. #define DISABLE_Z 1
  280. #define DISABLE_E 0
  281. #define INVERT_X_DIR 0
  282. #define INVERT_Y_DIR 1
  283. #define INVERT_Z_DIR 0
  284. #define X_HOME_DIR -1
  285. #define Y_HOME_DIR -1
  286. #define Z_HOME_DIR -1
  287. #define X_MAX_LENGTH 200
  288. #define Y_MAX_LENGTH 200
  289. #define Z_MAX_LENGTH 200
  290. #define X_MIN_POS -10
  291. #define Y_MIN_POS -5
  292. #define Z_MIN_POS 0
  293. #define DISTORTION_CORRECTION 1
  294. #define DISTORTION_CORRECTION_POINTS 5
  295. #define DISTORTION_CORRECTION_R 100
  296. #define DISTORTION_PERMANENT 1
  297. #define DISTORTION_UPDATE_FREQUENCY 15
  298. #define DISTORTION_START_DEGRADE 0.5
  299. #define DISTORTION_END_HEIGHT 1
  300. #define DISTORTION_EXTRAPOLATE_CORNERS 0
  301. #define DISTORTION_XMIN 10
  302. #define DISTORTION_YMIN 10
  303. #define DISTORTION_XMAX 190
  304. #define DISTORTION_YMAX 190
  305.  
  306. // ##########################################################################################
  307. // ##                           Movement settings                                          ##
  308. // ##########################################################################################
  309.  
  310. #define FEATURE_BABYSTEPPING 1
  311. #define BABYSTEP_MULTIPLICATOR 1
  312.  
  313. #define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves
  314. #define DELTA_SEGMENTS_PER_SECOND_MOVE 70 // Less accurate setting for other moves
  315. #define EXACT_DELTA_MOVES 1
  316.  
  317. // Delta settings
  318. #define DELTA_HOME_ON_POWER 0
  319.  
  320. #define DELTASEGMENTS_PER_PRINTLINE 24
  321. #define STEPPER_INACTIVE_TIME 360L
  322. #define MAX_INACTIVE_TIME 0L
  323. #define MAX_FEEDRATE_X 200
  324. #define MAX_FEEDRATE_Y 200
  325. #define MAX_FEEDRATE_Z 200
  326. #define HOMING_FEEDRATE_X 40
  327. #define HOMING_FEEDRATE_Y 40
  328. #define HOMING_FEEDRATE_Z 40
  329. #define HOMING_ORDER HOME_ORDER_XYZ
  330. #define ZHOME_MIN_TEMPERATURE 0
  331. #define ZHOME_HEAT_ALL 1
  332. #define ZHOME_HEAT_HEIGHT 20
  333. #define ZHOME_X_POS 999999
  334. #define ZHOME_Y_POS 999999
  335. #define ENABLE_BACKLASH_COMPENSATION 1
  336. #define X_BACKLASH 0
  337. #define Y_BACKLASH 0
  338. #define Z_BACKLASH 0
  339. #define RAMP_ACCELERATION 1
  340. #define STEPPER_HIGH_DELAY 0
  341. #define DIRECTION_DELAY 0
  342. #define STEP_DOUBLER_FREQUENCY 12000
  343. #define ALLOW_QUADSTEPPING 0
  344. #define DOUBLE_STEP_DELAY 0 // time in microseconds
  345. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
  346. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000
  347. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 500
  348. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
  349. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000
  350. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 500
  351. #define INTERPOLATE_ACCELERATION_WITH_Z 0
  352. #define ACCELERATION_FACTOR_TOP 100
  353. #define MAX_JERK 20
  354. #define MAX_ZJERK 0.3
  355. #define PRINTLINE_CACHE_SIZE 16
  356. #define MOVE_CACHE_LOW 10
  357. #define LOW_TICKS_PER_MOVE 250000
  358. #define EXTRUDER_SWITCH_XY_SPEED 100
  359. #define DUAL_X_AXIS 0
  360. #define FEATURE_TWO_XSTEPPER 0
  361. #define X2_STEP_PIN   ORIG_E1_STEP_PIN
  362. #define X2_DIR_PIN    ORIG_E1_DIR_PIN
  363. #define X2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  364. #define FEATURE_TWO_YSTEPPER 0
  365. #define Y2_STEP_PIN   ORIG_E1_STEP_PIN
  366. #define Y2_DIR_PIN    ORIG_E1_DIR_PIN
  367. #define Y2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  368. #define FEATURE_TWO_ZSTEPPER 0
  369. #define Z2_STEP_PIN   ORIG_E1_STEP_PIN
  370. #define Z2_DIR_PIN    ORIG_E1_DIR_PIN
  371. #define Z2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  372. #define FEATURE_THREE_ZSTEPPER 0
  373. #define Z3_STEP_PIN   ORIG_E2_STEP_PIN
  374. #define Z3_DIR_PIN    ORIG_E2_DIR_PIN
  375. #define Z3_ENABLE_PIN ORIG_E2_ENABLE_PIN
  376. #define FEATURE_DITTO_PRINTING 0
  377. #define USE_ADVANCE 1
  378. #define ENABLE_QUADRATIC_ADVANCE 0
  379.  
  380.  
  381. // ################# Misc. settings ##################
  382.  
  383. #define BAUDRATE 115200
  384. #define ENABLE_POWER_ON_STARTUP 1
  385. #define POWER_INVERTING 0
  386. #define KILL_METHOD 1
  387. #define ACK_WITH_LINENUMBER 1
  388. #define WAITING_IDENTIFIER "wait"
  389. #define ECHO_ON_EXECUTE 1
  390. #define EEPROM_MODE 0
  391. #undef PS_ON_PIN
  392. #define PS_ON_PIN ORIG_PS_ON_PIN
  393. #define JSON_OUTPUT 0
  394.  
  395. /* ======== Servos =======
  396. Control the servos with
  397. M340 P<servoId> S<pulseInUS>   / ServoID = 0..3  pulseInUs = 500..2500
  398. Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off.
  399. WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware!
  400. */
  401. #define FEATURE_SERVO 0
  402. #define SERVO0_PIN 11
  403. #define SERVO1_PIN -1
  404. #define SERVO2_PIN -1
  405. #define SERVO3_PIN -1
  406. #define SERVO0_NEUTRAL_POS  -1
  407. #define SERVO1_NEUTRAL_POS  -1
  408. #define SERVO2_NEUTRAL_POS  -1
  409. #define SERVO3_NEUTRAL_POS  -1
  410. #define UI_SERVO_CONTROL 0
  411. #define FAN_KICKSTART_TIME  200
  412.  
  413.         #define FEATURE_WATCHDOG 0
  414.  
  415. // #################### Z-Probing #####################
  416.  
  417. #define Z_PROBE_Z_OFFSET 0
  418. #define Z_PROBE_Z_OFFSET_MODE 0
  419. #define UI_BED_COATING 1
  420. #define FEATURE_Z_PROBE 1
  421. #define Z_PROBE_BED_DISTANCE 5
  422. #define Z_PROBE_PIN ORIG_Z_MAX_PIN
  423. #define Z_PROBE_PULLUP 1
  424. #define Z_PROBE_ON_HIGH 0
  425. #define Z_PROBE_X_OFFSET 0
  426. #define Z_PROBE_Y_OFFSET 0
  427. #define Z_PROBE_WAIT_BEFORE_TEST 0
  428. #define Z_PROBE_SPEED 1
  429. #define Z_PROBE_XY_SPEED 30
  430. #define Z_PROBE_SWITCHING_DISTANCE 5
  431. #define Z_PROBE_REPETITIONS 1
  432. #define Z_PROBE_HEIGHT 0.54
  433. #define Z_PROBE_START_SCRIPT ""
  434. #define Z_PROBE_FINISHED_SCRIPT ""
  435. #define Z_PROBE_REQUIRES_HEATING 0
  436. #define Z_PROBE_MIN_TEMPERATURE 150
  437. #define FEATURE_AUTOLEVEL 1
  438. #define Z_PROBE_X1 -7
  439. #define Z_PROBE_Y1 -10
  440. #define Z_PROBE_X2 -7
  441. #define Z_PROBE_Y2 203
  442. #define Z_PROBE_X3 179
  443. #define Z_PROBE_Y3 203
  444. #define BED_LEVELING_METHOD 0
  445. #define BED_CORRECTION_METHOD 0
  446. #define BED_LEVELING_GRID_SIZE 5
  447. #define BED_LEVELING_REPETITIONS 5
  448. #define BED_MOTOR_1_X 0
  449. #define BED_MOTOR_1_Y 0
  450. #define BED_MOTOR_2_X 200
  451. #define BED_MOTOR_2_Y 0
  452. #define BED_MOTOR_3_X 100
  453. #define BED_MOTOR_3_Y 200
  454. #define BENDING_CORRECTION_A 0
  455. #define BENDING_CORRECTION_B 0
  456. #define BENDING_CORRECTION_C 0
  457. #define FEATURE_AXISCOMP 0
  458. #define AXISCOMP_TANXY 0
  459. #define AXISCOMP_TANYZ 0
  460. #define AXISCOMP_TANXZ 0
  461.  
  462. #ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
  463. #define SDSUPPORT 0
  464. #undef SDCARDDETECT
  465. #define SDCARDDETECT -1
  466. #define SDCARDDETECTINVERTED 0
  467. #endif
  468. #define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
  469. #define SD_RUN_ON_STOP ""
  470. #define SD_STOP_HEATER_AND_MOTORS_ON_STOP 0
  471. #define ARC_SUPPORT 1
  472. #define FEATURE_MEMORY_POSITION 1
  473. #define FEATURE_CHECKSUM_FORCED 0
  474. #define FEATURE_FAN_CONTROL 1
  475. #define FEATURE_FAN2_CONTROL 0
  476. #define FEATURE_CONTROLLER 0
  477. #define ADC_KEYPAD_PIN -1
  478. #define LANGUAGE_EN_ACTIVE 1
  479. #define LANGUAGE_DE_ACTIVE 0
  480. #define LANGUAGE_NL_ACTIVE 0
  481. #define LANGUAGE_PT_ACTIVE 0
  482. #define LANGUAGE_IT_ACTIVE 0
  483. #define LANGUAGE_ES_ACTIVE 0
  484. #define LANGUAGE_FI_ACTIVE 0
  485. #define LANGUAGE_SE_ACTIVE 0
  486. #define LANGUAGE_FR_ACTIVE 0
  487. #define LANGUAGE_CZ_ACTIVE 0
  488. #define LANGUAGE_PL_ACTIVE 0
  489. #define LANGUAGE_TR_ACTIVE 0
  490. #define UI_PRINTER_NAME "FrankenVinci"
  491. #define UI_PRINTER_COMPANY "Home made"
  492. #define UI_PAGES_DURATION 4000
  493. #define UI_ANIMATION 0
  494. #define UI_SPEEDDEPENDENT_POSITIONING 0
  495. #define UI_DISABLE_AUTO_PAGESWITCH 1
  496. #define UI_AUTORETURN_TO_MENU_AFTER 30000
  497. #define FEATURE_UI_KEYS 0
  498. #define UI_ENCODER_SPEED 0
  499. #define UI_REVERSE_ENCODER 0
  500. #define UI_KEY_BOUNCETIME 10
  501. #define UI_KEY_FIRST_REPEAT 500
  502. #define UI_KEY_REDUCE_REPEAT 50
  503. #define UI_KEY_MIN_REPEAT 50
  504. #define FEATURE_BEEPER 0
  505. #define CASE_LIGHTS_PIN 0
  506. #define CASE_LIGHT_DEFAULT_ON 1
  507. #define UI_START_SCREEN_DELAY 1000
  508. #define UI_DYNAMIC_ENCODER_SPEED 1
  509.         /**
  510. Beeper sound definitions for short beeps during key actions
  511. and longer beeps for important actions.
  512. Parameter is delay in microseconds and the secons is the number of repetitions.
  513. Values must be in range 1..255
  514. */
  515. #define BEEPER_SHORT_SEQUENCE 2,2
  516. #define BEEPER_LONG_SEQUENCE 8,8
  517. #define UI_SET_PRESET_HEATED_BED_TEMP_PLA 60
  518. #define UI_SET_PRESET_EXTRUDER_TEMP_PLA   190
  519. #define UI_SET_PRESET_HEATED_BED_TEMP_ABS 110
  520. #define UI_SET_PRESET_EXTRUDER_TEMP_ABS   240
  521. #define UI_SET_MIN_HEATED_BED_TEMP  30
  522. #define UI_SET_MAX_HEATED_BED_TEMP 120
  523. #define UI_SET_MIN_EXTRUDER_TEMP   170
  524. #define UI_SET_MAX_EXTRUDER_TEMP   260
  525. #define UI_SET_EXTRUDER_FEEDRATE 2
  526. #define UI_SET_EXTRUDER_RETRACT_DISTANCE 3
  527.  
  528.  
  529. #define NUM_MOTOR_DRIVERS 0
  530.  
  531.  
  532.  
  533. #endif
  534.  
  535. /* Below you will find the configuration string, that created this Configuration.h
  536.  
  537. ========== Start configuration string ==========
  538. {
  539.     "editMode": 2,
  540.     "processor": 0,
  541.     "baudrate": 115200,
  542.     "bluetoothSerial": -1,
  543.     "bluetoothBaudrate": 115200,
  544.     "xStepsPerMM": 320,
  545.     "yStepsPerMM": 320,
  546.     "zStepsPerMM": 10240,
  547.     "xInvert": "0",
  548.     "xInvertEnable": "0",
  549.     "eepromMode": 0,
  550.     "yInvert": "1",
  551.     "yInvertEnable": 0,
  552.     "zInvert": "0",
  553.     "zInvertEnable": "0",
  554.     "extruder": [
  555.         {
  556.             "id": 0,
  557.             "heatManager": 3,
  558.             "pidDriveMin": 40,
  559.             "pidDriveMax": 230,
  560.             "pidMax": 255,
  561.             "sensorType": 14,
  562.             "sensorPin": "TEMP_0_PIN",
  563.             "heaterPin": "HEATER_0_PIN",
  564.             "maxFeedrate": 50,
  565.             "startFeedrate": 20,
  566.             "invert": "0",
  567.             "invertEnable": "0",
  568.             "acceleration": 5000,
  569.             "watchPeriod": 1,
  570.             "pidP": 3,
  571.             "pidI": 2,
  572.             "pidD": 40,
  573.             "advanceK": 0,
  574.             "advanceL": 0,
  575.             "waitRetractTemp": 150,
  576.             "waitRetractUnits": 0,
  577.             "waitRetract": 0,
  578.             "stepsPerMM": 230,
  579.             "coolerPin": "ORIG_FAN_PIN",
  580.             "coolerSpeed": 255,
  581.             "selectCommands": "",
  582.             "deselectCommands": "",
  583.             "xOffset": 0,
  584.             "yOffset": 0,
  585.             "zOffset": 0,
  586.             "xOffsetSteps": 0,
  587.             "yOffsetSteps": 0,
  588.             "zOffsetSteps": 0,
  589.             "stepper": {
  590.                 "name": "Extruder 0",
  591.                 "step": "ORIG_E0_STEP_PIN",
  592.                 "dir": "ORIG_E0_DIR_PIN",
  593.                 "enable": "ORIG_E0_ENABLE_PIN"
  594.             },
  595.             "advanceBacklashSteps": 0,
  596.             "decoupleTestPeriod": 30,
  597.             "jamPin": -1,
  598.             "jamPullup": "0",
  599.             "mirror": "0",
  600.             "invert2": "0",
  601.             "stepper2": {
  602.                 "name": "Extruder 0",
  603.                 "step": "ORIG_E0_STEP_PIN",
  604.                 "dir": "ORIG_E0_DIR_PIN",
  605.                 "enable": "ORIG_E0_ENABLE_PIN"
  606.             }
  607.         }
  608.     ],
  609.     "uiLanguage": 0,
  610.     "uiController": 0,
  611.     "xMinEndstop": 0,
  612.     "yMinEndstop": 0,
  613.     "zMinEndstop": 0,
  614.     "xMaxEndstop": 0,
  615.     "yMaxEndstop": 0,
  616.     "zMaxEndstop": 0,
  617.     "motherboard": 80,
  618.     "driveSystem": 0,
  619.     "xMaxSpeed": 200,
  620.     "xHomingSpeed": 40,
  621.     "xTravelAcceleration": 1000,
  622.     "xPrintAcceleration": 1000,
  623.     "yMaxSpeed": 200,
  624.     "yHomingSpeed": 40,
  625.     "yTravelAcceleration": 1000,
  626.     "yPrintAcceleration": 1000,
  627.     "zMaxSpeed": 200,
  628.     "zHomingSpeed": 40,
  629.     "zTravelAcceleration": 500,
  630.     "zPrintAcceleration": 500,
  631.     "xMotor": {
  632.         "name": "X motor",
  633.         "step": "ORIG_X_STEP_PIN",
  634.         "dir": "ORIG_X_DIR_PIN",
  635.         "enable": "ORIG_X_ENABLE_PIN"
  636.     },
  637.     "yMotor": {
  638.         "name": "Y motor",
  639.         "step": "ORIG_Y_STEP_PIN",
  640.         "dir": "ORIG_Y_DIR_PIN",
  641.         "enable": "ORIG_Y_ENABLE_PIN"
  642.     },
  643.     "zMotor": {
  644.         "name": "Z motor",
  645.         "step": "ORIG_Z_STEP_PIN",
  646.         "dir": "ORIG_Z_DIR_PIN",
  647.         "enable": "ORIG_Z_ENABLE_PIN"
  648.     },
  649.     "enableBacklash": "1",
  650.     "backlashX": 0,
  651.     "backlashY": 0,
  652.     "backlashZ": 0,
  653.     "stepperInactiveTime": 360,
  654.     "maxInactiveTime": 0,
  655.     "xMinPos": -10,
  656.     "yMinPos": -5,
  657.     "zMinPos": 0,
  658.     "xLength": 200,
  659.     "yLength": 200,
  660.     "zLength": 200,
  661.     "alwaysCheckEndstops": "0",
  662.     "disableX": "1",
  663.     "disableY": "1",
  664.     "disableZ": "1",
  665.     "disableE": "0",
  666.     "xHomeDir": "-1",
  667.     "yHomeDir": "-1",
  668.     "zHomeDir": "-1",
  669.     "xEndstopBack": 1,
  670.     "yEndstopBack": 1,
  671.     "zEndstopBack": 0,
  672.     "deltaSegmentsPerSecondPrint": 180,
  673.     "deltaSegmentsPerSecondTravel": 70,
  674.     "deltaDiagonalRod": 445,
  675.     "deltaHorizontalRadius": 209.25,
  676.     "deltaAlphaA": 210,
  677.     "deltaAlphaB": 330,
  678.     "deltaAlphaC": 90,
  679.     "deltaDiagonalCorrA": 0,
  680.     "deltaDiagonalCorrB": 0,
  681.     "deltaDiagonalCorrC": 0,
  682.     "deltaMaxRadius": 150,
  683.     "deltaFloorSafetyMarginMM": 15,
  684.     "deltaRadiusCorrA": 0,
  685.     "deltaRadiusCorrB": 0,
  686.     "deltaRadiusCorrC": 0,
  687.     "deltaXOffsetSteps": 0,
  688.     "deltaYOffsetSteps": 0,
  689.     "deltaZOffsetSteps": 0,
  690.     "deltaSegmentsPerLine": 24,
  691.     "stepperHighDelay": 0,
  692.     "directionDelay": 0,
  693.     "stepDoublerFrequency": 12000,
  694.     "allowQuadstepping": "0",
  695.     "doubleStepDelay": 0,
  696.     "maxJerk": 20,
  697.     "maxZJerk": 0.3,
  698.     "moveCacheSize": 16,
  699.     "moveCacheLow": 10,
  700.     "lowTicksPerMove": 250000,
  701.     "enablePowerOnStartup": "1",
  702.     "echoOnExecute": "1",
  703.     "sendWaits": "1",
  704.     "ackWithLineNumber": "1",
  705.     "killMethod": 1,
  706.     "useAdvance": "1",
  707.     "useQuadraticAdvance": "0",
  708.     "powerInverting": 0,
  709.     "mirrorX": "0",
  710.     "mirrorXMotor": {
  711.         "name": "Extruder 1",
  712.         "step": "ORIG_E1_STEP_PIN",
  713.         "dir": "ORIG_E1_DIR_PIN",
  714.         "enable": "ORIG_E1_ENABLE_PIN"
  715.     },
  716.     "mirrorY": 0,
  717.     "mirrorYMotor": {
  718.         "name": "Extruder 1",
  719.         "step": "ORIG_E1_STEP_PIN",
  720.         "dir": "ORIG_E1_DIR_PIN",
  721.         "enable": "ORIG_E1_ENABLE_PIN"
  722.     },
  723.     "mirrorZ": "0",
  724.     "mirrorZMotor": {
  725.         "name": "Extruder 1",
  726.         "step": "ORIG_E1_STEP_PIN",
  727.         "dir": "ORIG_E1_DIR_PIN",
  728.         "enable": "ORIG_E1_ENABLE_PIN"
  729.     },
  730.     "mirrorZ3": "0",
  731.     "mirrorZ3Motor": {
  732.         "name": "Extruder 2",
  733.         "step": "ORIG_E2_STEP_PIN",
  734.         "dir": "ORIG_E2_DIR_PIN",
  735.         "enable": "ORIG_E2_ENABLE_PIN"
  736.     },
  737.     "dittoPrinting": "0",
  738.     "featureServos": "0",
  739.     "servo0Pin": 11,
  740.     "servo1Pin": -1,
  741.     "servo2Pin": -1,
  742.     "servo3Pin": -1,
  743.     "featureWatchdog": "0",
  744.     "hasHeatedBed": "1",
  745.     "enableZProbing": "1",
  746.     "extrudeMaxLength": 100,
  747.     "homeOrder": "HOME_ORDER_XYZ",
  748.     "featureController": 0,
  749.     "uiPrinterName": "FrankenVinci",
  750.     "uiPrinterCompany": "Home made",
  751.     "uiPagesDuration": 4000,
  752.     "uiAnimation": "0",
  753.     "uiDisablePageswitch": "1",
  754.     "uiAutoReturnAfter": 30000,
  755.     "featureKeys": "0",
  756.     "uiEncoderSpeed": 0,
  757.     "uiReverseEncoder": "0",
  758.     "uiKeyBouncetime": 10,
  759.     "uiKeyFirstRepeat": 500,
  760.     "uiKeyReduceRepeat": 50,
  761.     "uiKeyMinRepeat": 50,
  762.     "featureBeeper": "0",
  763.     "uiPresetBedTempPLA": 60,
  764.     "uiPresetBedABS": 110,
  765.     "uiPresetExtruderPLA": 190,
  766.     "uiPresetExtruderABS": 240,
  767.     "uiMinHeatedBed": 30,
  768.     "uiMaxHeatedBed": 120,
  769.     "uiMinEtxruderTemp": 170,
  770.     "uiMaxExtruderTemp": 260,
  771.     "uiExtruderFeedrate": 2,
  772.     "uiExtruderRetractDistance": 3,
  773.     "uiSpeeddependentPositioning": "0",
  774.     "maxBedTemperature": 130,
  775.     "bedSensorType": 12,
  776.     "bedSensorPin": "TEMP_1_PIN",
  777.     "bedHeaterPin": "HEATER_1_PIN",
  778.     "bedHeatManager": 2,
  779.     "bedUpdateInterval": 5000,
  780.     "bedPidDriveMin": 80,
  781.     "bedPidDriveMax": 255,
  782.     "bedPidP": 196,
  783.     "bedPidI": 33,
  784.     "bedPidD": 290,
  785.     "bedPidMax": 255,
  786.     "bedDecoupleTestPeriod": 300,
  787.     "caseLightPin": 0,
  788.     "caseLightDefaultOn": "1",
  789.     "bedSkipIfWithin": 5,
  790.     "gen1T0": 25,
  791.     "gen1R0": 100000,
  792.     "gen1Beta": 4036,
  793.     "gen1MinTemp": -20,
  794.     "gen1MaxTemp": 300,
  795.     "gen1R1": 0,
  796.     "gen1R2": 4700,
  797.     "gen2T0": 25,
  798.     "gen2R0": 100000,
  799.     "gen2Beta": 4036,
  800.     "gen2MinTemp": -20,
  801.     "gen2MaxTemp": 300,
  802.     "gen2R1": 0,
  803.     "gen2R2": 4700,
  804.     "gen3T0": 25,
  805.     "gen3R0": 100000,
  806.     "gen3Beta": 4036,
  807.     "gen3MinTemp": -20,
  808.     "gen3MaxTemp": 300,
  809.     "gen3R1": 0,
  810.     "gen3R2": 4700,
  811.     "userTable0": {
  812.         "r1": 0,
  813.         "r2": 4700,
  814.         "temps": [
  815.             {
  816.                 "t": 4120,
  817.                 "r": -160,
  818.                 "adc": -144.31718061674
  819.             },
  820.             {
  821.                 "t": 4100,
  822.                 "r": 0,
  823.                 "adc": 0
  824.             },
  825.             {
  826.                 "t": 4079,
  827.                 "r": 156,
  828.                 "adc": 131.55271828666
  829.             },
  830.             {
  831.                 "t": 4067,
  832.                 "r": 192,
  833.                 "adc": 160.71954210957
  834.             },
  835.             {
  836.                 "t": 4024,
  837.                 "r": 336,
  838.                 "adc": 273.21683876092
  839.             },
  840.             {
  841.                 "t": 3960,
  842.                 "r": 448,
  843.                 "adc": 356.36363636364
  844.             },
  845.             {
  846.                 "t": 3899,
  847.                 "r": 536,
  848.                 "adc": 419.19786096257
  849.             },
  850.             {
  851.                 "t": 3736,
  852.                 "r": 680,
  853.                 "adc": 517.58364312268
  854.             },
  855.             {
  856.                 "t": 3583,
  857.                 "r": 784,
  858.                 "adc": 585.42669584245
  859.             },
  860.             {
  861.                 "t": 3439,
  862.                 "r": 864,
  863.                 "adc": 635.88785046729
  864.             },
  865.             {
  866.                 "t": 3196,
  867.                 "r": 968,
  868.                 "adc": 699.35779816514
  869.             },
  870.             {
  871.                 "t": 3000,
  872.                 "r": 1048,
  873.                 "adc": 746.61795407098
  874.             },
  875.             {
  876.                 "t": 2672,
  877.                 "r": 1152,
  878.                 "adc": 806.12440191388
  879.             },
  880.             {
  881.                 "t": 2454,
  882.                 "r": 1224,
  883.                 "adc": 846.09723160027
  884.             },
  885.             {
  886.                 "t": 2187,
  887.                 "r": 1312,
  888.                 "adc": 893.65269461078
  889.             },
  890.             {
  891.                 "t": 1902,
  892.                 "r": 1416,
  893.                 "adc": 948.09025506867
  894.             },
  895.             {
  896.                 "t": 1673,
  897.                 "r": 1496,
  898.                 "adc": 988.72175597159
  899.             },
  900.             {
  901.                 "t": 1445,
  902.                 "r": 1584,
  903.                 "adc": 1032.2215149586
  904.             },
  905.             {
  906.                 "t": 1219,
  907.                 "r": 1696,
  908.                 "adc": 1085.8536585366
  909.             },
  910.             {
  911.                 "t": 1071,
  912.                 "r": 1768,
  913.                 "adc": 1119.3506493506
  914.             },
  915.             {
  916.                 "t": 925,
  917.                 "r": 1848,
  918.                 "adc": 1155.7055589493
  919.             },
  920.             {
  921.                 "t": 811,
  922.                 "r": 1928,
  923.                 "adc": 1191.1828605914
  924.             },
  925.             {
  926.                 "t": 674,
  927.                 "r": 2048,
  928.                 "adc": 1242.8215767635
  929.             },
  930.             {
  931.                 "t": 601,
  932.                 "r": 2104,
  933.                 "adc": 1266.2962962963
  934.             },
  935.             {
  936.                 "t": 526,
  937.                 "r": 2184,
  938.                 "adc": 1299.1690877397
  939.             },
  940.             {
  941.                 "t": 461,
  942.                 "r": 2272,
  943.                 "adc": 1334.4578313253
  944.             },
  945.             {
  946.                 "t": 375,
  947.                 "r": 2400,
  948.                 "adc": 1384.2253521127
  949.             },
  950.             {
  951.                 "t": 294,
  952.                 "r": 2560,
  953.                 "adc": 1443.9669421488
  954.             }
  955.         ],
  956.         "numEntries": 28
  957.     },
  958.     "userTable1": {
  959.         "r1": 0,
  960.         "r2": 4700,
  961.         "temps": [
  962.             {
  963.                 "t": 4055,
  964.                 "r": -160,
  965.                 "adc": -144.31718061674
  966.             },
  967.             {
  968.                 "t": 3972,
  969.                 "r": -80,
  970.                 "adc": -70.909090909091
  971.             },
  972.             {
  973.                 "t": 3895,
  974.                 "r": 0,
  975.                 "adc": 0
  976.             },
  977.             {
  978.                 "t": 3815,
  979.                 "r": 80,
  980.                 "adc": 68.535564853556
  981.             },
  982.             {
  983.                 "t": 3722,
  984.                 "r": 160,
  985.                 "adc": 134.81481481481
  986.             },
  987.             {
  988.                 "t": 3613,
  989.                 "r": 240,
  990.                 "adc": 198.94736842105
  991.             },
  992.             {
  993.                 "t": 3482,
  994.                 "r": 320,
  995.                 "adc": 261.03585657371
  996.             },
  997.             {
  998.                 "t": 3328,
  999.                 "r": 400,
  1000.                 "adc": 321.17647058824
  1001.             },
  1002.             {
  1003.                 "t": 3148,
  1004.                 "r": 480,
  1005.                 "adc": 379.45945945946
  1006.             },
  1007.             {
  1008.                 "t": 2945,
  1009.                 "r": 560,
  1010.                 "adc": 435.96958174905
  1011.             },
  1012.             {
  1013.                 "t": 2718,
  1014.                 "r": 640,
  1015.                 "adc": 490.78651685393
  1016.             },
  1017.             {
  1018.                 "t": 2473,
  1019.                 "r": 720,
  1020.                 "adc": 543.9852398524
  1021.             },
  1022.             {
  1023.                 "t": 2211,
  1024.                 "r": 800,
  1025.                 "adc": 595.63636363636
  1026.             },
  1027.             {
  1028.                 "t": 1938,
  1029.                 "r": 880,
  1030.                 "adc": 645.8064516129
  1031.             },
  1032.             {
  1033.                 "t": 1660,
  1034.                 "r": 960,
  1035.                 "adc": 694.55830388693
  1036.             },
  1037.             {
  1038.                 "t": 1382,
  1039.                 "r": 1040,
  1040.                 "adc": 741.9512195122
  1041.             },
  1042.             {
  1043.                 "t": 1113,
  1044.                 "r": 1120,
  1045.                 "adc": 788.0412371134
  1046.             },
  1047.             {
  1048.                 "t": 859,
  1049.                 "r": 1200,
  1050.                 "adc": 832.8813559322
  1051.             },
  1052.             {
  1053.                 "t": 628,
  1054.                 "r": 1280,
  1055.                 "adc": 876.52173913043
  1056.             }
  1057.         ],
  1058.         "numEntries": 19
  1059.     },
  1060.     "userTable2": {
  1061.         "r1": 0,
  1062.         "r2": 4700,
  1063.         "temps": [],
  1064.         "numEntries": 0
  1065.     },
  1066.     "tempHysteresis": 0,
  1067.     "pidControlRange": 20,
  1068.     "skipM109Within": 5,
  1069.     "extruderFanCoolTemp": 50,
  1070.     "minTemp": 150,
  1071.     "maxTemp": 275,
  1072.     "minDefectTemp": -10,
  1073.     "maxDefectTemp": 290,
  1074.     "arcSupport": "1",
  1075.     "featureMemoryPositionWatchdog": "1",
  1076.     "forceChecksum": "0",
  1077.     "sdExtendedDir": "1",
  1078.     "featureFanControl": "1",
  1079.     "fanPin": -1,
  1080.     "featureFan2Control": "0",
  1081.     "fan2Pin": "ORIG_FAN2_PIN",
  1082.     "fanThermoPin": -1,
  1083.     "fanThermoMinPWM": 128,
  1084.     "fanThermoMaxPWM": 255,
  1085.     "fanThermoMinTemp": 45,
  1086.     "fanThermoMaxTemp": 60,
  1087.     "fanThermoThermistorPin": -1,
  1088.     "fanThermoThermistorType": 1,
  1089.     "scalePidToMax": "1",
  1090.     "zProbePin": "ORIG_Z_MAX_PIN",
  1091.     "zProbeBedDistance": 5,
  1092.     "zProbePullup": "1",
  1093.     "zProbeOnHigh": "0",
  1094.     "zProbeXOffset": 0,
  1095.     "zProbeYOffset": 0,
  1096.     "zProbeWaitBeforeTest": "0",
  1097.     "zProbeSpeed": 1,
  1098.     "zProbeXYSpeed": 30,
  1099.     "zProbeHeight": 0.54,
  1100.     "zProbeStartScript": "",
  1101.     "zProbeFinishedScript": "",
  1102.     "featureAutolevel": "1",
  1103.     "zProbeX1": -7,
  1104.     "zProbeY1": -10,
  1105.     "zProbeX2": -7,
  1106.     "zProbeY2": 203,
  1107.     "zProbeX3": 179,
  1108.     "zProbeY3": 203,
  1109.     "zProbeSwitchingDistance": 5,
  1110.     "zProbeRepetitions": 1,
  1111.     "sdSupport": "0",
  1112.     "sdCardDetectPin": -1,
  1113.     "sdCardDetectInverted": "0",
  1114.     "uiStartScreenDelay": 1000,
  1115.     "xEndstopBackMove": 5,
  1116.     "yEndstopBackMove": 5,
  1117.     "zEndstopBackMove": 2,
  1118.     "xEndstopRetestFactor": 3,
  1119.     "yEndstopRetestFactor": 3,
  1120.     "zEndstopRetestFactor": 3,
  1121.     "xMinPin": "ORIG_X_MIN_PIN",
  1122.     "yMinPin": "ORIG_Y_MIN_PIN",
  1123.     "zMinPin": "ORIG_Z_MIN_PIN",
  1124.     "xMaxPin": "ORIG_X_MAX_PIN",
  1125.     "yMaxPin": "ORIG_Y_MAX_PIN",
  1126.     "zMaxPin": -1,
  1127.     "deltaHomeOnPower": "0",
  1128.     "fanBoardPin": -1,
  1129.     "heaterPWMSpeed": 1,
  1130.     "featureBabystepping": "1",
  1131.     "babystepMultiplicator": 1,
  1132.     "pdmForHeater": "1",
  1133.     "pdmForCooler": "1",
  1134.     "psOn": "ORIG_PS_ON_PIN",
  1135.     "mixingExtruder": "0",
  1136.     "decouplingTestMaxHoldVariance": 15,
  1137.     "decouplingTestMinTempRise": 1,
  1138.     "featureAxisComp": "0",
  1139.     "axisCompTanXY": 0,
  1140.     "axisCompTanXZ": 0,
  1141.     "axisCompTanYZ": 0,
  1142.     "retractOnPause": 2,
  1143.     "pauseStartCommands": "",
  1144.     "pauseEndCommands": "",
  1145.     "distortionCorrection": "1",
  1146.     "distortionCorrectionPoints": 5,
  1147.     "distortionCorrectionR": 100,
  1148.     "distortionPermanent": "1",
  1149.     "distortionUpdateFrequency": 15,
  1150.     "distortionStartDegrade": 0.5,
  1151.     "distortionEndDegrade": 1,
  1152.     "distortionExtrapolateCorners": "0",
  1153.     "distortionXMin": 10,
  1154.     "distortionXMax": 190,
  1155.     "distortionYMin": 10,
  1156.     "distortionYMax": 190,
  1157.     "sdRunOnStop": "",
  1158.     "sdStopHeaterMotorsOnStop": "0",
  1159.     "featureRetraction": "1",
  1160.     "autoretractEnabled": "0",
  1161.     "retractionLength": 3,
  1162.     "retractionLongLength": 13,
  1163.     "retractionSpeed": 40,
  1164.     "retractionZLift": 0,
  1165.     "retractionUndoExtraLength": 0,
  1166.     "retractionUndoExtraLongLength": 0,
  1167.     "retractionUndoSpeed": 20,
  1168.     "filamentChangeXPos": 0,
  1169.     "filamentChangeYPos": 0,
  1170.     "filamentChangeZAdd": 2,
  1171.     "filamentChangeRehome": 1,
  1172.     "filamentChangeShortRetract": 5,
  1173.     "filamentChangeLongRetract": 50,
  1174.     "fanKickstart": 200,
  1175.     "servo0StartPos": -1,
  1176.     "servo1StartPos": -1,
  1177.     "servo2StartPos": -1,
  1178.     "servo3StartPos": -1,
  1179.     "uiDynamicEncoderSpeed": "1",
  1180.     "uiServoControl": 0,
  1181.     "killIfSensorDefect": "0",
  1182.     "jamSteps": 220,
  1183.     "jamSlowdownSteps": 320,
  1184.     "jamSlowdownTo": 70,
  1185.     "jamErrorSteps": 500,
  1186.     "jamMinSteps": 10,
  1187.     "jamAction": 2,
  1188.     "primaryPort": 0,
  1189.     "numMotorDrivers": 0,
  1190.     "motorDrivers": [
  1191.         {
  1192.             "t": "None",
  1193.             "s": "",
  1194.             "invertEnable": "0",
  1195.             "invertDirection": "0",
  1196.             "stepsPerMM": 100,
  1197.             "speed": 10,
  1198.             "dirPin": -1,
  1199.             "stepPin": -1,
  1200.             "enablePin": -1
  1201.         },
  1202.         {
  1203.             "t": "None",
  1204.             "s": "",
  1205.             "invertEnable": "0",
  1206.             "invertDirection": "0",
  1207.             "stepsPerMM": 100,
  1208.             "speed": 10,
  1209.             "dirPin": -1,
  1210.             "stepPin": -1,
  1211.             "enablePin": -1
  1212.         },
  1213.         {
  1214.             "t": "None",
  1215.             "s": "",
  1216.             "invertEnable": "0",
  1217.             "invertDirection": "0",
  1218.             "stepsPerMM": 100,
  1219.             "speed": 10,
  1220.             "dirPin": -1,
  1221.             "stepPin": -1,
  1222.             "enablePin": -1
  1223.         },
  1224.         {
  1225.             "t": "None",
  1226.             "s": "",
  1227.             "invertEnable": "0",
  1228.             "invertDirection": "0",
  1229.             "stepsPerMM": 100,
  1230.             "speed": 10,
  1231.             "dirPin": -1,
  1232.             "stepPin": -1,
  1233.             "enablePin": -1
  1234.         },
  1235.         {
  1236.             "t": "None",
  1237.             "s": "",
  1238.             "invertEnable": "0",
  1239.             "invertDirection": "0",
  1240.             "stepsPerMM": 100,
  1241.             "speed": 10,
  1242.             "dirPin": -1,
  1243.             "stepPin": -1,
  1244.             "enablePin": -1
  1245.         },
  1246.         {
  1247.             "t": "None",
  1248.             "s": "",
  1249.             "invertEnable": "0",
  1250.             "invertDirection": "0",
  1251.             "stepsPerMM": 100,
  1252.             "speed": 10,
  1253.             "dirPin": -1,
  1254.             "stepPin": -1,
  1255.             "enablePin": -1
  1256.         }
  1257.     ],
  1258.     "manualConfig": "",
  1259.     "zHomeMinTemperature": 0,
  1260.     "zHomeXPos": 999999,
  1261.     "zHomeYPos": 999999,
  1262.     "zHomeHeatHeight": 20,
  1263.     "zHomeHeatAll": "1",
  1264.     "zProbeZOffsetMode": 0,
  1265.     "zProbeZOffset": 0,
  1266.     "uiBedCoating": "1",
  1267.     "langEN": "1",
  1268.     "langDE": "0",
  1269.     "langNL": "0",
  1270.     "langPT": "0",
  1271.     "langIT": "0",
  1272.     "langES": "0",
  1273.     "langFI": "0",
  1274.     "langSE": "0",
  1275.     "langFR": "0",
  1276.     "langCZ": "0",
  1277.     "langPL": "0",
  1278.     "langTR": "0",
  1279.     "interpolateAccelerationWithZ": 0,
  1280.     "accelerationFactorTop": 100,
  1281.     "bendingCorrectionA": 0,
  1282.     "bendingCorrectionB": 0,
  1283.     "bendingCorrectionC": 0,
  1284.     "preventZDisableOnStepperTimeout": "0",
  1285.     "supportLaser": "0",
  1286.     "laserPin": -1,
  1287.     "laserOnHigh": "1",
  1288.     "defaultPrinterMode": 0,
  1289.     "supportCNC": "0",
  1290.     "cncWaitOnEnable": 300,
  1291.     "cncWaitOnDisable": 0,
  1292.     "cncEnablePin": -1,
  1293.     "cncEnableWith": "1",
  1294.     "cncDirectionPin": -1,
  1295.     "cncDirectionCW": "1",
  1296.     "startupGCode": "",
  1297.     "jsonOutput": "0",
  1298.     "bedLevelingMethod": 0,
  1299.     "bedCorrectionMethod": 0,
  1300.     "bedLevelingGridSize": 5,
  1301.     "bedLevelingRepetitions": 5,
  1302.     "bedMotor1X": 0,
  1303.     "bedMotor1Y": 0,
  1304.     "bedMotor2X": 200,
  1305.     "bedMotor2Y": 0,
  1306.     "bedMotor3X": 100,
  1307.     "bedMotor3Y": 200,
  1308.     "zProbeRequiresHeating": "0",
  1309.     "zProbeMinTemperature": 150,
  1310.     "adcKeypadPin": -1,
  1311.     "sharedExtruderHeater": "0",
  1312.     "extruderSwitchXYSpeed": 100,
  1313.     "dualXAxis": "0",
  1314.     "boardFanSpeed": 255,
  1315.     "hasMAX6675": false,
  1316.     "hasMAX31855": false,
  1317.     "hasGeneric1": false,
  1318.     "hasGeneric2": false,
  1319.     "hasGeneric3": false,
  1320.     "hasUser0": false,
  1321.     "hasUser1": false,
  1322.     "hasUser2": false,
  1323.     "numExtruder": 1,
  1324.     "version": 92.9,
  1325.     "primaryPortName": ""
  1326. }
  1327. ========== End configuration string ==========
  1328.  
  1329. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement