Advertisement
Guest User

configuration.h

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