Advertisement
Guest User

Untitled

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