Advertisement
Guest User

Untitled

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