Advertisement
bazis13

micromake repetier config

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