Advertisement
Guest User

Untitled

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