Advertisement
Guest User

Stacker config

a guest
May 23rd, 2016
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.56 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 4
  40. #define MOTHERBOARD 35
  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 ORIG_FAN_PIN
  48. #define BOARD_FAN_SPEED 255
  49. #define FAN_THERMO_PIN -1
  50. #define FAN_THERMO_MIN_PWM 128
  51. #define FAN_THERMO_MAX_PWM 255
  52. #define FAN_THERMO_MIN_TEMP 45
  53. #define FAN_THERMO_MAX_TEMP 60
  54. #define FAN_THERMO_THERMISTOR_PIN -1
  55. #define FAN_THERMO_THERMISTOR_TYPE 1
  56.  
  57. //#define EXTERNALSERIAL use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.
  58. // Uncomment the following line if you are using Arduino compatible firmware made for Arduino version earlier then 1.0
  59. // If it is incompatible you will get compiler errors about write functions not being compatible!
  60. //#define COMPAT_PRE1
  61. #define BLUETOOTH_SERIAL -1
  62. #define BLUETOOTH_BAUD 115200
  63. #define MIXING_EXTRUDER 0
  64.  
  65. #define DRIVE_SYSTEM 0
  66. #define XAXIS_STEPS_PER_MM 72.72
  67. #define YAXIS_STEPS_PER_MM 72.72
  68. #define ZAXIS_STEPS_PER_MM 520
  69. #define EXTRUDER_FAN_COOL_TEMP 50
  70. #define PDM_FOR_EXTRUDER 0
  71. #define PDM_FOR_COOLER 0
  72. #define DECOUPLING_TEST_MAX_HOLD_VARIANCE 20
  73. #define DECOUPLING_TEST_MIN_TEMP_RISE 1
  74. #define KILL_IF_SENSOR_DEFECT 1
  75. #define RETRACT_ON_PAUSE 4
  76. #define PAUSE_START_COMMANDS ""
  77. #define PAUSE_END_COMMANDS ""
  78. #define SHARED_EXTRUDER_HEATER 0
  79. #define EXT0_X_OFFSET 0
  80. #define EXT0_Y_OFFSET 0
  81. #define EXT0_Z_OFFSET 0
  82. #define EXT0_STEPS_PER_MM 255
  83. #define EXT0_TEMPSENSOR_TYPE 5
  84. #define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
  85. #define EXT0_HEATER_PIN HEATER_0_PIN
  86. #define EXT0_STEP_PIN ORIG_E0_STEP_PIN
  87. #define EXT0_DIR_PIN ORIG_E0_DIR_PIN
  88. #define EXT0_INVERSE 1
  89. #define EXT0_ENABLE_PIN ORIG_E0_ENABLE_PIN
  90. #define EXT0_ENABLE_ON 1
  91. #define EXT0_MIRROR_STEPPER 0
  92. #define EXT0_STEP2_PIN ORIG_E0_STEP_PIN
  93. #define EXT0_DIR2_PIN ORIG_E0_DIR_PIN
  94. #define EXT0_INVERSE2 0
  95. #define EXT0_ENABLE2_PIN ORIG_E0_ENABLE_PIN
  96. #define EXT0_MAX_FEEDRATE 50
  97. #define EXT0_MAX_START_FEEDRATE 20
  98. #define EXT0_MAX_ACCELERATION 5000
  99. #define EXT0_HEAT_MANAGER 1
  100. #define EXT0_WATCHPERIOD 1
  101. #define EXT0_PID_INTEGRAL_DRIVE_MAX 255
  102. #define EXT0_PID_INTEGRAL_DRIVE_MIN 40
  103. #define EXT0_PID_PGAIN_OR_DEAD_TIME 8.94
  104. #define EXT0_PID_I 0.51
  105. #define EXT0_PID_D 20
  106. #define EXT0_PID_MAX 255
  107. #define EXT0_ADVANCE_K 0
  108. #define EXT0_ADVANCE_L 0
  109. #define EXT0_ADVANCE_BACKLASH_STEPS 0
  110. #define EXT0_WAIT_RETRACT_TEMP 150
  111. #define EXT0_WAIT_RETRACT_UNITS 0
  112. #define EXT0_SELECT_COMMANDS ""
  113. #define EXT0_DESELECT_COMMANDS ""
  114. #define EXT0_EXTRUDER_COOLER_PIN -1
  115. #define EXT0_EXTRUDER_COOLER_SPEED 255
  116. #define EXT0_DECOUPLE_TEST_PERIOD 30000
  117. #define EXT0_JAM_PIN -1
  118. #define EXT0_JAM_PULLUP 0
  119. #define EXT1_X_OFFSET 0
  120. #define EXT1_Y_OFFSET 0
  121. #define EXT1_Z_OFFSET 0
  122. #define EXT1_STEPS_PER_MM 257
  123. #define EXT1_TEMPSENSOR_TYPE 5
  124. #define EXT1_TEMPSENSOR_PIN TEMP_2_PIN
  125. #define EXT1_HEATER_PIN HEATER_2_PIN
  126. #define EXT1_STEP_PIN ORIG_E1_STEP_PIN
  127. #define EXT1_DIR_PIN ORIG_E1_DIR_PIN
  128. #define EXT1_INVERSE 1
  129. #define EXT1_ENABLE_PIN ORIG_E1_ENABLE_PIN
  130. #define EXT1_ENABLE_ON 1
  131. #define EXT1_MIRROR_STEPPER 0
  132. #define EXT1_STEP2_PIN ORIG_E1_STEP_PIN
  133. #define EXT1_DIR2_PIN ORIG_E1_DIR_PIN
  134. #define EXT1_INVERSE2 0
  135. #define EXT1_ENABLE2_PIN ORIG_E1_ENABLE_PIN
  136. #define EXT1_MAX_FEEDRATE 100
  137. #define EXT1_MAX_START_FEEDRATE 40
  138. #define EXT1_MAX_ACCELERATION 5000
  139. #define EXT1_HEAT_MANAGER 1
  140. #define EXT1_WATCHPERIOD 1
  141. #define EXT1_PID_INTEGRAL_DRIVE_MAX 255
  142. #define EXT1_PID_INTEGRAL_DRIVE_MIN 40
  143. #define EXT1_PID_PGAIN_OR_DEAD_TIME 8.94
  144. #define EXT1_PID_I 0.51
  145. #define EXT1_PID_D 20
  146. #define EXT1_PID_MAX 255
  147. #define EXT1_ADVANCE_K 0
  148. #define EXT1_ADVANCE_L 0
  149. #define EXT1_ADVANCE_BACKLASH_STEPS 0
  150. #define EXT1_WAIT_RETRACT_TEMP 150
  151. #define EXT1_WAIT_RETRACT_UNITS 0
  152. #define EXT1_SELECT_COMMANDS ""
  153. #define EXT1_DESELECT_COMMANDS ""
  154. #define EXT1_EXTRUDER_COOLER_PIN -1
  155. #define EXT1_EXTRUDER_COOLER_SPEED 255
  156. #define EXT1_DECOUPLE_TEST_PERIOD 30000
  157. #define EXT1_JAM_PIN -1
  158. #define EXT1_JAM_PULLUP 0
  159. #define EXT2_X_OFFSET 0
  160. #define EXT2_Y_OFFSET 0
  161. #define EXT2_Z_OFFSET 0
  162. #define EXT2_STEPS_PER_MM 257
  163. #define EXT2_TEMPSENSOR_TYPE 5
  164. #define EXT2_TEMPSENSOR_PIN TEMP_3_PIN
  165. #define EXT2_HEATER_PIN HEATER_3_PIN
  166. #define EXT2_STEP_PIN ORIG_E2_STEP_PIN
  167. #define EXT2_DIR_PIN ORIG_E2_DIR_PIN
  168. #define EXT2_INVERSE 1
  169. #define EXT2_ENABLE_PIN ORIG_E2_ENABLE_PIN
  170. #define EXT2_ENABLE_ON 1
  171. #define EXT2_MIRROR_STEPPER 0
  172. #define EXT2_STEP2_PIN ORIG_E2_STEP_PIN
  173. #define EXT2_DIR2_PIN ORIG_E2_DIR_PIN
  174. #define EXT2_INVERSE2 0
  175. #define EXT2_ENABLE2_PIN ORIG_E2_ENABLE_PIN
  176. #define EXT2_MAX_FEEDRATE 100
  177. #define EXT2_MAX_START_FEEDRATE 40
  178. #define EXT2_MAX_ACCELERATION 5000
  179. #define EXT2_HEAT_MANAGER 1
  180. #define EXT2_WATCHPERIOD 1
  181. #define EXT2_PID_INTEGRAL_DRIVE_MAX 255
  182. #define EXT2_PID_INTEGRAL_DRIVE_MIN 40
  183. #define EXT2_PID_PGAIN_OR_DEAD_TIME 8.94
  184. #define EXT2_PID_I 0.51
  185. #define EXT2_PID_D 20
  186. #define EXT2_PID_MAX 255
  187. #define EXT2_ADVANCE_K 0
  188. #define EXT2_ADVANCE_L 0
  189. #define EXT2_ADVANCE_BACKLASH_STEPS 0
  190. #define EXT2_WAIT_RETRACT_TEMP 150
  191. #define EXT2_WAIT_RETRACT_UNITS 0
  192. #define EXT2_SELECT_COMMANDS ""
  193. #define EXT2_DESELECT_COMMANDS ""
  194. #define EXT2_EXTRUDER_COOLER_PIN -1
  195. #define EXT2_EXTRUDER_COOLER_SPEED 255
  196. #define EXT2_DECOUPLE_TEST_PERIOD 30000
  197. #define EXT2_JAM_PIN -1
  198. #define EXT2_JAM_PULLUP 0
  199. #define EXT3_X_OFFSET 0
  200. #define EXT3_Y_OFFSET 0
  201. #define EXT3_Z_OFFSET 0
  202. #define EXT3_STEPS_PER_MM 257
  203. #define EXT3_TEMPSENSOR_TYPE 5
  204. #define EXT3_TEMPSENSOR_PIN TEMP_4_PIN
  205. #define EXT3_HEATER_PIN HEATER_4_PIN
  206. #define EXT3_STEP_PIN ORIG_E3_STEP_PIN
  207. #define EXT3_DIR_PIN ORIG_E3_DIR_PIN
  208. #define EXT3_INVERSE 1
  209. #define EXT3_ENABLE_PIN ORIG_E3_ENABLE_PIN
  210. #define EXT3_ENABLE_ON 1
  211. #define EXT3_MIRROR_STEPPER 0
  212. #define EXT3_STEP2_PIN ORIG_E3_STEP_PIN
  213. #define EXT3_DIR2_PIN ORIG_E3_DIR_PIN
  214. #define EXT3_INVERSE2 0
  215. #define EXT3_ENABLE2_PIN ORIG_E3_ENABLE_PIN
  216. #define EXT3_MAX_FEEDRATE 100
  217. #define EXT3_MAX_START_FEEDRATE 40
  218. #define EXT3_MAX_ACCELERATION 5000
  219. #define EXT3_HEAT_MANAGER 1
  220. #define EXT3_WATCHPERIOD 1
  221. #define EXT3_PID_INTEGRAL_DRIVE_MAX 255
  222. #define EXT3_PID_INTEGRAL_DRIVE_MIN 40
  223. #define EXT3_PID_PGAIN_OR_DEAD_TIME 8.94
  224. #define EXT3_PID_I 0.51
  225. #define EXT3_PID_D 20
  226. #define EXT3_PID_MAX 255
  227. #define EXT3_ADVANCE_K 0
  228. #define EXT3_ADVANCE_L 0
  229. #define EXT3_ADVANCE_BACKLASH_STEPS 0
  230. #define EXT3_WAIT_RETRACT_TEMP 150
  231. #define EXT3_WAIT_RETRACT_UNITS 0
  232. #define EXT3_SELECT_COMMANDS ""
  233. #define EXT3_DESELECT_COMMANDS ""
  234. #define EXT3_EXTRUDER_COOLER_PIN -1
  235. #define EXT3_EXTRUDER_COOLER_SPEED 255
  236. #define EXT3_DECOUPLE_TEST_PERIOD 30000
  237. #define EXT3_JAM_PIN -1
  238. #define EXT3_JAM_PULLUP 0
  239.  
  240. #define FEATURE_RETRACTION 1
  241. #define AUTORETRACT_ENABLED 0
  242. #define RETRACTION_LENGTH 2.5
  243. #define RETRACTION_LONG_LENGTH 2.5
  244. #define RETRACTION_SPEED 50
  245. #define RETRACTION_Z_LIFT 0
  246. #define RETRACTION_UNDO_EXTRA_LENGTH 0
  247. #define RETRACTION_UNDO_EXTRA_LONG_LENGTH 0
  248. #define RETRACTION_UNDO_SPEED 40
  249. #define FILAMENTCHANGE_X_POS 0
  250. #define FILAMENTCHANGE_Y_POS 0
  251. #define FILAMENTCHANGE_Z_ADD 2
  252. #define FILAMENTCHANGE_REHOME 1
  253. #define FILAMENTCHANGE_SHORTRETRACT 5
  254. #define FILAMENTCHANGE_LONGRETRACT 50
  255. #define JAM_STEPS 220
  256. #define JAM_SLOWDOWN_STEPS 320
  257. #define JAM_SLOWDOWN_TO 70
  258. #define JAM_ERROR_STEPS 500
  259. #define JAM_MIN_STEPS 10
  260. #define JAM_ACTION 1
  261.  
  262. #define RETRACT_DURING_HEATUP true
  263. #define PID_CONTROL_RANGE 20
  264. #define SKIP_M109_IF_WITHIN 2
  265. #define SCALE_PID_TO_MAX 0
  266. #define TEMP_HYSTERESIS 0
  267. #define EXTRUDE_MAXLENGTH 160
  268. #define NUM_TEMPS_USERTHERMISTOR0 29
  269. #define USER_THERMISTORTABLE0 {{0,8000},{69,2280},{79,2200},{92,2120},{107,2040},{125,1960},{146,1886},{172,1810},{204,1736},{243,1661},{291,1586},{350,1511},{422,1437},{512,1362},{622,1287},{756,1212},{919,1138},{1345,988},{3139,539},{3388,464},{3591,390},{3749,314},{3866,240},{3949,160},{4005,80},{4041,0},{4064,-80},{4086,-240},{4093,-400}}
  270. #define NUM_TEMPS_USERTHERMISTOR1 0
  271. #define USER_THERMISTORTABLE1 {}
  272. #define NUM_TEMPS_USERTHERMISTOR2 0
  273. #define USER_THERMISTORTABLE2 {}
  274. #define GENERIC_THERM_VREF 5
  275. #define GENERIC_THERM_NUM_ENTRIES 33
  276. #define HEATER_PWM_SPEED 0
  277.  
  278. // ############# Heated bed configuration ########################
  279.  
  280. #define HAVE_HEATED_BED 1
  281. #define HEATED_BED_MAX_TEMP 120
  282. #define SKIP_M190_IF_WITHIN 3
  283. #define HEATED_BED_SENSOR_TYPE 8
  284. #define HEATED_BED_SENSOR_PIN TEMP_1_PIN
  285. #define HEATED_BED_HEATER_PIN HEATER_1_PIN
  286. #define HEATED_BED_SET_INTERVAL 5000
  287. #define HEATED_BED_HEAT_MANAGER 1
  288. #define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
  289. #define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
  290. #define HEATED_BED_PID_PGAIN_OR_DEAD_TIME 196
  291. #define HEATED_BED_PID_IGAIN 33
  292. #define HEATED_BED_PID_DGAIN 290
  293. #define HEATED_BED_PID_MAX 255
  294. #define HEATED_BED_DECOUPLE_TEST_PERIOD 300000
  295. #define MIN_EXTRUDER_TEMP 150
  296. #define MAXTEMP 280
  297. #define MIN_DEFECT_TEMPERATURE -10
  298. #define MAX_DEFECT_TEMPERATURE 300
  299.  
  300. // ##########################################################################################
  301. // ## Laser configuration ##
  302. // ##########################################################################################
  303.  
  304. /*
  305. If the firmware is in laser mode, it can control a laser output to cut or engrave materials.
  306. Please use this feature only if you know about safety and required protection. Lasers are
  307. dangerous and can hurt or make you blind!!!
  308.  
  309. The default laser driver only supports laser on and off. Here you control the eíntensity with
  310. your feedrate. For exchangeable diode lasers this is normally enough. If you need more control
  311. you can set the intensity in a range 0-255 with a custom extension to the driver. See driver.h
  312. and comments on how to extend the functions non invasive with our event system.
  313.  
  314. If you have a laser - powder system you will like your E override. If moves contain a
  315. increasing extruder position it will laser that move. With this trick you can
  316. use existing fdm slicers to laser the output. Laser width is extrusion width.
  317.  
  318. Other tools may use M3 and M5 to enable/disable laser. Here G1/G2/G3 moves have laser enabled
  319. and G0 moves have it disables.
  320.  
  321. In any case, laser only enables while moving. At the end of a move it gets
  322. automatically disabled.
  323. */
  324.  
  325. #define SUPPORT_LASER 0
  326. #define LASER_PIN -1
  327. #define LASER_ON_HIGH 1
  328.  
  329. // ## CNC configuration ##
  330.  
  331. /*
  332. If the firmware is in CNC mode, it can control a mill with M3/M4/M5. It works
  333. similar to laser mode, but mill keeps enabled during G0 moves and it allows
  334. setting rpm (only with event extension that supports this) and milling direction.
  335. It also can add a delay to wait for spindle to run on full speed.
  336. */
  337.  
  338. #define SUPPORT_CNC 0
  339. #define CNC_WAIT_ON_ENABLE 300
  340. #define CNC_WAIT_ON_DISABLE 0
  341. #define CNC_ENABLE_PIN -1
  342. #define CNC_ENABLE_WITH 1
  343. #define CNC_DIRECTION_PIN -1
  344. #define CNC_DIRECTION_CW 1
  345.  
  346.  
  347. #define DEFAULT_PRINTER_MODE 0
  348.  
  349. // ################ Endstop configuration #####################
  350.  
  351. #define ENDSTOP_PULLUP_X_MIN true
  352. #define ENDSTOP_X_MIN_INVERTING true
  353. #define MIN_HARDWARE_ENDSTOP_X true
  354. #define ENDSTOP_PULLUP_Y_MIN true
  355. #define ENDSTOP_Y_MIN_INVERTING true
  356. #define MIN_HARDWARE_ENDSTOP_Y true
  357. #define ENDSTOP_PULLUP_Z_MIN true
  358. #define ENDSTOP_Z_MIN_INVERTING true
  359. #define MIN_HARDWARE_ENDSTOP_Z true
  360. #define ENDSTOP_PULLUP_X_MAX true
  361. #define ENDSTOP_X_MAX_INVERTING true
  362. #define MAX_HARDWARE_ENDSTOP_X true
  363. #define ENDSTOP_PULLUP_Y_MAX true
  364. #define ENDSTOP_Y_MAX_INVERTING true
  365. #define MAX_HARDWARE_ENDSTOP_Y true
  366. #define ENDSTOP_PULLUP_Z_MAX true
  367. #define ENDSTOP_Z_MAX_INVERTING true
  368. #define MAX_HARDWARE_ENDSTOP_Z true
  369. #define max_software_endstop_r true
  370.  
  371. #define min_software_endstop_x false
  372. #define min_software_endstop_y false
  373. #define min_software_endstop_z false
  374. #define max_software_endstop_x false
  375. #define max_software_endstop_y false
  376. #define max_software_endstop_z false
  377. #define ENDSTOP_X_BACK_MOVE 6
  378. #define ENDSTOP_Y_BACK_MOVE 6
  379. #define ENDSTOP_Z_BACK_MOVE 6
  380. #define ENDSTOP_X_RETEST_REDUCTION_FACTOR 3
  381. #define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 3
  382. #define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 6
  383. #define ENDSTOP_X_BACK_ON_HOME 1
  384. #define ENDSTOP_Y_BACK_ON_HOME 1
  385. #define ENDSTOP_Z_BACK_ON_HOME 0
  386. #define ALWAYS_CHECK_ENDSTOPS 1
  387.  
  388. // ################# XYZ movements ###################
  389.  
  390. #define X_ENABLE_ON 1
  391. #define Y_ENABLE_ON 0
  392. #define Z_ENABLE_ON 1
  393. #define DISABLE_X 0
  394. #define DISABLE_Y 0
  395. #define DISABLE_Z 0
  396. #define DISABLE_E 0
  397. #define PREVENT_Z_DISABLE_ON_STEPPER_TIMEOUT
  398. #define INVERT_X_DIR 0
  399. #define INVERT_Y_DIR 1
  400. #define INVERT_Z_DIR 0
  401. #define X_HOME_DIR -1
  402. #define Y_HOME_DIR -1
  403. #define Z_HOME_DIR -1
  404. #define X_MAX_LENGTH 418
  405. #define Y_MAX_LENGTH 240
  406. #define Z_MAX_LENGTH 210
  407. #define X_MIN_POS 0
  408. #define Y_MIN_POS 0
  409. #define Z_MIN_POS 0
  410. #define DISTORTION_CORRECTION 0
  411. #define DISTORTION_CORRECTION_POINTS 5
  412. #define DISTORTION_CORRECTION_R 100
  413. #define DISTORTION_PERMANENT 1
  414. #define DISTORTION_UPDATE_FREQUENCY 15
  415. #define DISTORTION_START_DEGRADE 0.5
  416. #define DISTORTION_END_HEIGHT 1
  417. #define DISTORTION_EXTRAPOLATE_CORNERS 0
  418. #define DISTORTION_XMIN 10
  419. #define DISTORTION_YMIN 10
  420. #define DISTORTION_XMAX 190
  421. #define DISTORTION_YMAX 190
  422.  
  423. // ##########################################################################################
  424. // ## Movement settings ##
  425. // ##########################################################################################
  426.  
  427. #define FEATURE_BABYSTEPPING 1
  428. #define BABYSTEP_MULTIPLICATOR 1
  429.  
  430. #define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves
  431. #define DELTA_SEGMENTS_PER_SECOND_MOVE 70 // Less accurate setting for other moves
  432. #define EXACT_DELTA_MOVES 1
  433.  
  434. // Delta settings
  435. #define DELTA_HOME_ON_POWER 0
  436.  
  437. #define DELTASEGMENTS_PER_PRINTLINE 24
  438. #define STEPPER_INACTIVE_TIME 360L
  439. #define MAX_INACTIVE_TIME 0L
  440. #define MAX_FEEDRATE_X 200
  441. #define MAX_FEEDRATE_Y 200
  442. #define MAX_FEEDRATE_Z 80
  443. #define HOMING_FEEDRATE_X 40
  444. #define HOMING_FEEDRATE_Y 40
  445. #define HOMING_FEEDRATE_Z 40
  446. #define HOMING_ORDER HOME_ORDER_XYZ
  447. #define ZHOME_MIN_TEMPERATURE 0
  448. #define ZHOME_HEAT_ALL 1
  449. #define ZHOME_HEAT_HEIGHT 20
  450. #define ZHOME_X_POS 999999
  451. #define ZHOME_Y_POS 999999
  452. #define ENABLE_BACKLASH_COMPENSATION 1
  453. #define X_BACKLASH 0
  454. #define Y_BACKLASH 0
  455. #define Z_BACKLASH 0
  456. #define RAMP_ACCELERATION 1
  457. #define STEPPER_HIGH_DELAY 0
  458. #define DIRECTION_DELAY 0
  459. #define STEP_DOUBLER_FREQUENCY 12000
  460. #define ALLOW_QUADSTEPPING 1
  461. #define DOUBLE_STEP_DELAY 1 // time in microseconds
  462. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
  463. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000
  464. #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 50
  465. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
  466. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000
  467. #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 50
  468. #define INTERPOLATE_ACCELERATION_WITH_Z 0
  469. #define ACCELERATION_FACTOR_TOP 100
  470. #define MAX_JERK 25
  471. #define MAX_ZJERK 0.3
  472. #define PRINTLINE_CACHE_SIZE 24
  473. #define MOVE_CACHE_LOW 10
  474. #define LOW_TICKS_PER_MOVE 250000
  475. #define EXTRUDER_SWITCH_XY_SPEED 100
  476. #define DUAL_X_AXIS 0
  477. #define FEATURE_TWO_XSTEPPER 0
  478. #define X2_STEP_PIN ORIG_E1_STEP_PIN
  479. #define X2_DIR_PIN ORIG_E1_DIR_PIN
  480. #define X2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  481. #define FEATURE_TWO_YSTEPPER 0
  482. #define Y2_STEP_PIN ORIG_E1_STEP_PIN
  483. #define Y2_DIR_PIN ORIG_E1_DIR_PIN
  484. #define Y2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  485. #define FEATURE_TWO_ZSTEPPER 0
  486. #define Z2_STEP_PIN ORIG_E1_STEP_PIN
  487. #define Z2_DIR_PIN ORIG_E1_DIR_PIN
  488. #define Z2_ENABLE_PIN ORIG_E1_ENABLE_PIN
  489. #define FEATURE_THREE_ZSTEPPER 0
  490. #define Z3_STEP_PIN ORIG_E2_STEP_PIN
  491. #define Z3_DIR_PIN ORIG_E2_DIR_PIN
  492. #define Z3_ENABLE_PIN ORIG_E2_ENABLE_PIN
  493. #define FEATURE_DITTO_PRINTING 1
  494. #define USE_ADVANCE 0
  495. #define ENABLE_QUADRATIC_ADVANCE 0
  496.  
  497.  
  498. // ################# Misc. settings ##################
  499.  
  500. #define BAUDRATE 250000
  501. #define ENABLE_POWER_ON_STARTUP 1
  502. #define POWER_INVERTING 0
  503. #define KILL_METHOD 1
  504. #define ACK_WITH_LINENUMBER 1
  505. #define KEEP_ALIVE_INTERVAL 2000
  506. #define WAITING_IDENTIFIER "wait"
  507. #define ECHO_ON_EXECUTE 1
  508. #define EEPROM_MODE 1
  509. #undef PS_ON_PIN
  510. #define PS_ON_PIN -1
  511. #define JSON_OUTPUT 1
  512.  
  513. /* ======== Servos =======
  514. Control the servos with
  515. M340 P<servoId> S<pulseInUS> / ServoID = 0..3 pulseInUs = 500..2500
  516. Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off.
  517. WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware!
  518. */
  519. #define FEATURE_SERVO 0
  520. #define SERVO0_PIN 11
  521. #define SERVO1_PIN -1
  522. #define SERVO2_PIN -1
  523. #define SERVO3_PIN -1
  524. #define SERVO0_NEUTRAL_POS -1
  525. #define SERVO1_NEUTRAL_POS -1
  526. #define SERVO2_NEUTRAL_POS -1
  527. #define SERVO3_NEUTRAL_POS -1
  528. #define UI_SERVO_CONTROL 0
  529. #define FAN_KICKSTART_TIME 200
  530.  
  531. #define FEATURE_WATCHDOG 1
  532.  
  533. // #################### Z-Probing #####################
  534.  
  535. #define Z_PROBE_Z_OFFSET 0
  536. #define Z_PROBE_Z_OFFSET_MODE 0
  537. #define UI_BED_COATING 0
  538. #define FEATURE_Z_PROBE 0
  539. #define Z_PROBE_BED_DISTANCE 10
  540. #define Z_PROBE_PIN -1
  541. #define Z_PROBE_PULLUP 0
  542. #define Z_PROBE_ON_HIGH 0
  543. #define Z_PROBE_X_OFFSET 0
  544. #define Z_PROBE_Y_OFFSET 0
  545. #define Z_PROBE_WAIT_BEFORE_TEST 0
  546. #define Z_PROBE_SPEED 2
  547. #define Z_PROBE_XY_SPEED 150
  548. #define Z_PROBE_SWITCHING_DISTANCE 1
  549. #define Z_PROBE_REPETITIONS 1
  550. #define Z_PROBE_HEIGHT 40
  551. #define Z_PROBE_START_SCRIPT ""
  552. #define Z_PROBE_FINISHED_SCRIPT ""
  553. #define Z_PROBE_REQUIRES_HEATING 0
  554. #define Z_PROBE_MIN_TEMPERATURE 150
  555. #define FEATURE_AUTOLEVEL 1
  556. #define Z_PROBE_X1 20
  557. #define Z_PROBE_Y1 20
  558. #define Z_PROBE_X2 160
  559. #define Z_PROBE_Y2 20
  560. #define Z_PROBE_X3 100
  561. #define Z_PROBE_Y3 160
  562. #define BED_LEVELING_METHOD 0
  563. #define BED_CORRECTION_METHOD 0
  564. #define BED_LEVELING_GRID_SIZE 5
  565. #define BED_LEVELING_REPETITIONS 5
  566. #define BED_MOTOR_1_X 0
  567. #define BED_MOTOR_1_Y 0
  568. #define BED_MOTOR_2_X 200
  569. #define BED_MOTOR_2_Y 0
  570. #define BED_MOTOR_3_X 100
  571. #define BED_MOTOR_3_Y 200
  572. #define BENDING_CORRECTION_A 0
  573. #define BENDING_CORRECTION_B 0
  574. #define BENDING_CORRECTION_C 0
  575. #define FEATURE_AXISCOMP 0
  576. #define AXISCOMP_TANXY 0
  577. #define AXISCOMP_TANYZ 0
  578. #define AXISCOMP_TANXZ 0
  579.  
  580. #ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h
  581. #define SDSUPPORT 1
  582. #undef SDCARDDETECT
  583. #define SDCARDDETECT ORIG_SDCARDDETECT
  584. #define SDCARDDETECTINVERTED 0
  585. #endif
  586. #define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
  587. #define SD_RUN_ON_STOP ""
  588. #define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1
  589. #define ARC_SUPPORT 1
  590. #define FEATURE_MEMORY_POSITION 1
  591. #define FEATURE_CHECKSUM_FORCED 0
  592. #define FEATURE_FAN_CONTROL 1
  593. #define FEATURE_FAN2_CONTROL 0
  594. #define FEATURE_CONTROLLER 21
  595. #define ADC_KEYPAD_PIN -1
  596. #define LANGUAGE_EN_ACTIVE 1
  597. #define LANGUAGE_DE_ACTIVE 1
  598. #define LANGUAGE_NL_ACTIVE 0
  599. #define LANGUAGE_PT_ACTIVE 1
  600. #define LANGUAGE_IT_ACTIVE 1
  601. #define LANGUAGE_ES_ACTIVE 1
  602. #define LANGUAGE_FI_ACTIVE 0
  603. #define LANGUAGE_SE_ACTIVE 0
  604. #define LANGUAGE_FR_ACTIVE 1
  605. #define LANGUAGE_CZ_ACTIVE 0
  606. #define LANGUAGE_PL_ACTIVE 1
  607. #define LANGUAGE_TR_ACTIVE 1
  608. #define UI_PRINTER_NAME "Stacker 500"
  609. #define UI_PRINTER_COMPANY "Stacker LLC"
  610. #define UI_PAGES_DURATION 4000
  611. #define UI_ANIMATION 0
  612. #define UI_SPEEDDEPENDENT_POSITIONING 0
  613. #define UI_DISABLE_AUTO_PAGESWITCH 1
  614. #define UI_AUTORETURN_TO_MENU_AFTER 30000
  615. #define FEATURE_UI_KEYS 0
  616. #define UI_ENCODER_SPEED 1
  617. #define UI_REVERSE_ENCODER 0
  618. #define UI_KEY_BOUNCETIME 10
  619. #define UI_KEY_FIRST_REPEAT 500
  620. #define UI_KEY_REDUCE_REPEAT 50
  621. #define UI_KEY_MIN_REPEAT 50
  622. #define FEATURE_BEEPER 1
  623. #define CASE_LIGHTS_PIN -1
  624. #define CASE_LIGHT_DEFAULT_ON 1
  625. #define UI_START_SCREEN_DELAY 1000
  626. #define UI_DYNAMIC_ENCODER_SPEED 1
  627. /**
  628. Beeper sound definitions for short beeps during key actions
  629. and longer beeps for important actions.
  630. Parameter is delay in microseconds and the secons is the number of repetitions.
  631. Values must be in range 1..255
  632. */
  633. #define BEEPER_SHORT_SEQUENCE 2,2
  634. #define BEEPER_LONG_SEQUENCE 8,8
  635. #define UI_SET_PRESET_HEATED_BED_TEMP_PLA 60
  636. #define UI_SET_PRESET_EXTRUDER_TEMP_PLA 190
  637. #define UI_SET_PRESET_HEATED_BED_TEMP_ABS 110
  638. #define UI_SET_PRESET_EXTRUDER_TEMP_ABS 240
  639. #define UI_SET_MIN_HEATED_BED_TEMP 30
  640. #define UI_SET_MAX_HEATED_BED_TEMP 120
  641. #define UI_SET_MIN_EXTRUDER_TEMP 170
  642. #define UI_SET_MAX_EXTRUDER_TEMP 280
  643. #define UI_SET_EXTRUDER_FEEDRATE 2
  644. #define UI_SET_EXTRUDER_RETRACT_DISTANCE 3
  645.  
  646.  
  647. #define NUM_MOTOR_DRIVERS 0
  648.  
  649. #define DEBUG_ECHO_ASCII
  650.  
  651.  
  652. #define MACHINE_TYPE "STACKER"
  653. #define ALTERNATIVE_JERK
  654. #define REDUCE_ON_SMALL_SEGMENTS
  655. #define MAX_JERK_DISTANCE 0.8
  656. #define ZHOME_WAIT_UNSWING 500
  657. #define BIG_OUTPUT_BUFFER // allows complete temperature line as output
  658. #define CUSTOM_LOGO
  659. #define LOGO_WIDTH 128
  660. #define LOGO_HEIGHT 13
  661. #define LOGO_BITMAP const unsigned char logo[] PROGMEM = {\
  662. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\
  663. 0x0F, 0xFF, 0xF3, 0xFF, 0xF9, 0xFF, 0xFE, 0x7F, 0xFF, 0x9E, 0x0F, 0x87, 0xFF, 0xF7, 0xFF, 0xFC,\
  664. 0x1F, 0xFF, 0xF3, 0xFF, 0xF3, 0xFF, 0xFC, 0xFF, 0xFF, 0x3C, 0x1F, 0x07, 0xFF, 0xE7, 0xFF, 0xF8,\
  665. 0x1F, 0xFF, 0xE7, 0xFF, 0xF3, 0xFF, 0xFC, 0xFF, 0xFF, 0x3C, 0x3E, 0x0F, 0xFF, 0xEF, 0xFF, 0xF8,\
  666. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x00,\
  667. 0x38, 0x00, 0x00, 0x3C, 0x07, 0x80, 0x79, 0xE0, 0x00, 0x78, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0xF8,\
  668. 0x3F, 0xFF, 0x80, 0x3C, 0x07, 0x3F, 0xF9, 0xE0, 0x00, 0x7B, 0xF8, 0x1F, 0xFF, 0x8F, 0x01, 0xF0,\
  669. 0x3F, 0xFF, 0xC0, 0x78, 0x0F, 0x7F, 0xF9, 0xC0, 0x00, 0x73, 0xF8, 0x1F, 0xFF, 0x8E, 0x7F, 0xE0,\
  670. 0x00, 0x03, 0xC0, 0x78, 0x0E, 0x00, 0x73, 0xC0, 0x00, 0xF0, 0x7C, 0x1E, 0x00, 0x1E, 0xFF, 0xC0,\
  671. 0x00, 0x03, 0xC0, 0x70, 0x0E, 0x00, 0xF3, 0xC0, 0x00, 0xF0, 0x3E, 0x3C, 0x00, 0x1E, 0xFF, 0xC0,\
  672. 0x7F, 0xFF, 0x80, 0xF0, 0x1E, 0x00, 0xF3, 0xFF, 0xFC, 0xF0, 0x1E, 0x3F, 0xFF, 0x9C, 0x07, 0xC0,\
  673. 0xFF, 0xFF, 0x00, 0xF0, 0x1E, 0x01, 0xE7, 0xFF, 0xFD, 0xE0, 0x1F, 0x3F, 0xFF, 0xBC, 0x03, 0xE0,\
  674. 0xFF, 0xFE, 0x01, 0xE0, 0x3E, 0x01, 0xE7, 0xFF, 0xF9, 0xE0, 0x0F, 0xBF, 0xFF, 0x3C, 0x01, 0xF0\
  675. };
  676.  
  677. #if 0
  678. Informations:
  679.  
  680. Extruder temperatures use a user defined table for ATC 104GT sensor. Here a adjustment to
  681. real temperatures in nozzle is included. So in deviation to original temperature table these
  682. temperatures are used:
  683. -50 - 30: Original T
  684. 30-260: T-(T-30)*15/230
  685. 260-300: T-15
  686.  
  687. New table stops now at 285°C so max. settable temperature is 280°C
  688. #endif
  689.  
  690. #endif
  691.  
  692. /* Below you will find the configuration string, that created this Configuration.h
  693.  
  694. ========== Start configuration string ==========
  695. {
  696. "editMode": 2,
  697. "processor": 0,
  698. "baudrate": 250000,
  699. "bluetoothSerial": -1,
  700. "bluetoothBaudrate": 115200,
  701. "xStepsPerMM": 72.72,
  702. "yStepsPerMM": 72.72,
  703. "zStepsPerMM": 520,
  704. "xInvert": "0",
  705. "xInvertEnable": "1",
  706. "eepromMode": 1,
  707. "yInvert": "1",
  708. "yInvertEnable": 0,
  709. "zInvert": "0",
  710. "zInvertEnable": "1",
  711. "extruder": [
  712. {
  713. "id": 0,
  714. "heatManager": 1,
  715. "pidDriveMin": 40,
  716. "pidDriveMax": 255,
  717. "pidMax": 255,
  718. "sensorType": 5,
  719. "sensorPin": "TEMP_0_PIN",
  720. "heaterPin": "HEATER_0_PIN",
  721. "maxFeedrate": 50,
  722. "startFeedrate": 20,
  723. "invert": "1",
  724. "invertEnable": "1",
  725. "acceleration": 5000,
  726. "watchPeriod": 1,
  727. "pidP": 8.94,
  728. "pidI": 0.51,
  729. "pidD": 20,
  730. "advanceK": 0,
  731. "advanceL": 0,
  732. "waitRetractTemp": 150,
  733. "waitRetractUnits": 0,
  734. "waitRetract": 0,
  735. "stepsPerMM": 255,
  736. "coolerPin": -1,
  737. "coolerSpeed": 255,
  738. "selectCommands": "",
  739. "deselectCommands": "",
  740. "xOffset": 0,
  741. "yOffset": 0,
  742. "zOffset": 0,
  743. "xOffsetSteps": 0,
  744. "yOffsetSteps": 0,
  745. "zOffsetSteps": 0,
  746. "stepper": {
  747. "name": "Extruder 0",
  748. "step": "ORIG_E0_STEP_PIN",
  749. "dir": "ORIG_E0_DIR_PIN",
  750. "enable": "ORIG_E0_ENABLE_PIN"
  751. },
  752. "advanceBacklashSteps": 0,
  753. "decoupleTestPeriod": 30,
  754. "jamPin": -1,
  755. "jamPullup": "0",
  756. "mirror": "0",
  757. "invert2": "0",
  758. "stepper2": {
  759. "name": "Extruder 0",
  760. "step": "ORIG_E0_STEP_PIN",
  761. "dir": "ORIG_E0_DIR_PIN",
  762. "enable": "ORIG_E0_ENABLE_PIN"
  763. }
  764. },
  765. {
  766. "id": 1,
  767. "heatManager": 1,
  768. "pidDriveMin": 40,
  769. "pidDriveMax": 255,
  770. "pidMax": 255,
  771. "sensorType": 5,
  772. "sensorPin": "TEMP_2_PIN",
  773. "heaterPin": "HEATER_2_PIN",
  774. "maxFeedrate": 100,
  775. "startFeedrate": 40,
  776. "invert": "1",
  777. "invertEnable": "1",
  778. "acceleration": 5000,
  779. "watchPeriod": 1,
  780. "pidP": 8.94,
  781. "pidI": 0.51,
  782. "pidD": 20,
  783. "advanceK": 0,
  784. "advanceL": 0,
  785. "waitRetractTemp": 150,
  786. "waitRetractUnits": 0,
  787. "waitRetract": 0,
  788. "stepsPerMM": 257,
  789. "coolerPin": -1,
  790. "coolerSpeed": 255,
  791. "selectCommands": "",
  792. "deselectCommands": "",
  793. "xOffset": 0,
  794. "yOffset": 0,
  795. "zOffset": 0,
  796. "xOffsetSteps": 0,
  797. "yOffsetSteps": 0,
  798. "zOffsetSteps": 0,
  799. "stepper": {
  800. "name": "Extruder 1",
  801. "step": "ORIG_E1_STEP_PIN",
  802. "dir": "ORIG_E1_DIR_PIN",
  803. "enable": "ORIG_E1_ENABLE_PIN"
  804. },
  805. "advanceBacklashSteps": 0,
  806. "decoupleTestPeriod": 30,
  807. "jamPin": -1,
  808. "jamPullup": "0",
  809. "mirror": "0",
  810. "invert2": "0",
  811. "stepper2": {
  812. "name": "Extruder 1",
  813. "step": "ORIG_E1_STEP_PIN",
  814. "dir": "ORIG_E1_DIR_PIN",
  815. "enable": "ORIG_E1_ENABLE_PIN"
  816. }
  817. },
  818. {
  819. "id": 2,
  820. "heatManager": 1,
  821. "pidDriveMin": 40,
  822. "pidDriveMax": 255,
  823. "pidMax": 255,
  824. "sensorType": 5,
  825. "sensorPin": "TEMP_3_PIN",
  826. "heaterPin": "HEATER_3_PIN",
  827. "maxFeedrate": 100,
  828. "startFeedrate": 40,
  829. "invert": "1",
  830. "invertEnable": "1",
  831. "acceleration": 5000,
  832. "watchPeriod": 1,
  833. "pidP": 8.94,
  834. "pidI": 0.51,
  835. "pidD": 20,
  836. "advanceK": 0,
  837. "advanceL": 0,
  838. "waitRetractTemp": 150,
  839. "waitRetractUnits": 0,
  840. "waitRetract": 0,
  841. "stepsPerMM": 257,
  842. "coolerPin": -1,
  843. "coolerSpeed": 255,
  844. "selectCommands": "",
  845. "deselectCommands": "",
  846. "xOffset": 0,
  847. "yOffset": 0,
  848. "zOffset": 0,
  849. "xOffsetSteps": 0,
  850. "yOffsetSteps": 0,
  851. "zOffsetSteps": 0,
  852. "stepper": {
  853. "name": "Extruder 2",
  854. "step": "ORIG_E2_STEP_PIN",
  855. "dir": "ORIG_E2_DIR_PIN",
  856. "enable": "ORIG_E2_ENABLE_PIN"
  857. },
  858. "advanceBacklashSteps": 0,
  859. "decoupleTestPeriod": 30,
  860. "jamPin": -1,
  861. "jamPullup": "0",
  862. "mirror": "0",
  863. "invert2": "0",
  864. "stepper2": {
  865. "name": "Extruder 2",
  866. "step": "ORIG_E2_STEP_PIN",
  867. "dir": "ORIG_E2_DIR_PIN",
  868. "enable": "ORIG_E2_ENABLE_PIN"
  869. }
  870. },
  871. {
  872. "id": 3,
  873. "heatManager": 1,
  874. "pidDriveMin": 40,
  875. "pidDriveMax": 255,
  876. "pidMax": 255,
  877. "sensorType": 5,
  878. "sensorPin": "TEMP_4_PIN",
  879. "heaterPin": "HEATER_4_PIN",
  880. "maxFeedrate": 100,
  881. "startFeedrate": 40,
  882. "invert": "1",
  883. "invertEnable": "1",
  884. "acceleration": 5000,
  885. "watchPeriod": 1,
  886. "pidP": 8.94,
  887. "pidI": 0.51,
  888. "pidD": 20,
  889. "advanceK": 0,
  890. "advanceL": 0,
  891. "waitRetractTemp": 150,
  892. "waitRetractUnits": 0,
  893. "waitRetract": 0,
  894. "stepsPerMM": 257,
  895. "coolerPin": -1,
  896. "coolerSpeed": 255,
  897. "selectCommands": "",
  898. "deselectCommands": "",
  899. "xOffset": 0,
  900. "yOffset": 0,
  901. "zOffset": 0,
  902. "xOffsetSteps": 0,
  903. "yOffsetSteps": 0,
  904. "zOffsetSteps": 0,
  905. "stepper": {
  906. "name": "Extruder 3",
  907. "step": "ORIG_E3_STEP_PIN",
  908. "dir": "ORIG_E3_DIR_PIN",
  909. "enable": "ORIG_E3_ENABLE_PIN"
  910. },
  911. "advanceBacklashSteps": 0,
  912. "decoupleTestPeriod": 30,
  913. "jamPin": -1,
  914. "jamPullup": "0",
  915. "mirror": "0",
  916. "invert2": "0",
  917. "stepper2": {
  918. "name": "Extruder 3",
  919. "step": "ORIG_E3_STEP_PIN",
  920. "dir": "ORIG_E3_DIR_PIN",
  921. "enable": "ORIG_E3_ENABLE_PIN"
  922. }
  923. }
  924. ],
  925. "uiLanguage": 0,
  926. "uiController": 0,
  927. "xMinEndstop": 1,
  928. "yMinEndstop": 1,
  929. "zMinEndstop": 1,
  930. "xMaxEndstop": 1,
  931. "yMaxEndstop": 1,
  932. "zMaxEndstop": 1,
  933. "motherboard": 35,
  934. "driveSystem": 0,
  935. "xMaxSpeed": 200,
  936. "xHomingSpeed": 40,
  937. "xTravelAcceleration": 1000,
  938. "xPrintAcceleration": 1000,
  939. "yMaxSpeed": 200,
  940. "yHomingSpeed": 40,
  941. "yTravelAcceleration": 1000,
  942. "yPrintAcceleration": 1000,
  943. "zMaxSpeed": 80,
  944. "zHomingSpeed": 40,
  945. "zTravelAcceleration": 50,
  946. "zPrintAcceleration": 50,
  947. "xMotor": {
  948. "name": "X motor",
  949. "step": "ORIG_X_STEP_PIN",
  950. "dir": "ORIG_X_DIR_PIN",
  951. "enable": "ORIG_X_ENABLE_PIN"
  952. },
  953. "yMotor": {
  954. "name": "Y motor",
  955. "step": "ORIG_Y_STEP_PIN",
  956. "dir": "ORIG_Y_DIR_PIN",
  957. "enable": "ORIG_Y_ENABLE_PIN"
  958. },
  959. "zMotor": {
  960. "name": "Z motor",
  961. "step": "ORIG_Z_STEP_PIN",
  962. "dir": "ORIG_Z_DIR_PIN",
  963. "enable": "ORIG_Z_ENABLE_PIN"
  964. },
  965. "enableBacklash": "1",
  966. "backlashX": 0,
  967. "backlashY": 0,
  968. "backlashZ": 0,
  969. "stepperInactiveTime": 360,
  970. "maxInactiveTime": 0,
  971. "xMinPos": 0,
  972. "yMinPos": 0,
  973. "zMinPos": 0,
  974. "xLength": 418,
  975. "yLength": 240,
  976. "zLength": 210,
  977. "alwaysCheckEndstops": "1",
  978. "disableX": "0",
  979. "disableY": "0",
  980. "disableZ": "0",
  981. "disableE": "0",
  982. "xHomeDir": "-1",
  983. "yHomeDir": "-1",
  984. "zHomeDir": "-1",
  985. "xEndstopBack": 1,
  986. "yEndstopBack": 1,
  987. "zEndstopBack": 0,
  988. "deltaSegmentsPerSecondPrint": 180,
  989. "deltaSegmentsPerSecondTravel": 70,
  990. "deltaDiagonalRod": 445,
  991. "deltaHorizontalRadius": 209.25,
  992. "deltaAlphaA": 210,
  993. "deltaAlphaB": 330,
  994. "deltaAlphaC": 90,
  995. "deltaDiagonalCorrA": 0,
  996. "deltaDiagonalCorrB": 0,
  997. "deltaDiagonalCorrC": 0,
  998. "deltaMaxRadius": 150,
  999. "deltaFloorSafetyMarginMM": 15,
  1000. "deltaRadiusCorrA": 0,
  1001. "deltaRadiusCorrB": 0,
  1002. "deltaRadiusCorrC": 0,
  1003. "deltaXOffsetSteps": 0,
  1004. "deltaYOffsetSteps": 0,
  1005. "deltaZOffsetSteps": 0,
  1006. "deltaSegmentsPerLine": 24,
  1007. "stepperHighDelay": 0,
  1008. "directionDelay": 0,
  1009. "stepDoublerFrequency": 12000,
  1010. "allowQuadstepping": "1",
  1011. "doubleStepDelay": 1,
  1012. "maxJerk": 25,
  1013. "maxZJerk": 0.3,
  1014. "moveCacheSize": 24,
  1015. "moveCacheLow": 10,
  1016. "lowTicksPerMove": 250000,
  1017. "enablePowerOnStartup": "1",
  1018. "echoOnExecute": "1",
  1019. "sendWaits": "1",
  1020. "ackWithLineNumber": "1",
  1021. "killMethod": 1,
  1022. "useAdvance": "0",
  1023. "useQuadraticAdvance": "0",
  1024. "powerInverting": 0,
  1025. "mirrorX": 0,
  1026. "mirrorXMotor": {
  1027. "name": "Extruder 1",
  1028. "step": "ORIG_E1_STEP_PIN",
  1029. "dir": "ORIG_E1_DIR_PIN",
  1030. "enable": "ORIG_E1_ENABLE_PIN"
  1031. },
  1032. "mirrorY": 0,
  1033. "mirrorYMotor": {
  1034. "name": "Extruder 1",
  1035. "step": "ORIG_E1_STEP_PIN",
  1036. "dir": "ORIG_E1_DIR_PIN",
  1037. "enable": "ORIG_E1_ENABLE_PIN"
  1038. },
  1039. "mirrorZ": 0,
  1040. "mirrorZMotor": {
  1041. "name": "Extruder 1",
  1042. "step": "ORIG_E1_STEP_PIN",
  1043. "dir": "ORIG_E1_DIR_PIN",
  1044. "enable": "ORIG_E1_ENABLE_PIN"
  1045. },
  1046. "mirrorZ3": "0",
  1047. "mirrorZ3Motor": {
  1048. "name": "Extruder 2",
  1049. "step": "ORIG_E2_STEP_PIN",
  1050. "dir": "ORIG_E2_DIR_PIN",
  1051. "enable": "ORIG_E2_ENABLE_PIN"
  1052. },
  1053. "dittoPrinting": "1",
  1054. "featureServos": "0",
  1055. "servo0Pin": 11,
  1056. "servo1Pin": -1,
  1057. "servo2Pin": -1,
  1058. "servo3Pin": -1,
  1059. "featureWatchdog": "1",
  1060. "hasHeatedBed": "1",
  1061. "enableZProbing": "0",
  1062. "extrudeMaxLength": 160,
  1063. "homeOrder": "HOME_ORDER_XYZ",
  1064. "featureController": 21,
  1065. "uiPrinterName": "Stacker 500",
  1066. "uiPrinterCompany": "Stacker LLC",
  1067. "uiPagesDuration": 4000,
  1068. "uiAnimation": "0",
  1069. "uiDisablePageswitch": "1",
  1070. "uiAutoReturnAfter": 30000,
  1071. "featureKeys": "0",
  1072. "uiEncoderSpeed": 1,
  1073. "uiReverseEncoder": "0",
  1074. "uiKeyBouncetime": 10,
  1075. "uiKeyFirstRepeat": 500,
  1076. "uiKeyReduceRepeat": 50,
  1077. "uiKeyMinRepeat": 50,
  1078. "featureBeeper": "1",
  1079. "uiPresetBedTempPLA": 60,
  1080. "uiPresetBedABS": 110,
  1081. "uiPresetExtruderPLA": 190,
  1082. "uiPresetExtruderABS": 240,
  1083. "uiMinHeatedBed": 30,
  1084. "uiMaxHeatedBed": 120,
  1085. "uiMinEtxruderTemp": 170,
  1086. "uiMaxExtruderTemp": 280,
  1087. "uiExtruderFeedrate": 2,
  1088. "uiExtruderRetractDistance": 3,
  1089. "uiSpeeddependentPositioning": "0",
  1090. "maxBedTemperature": 120,
  1091. "bedSensorType": 8,
  1092. "bedSensorPin": "TEMP_1_PIN",
  1093. "bedHeaterPin": "HEATER_1_PIN",
  1094. "bedHeatManager": 1,
  1095. "bedUpdateInterval": 5000,
  1096. "bedPidDriveMin": 80,
  1097. "bedPidDriveMax": 255,
  1098. "bedPidP": 196,
  1099. "bedPidI": 33,
  1100. "bedPidD": 290,
  1101. "bedPidMax": 255,
  1102. "bedDecoupleTestPeriod": 300,
  1103. "caseLightPin": -1,
  1104. "caseLightDefaultOn": "1",
  1105. "bedSkipIfWithin": 3,
  1106. "gen1T0": 25,
  1107. "gen1R0": 100000,
  1108. "gen1Beta": 4036,
  1109. "gen1MinTemp": -20,
  1110. "gen1MaxTemp": 300,
  1111. "gen1R1": 0,
  1112. "gen1R2": 4700,
  1113. "gen2T0": 25,
  1114. "gen2R0": 100000,
  1115. "gen2Beta": 4036,
  1116. "gen2MinTemp": -20,
  1117. "gen2MaxTemp": 300,
  1118. "gen2R1": 0,
  1119. "gen2R2": 4700,
  1120. "gen3T0": 25,
  1121. "gen3R0": 100000,
  1122. "gen3Beta": 4036,
  1123. "gen3MinTemp": -20,
  1124. "gen3MaxTemp": 300,
  1125. "gen3R1": 0,
  1126. "gen3R2": 4700,
  1127. "userTable0": {
  1128. "r1": 0,
  1129. "r2": 4700,
  1130. "temps": [
  1131. {
  1132. "t": 1000,
  1133. "r": 0,
  1134. "adc": 0
  1135. },
  1136. {
  1137. "t": 285,
  1138. "r": 80.65,
  1139. "adc": 69.083022183176
  1140. },
  1141. {
  1142. "t": 275,
  1143. "r": 93,
  1144. "adc": 79.456499061131
  1145. },
  1146. {
  1147. "t": 265,
  1148. "r": 107.9,
  1149. "adc": 91.900933879656
  1150. },
  1151. {
  1152. "t": 255,
  1153. "r": 125.8,
  1154. "adc": 106.74934725849
  1155. },
  1156. {
  1157. "t": 245,
  1158. "r": 147.5,
  1159. "adc": 124.60288808664
  1160. },
  1161. {
  1162. "t": 235.7,
  1163. "r": 174,
  1164. "adc": 146.18998768978
  1165. },
  1166. {
  1167. "t": 226.3,
  1168. "r": 206.5,
  1169. "adc": 172.34637725466
  1170. },
  1171. {
  1172. "t": 217,
  1173. "r": 246.8,
  1174. "adc": 204.30298374707
  1175. },
  1176. {
  1177. "t": 207.6,
  1178. "r": 296.9,
  1179. "adc": 243.31195341111
  1180. },
  1181. {
  1182. "t": 198.3,
  1183. "r": 359.7,
  1184. "adc": 291.11834693757
  1185. },
  1186. {
  1187. "t": 188.9,
  1188. "r": 439.3,
  1189. "adc": 350.03473235655
  1190. },
  1191. {
  1192. "t": 179.6,
  1193. "r": 540.6,
  1194. "adc": 422.42434072434
  1195. },
  1196. {
  1197. "t": 170.2,
  1198. "r": 671.4,
  1199. "adc": 511.85594072309
  1200. },
  1201. {
  1202. "t": 160.9,
  1203. "r": 841.4,
  1204. "adc": 621.78023604143
  1205. },
  1206. {
  1207. "t": 151.5,
  1208. "r": 1064,
  1209. "adc": 755.91256072172
  1210. },
  1211. {
  1212. "t": 142.2,
  1213. "r": 1360,
  1214. "adc": 919.0099009901
  1215. },
  1216. {
  1217. "t": 123.5,
  1218. "r": 2298,
  1219. "adc": 1344.7142040583
  1220. },
  1221. {
  1222. "t": 67.4,
  1223. "r": 15440,
  1224. "adc": 3139.364448858
  1225. },
  1226. {
  1227. "t": 58,
  1228. "r": 22510,
  1229. "adc": 3387.6681367144
  1230. },
  1231. {
  1232. "t": 48.7,
  1233. "r": 33490,
  1234. "adc": 3591.0329929301
  1235. },
  1236. {
  1237. "t": 39.3,
  1238. "r": 50960,
  1239. "adc": 3749.2130794107
  1240. },
  1241. {
  1242. "t": 30,
  1243. "r": 79360,
  1244. "adc": 3866.0385438972
  1245. },
  1246. {
  1247. "t": 20,
  1248. "r": 126800,
  1249. "adc": 3948.63878327
  1250. },
  1251. {
  1252. "t": 10,
  1253. "r": 208600,
  1254. "adc": 4004.7679324895
  1255. },
  1256. {
  1257. "t": 0,
  1258. "r": 353700,
  1259. "adc": 4041.298828125
  1260. },
  1261. {
  1262. "t": -10,
  1263. "r": 620000,
  1264. "adc": 4064.1908115896
  1265. },
  1266. {
  1267. "t": -30,
  1268. "r": 2132000,
  1269. "adc": 4085.992418215
  1270. },
  1271. {
  1272. "t": -50,
  1273. "r": 8743000,
  1274. "adc": 4092.7998216674
  1275. }
  1276. ],
  1277. "numEntries": 29
  1278. },
  1279. "userTable1": {
  1280. "r1": 0,
  1281. "r2": 4700,
  1282. "temps": [],
  1283. "numEntries": 0
  1284. },
  1285. "userTable2": {
  1286. "r1": 0,
  1287. "r2": 4700,
  1288. "temps": [],
  1289. "numEntries": 0
  1290. },
  1291. "tempHysteresis": 0,
  1292. "pidControlRange": 20,
  1293. "skipM109Within": 2,
  1294. "extruderFanCoolTemp": 50,
  1295. "minTemp": 150,
  1296. "maxTemp": 280,
  1297. "minDefectTemp": -10,
  1298. "maxDefectTemp": 300,
  1299. "arcSupport": "1",
  1300. "featureMemoryPositionWatchdog": "1",
  1301. "forceChecksum": "0",
  1302. "sdExtendedDir": "1",
  1303. "featureFanControl": "1",
  1304. "fanPin": "ORIG_FAN_PIN",
  1305. "featureFan2Control": "0",
  1306. "fan2Pin": "ORIG_FAN2_PIN",
  1307. "fanThermoPin": -1,
  1308. "fanThermoMinPWM": 128,
  1309. "fanThermoMaxPWM": 255,
  1310. "fanThermoMinTemp": 45,
  1311. "fanThermoMaxTemp": 60,
  1312. "fanThermoThermistorPin": -1,
  1313. "fanThermoThermistorType": 1,
  1314. "scalePidToMax": 0,
  1315. "zProbePin": -1,
  1316. "zProbeBedDistance": 10,
  1317. "zProbePullup": "0",
  1318. "zProbeOnHigh": "0",
  1319. "zProbeXOffset": 0,
  1320. "zProbeYOffset": 0,
  1321. "zProbeWaitBeforeTest": "0",
  1322. "zProbeSpeed": 2,
  1323. "zProbeXYSpeed": 150,
  1324. "zProbeHeight": 40,
  1325. "zProbeStartScript": "",
  1326. "zProbeFinishedScript": "",
  1327. "featureAutolevel": "1",
  1328. "zProbeX1": 20,
  1329. "zProbeY1": 20,
  1330. "zProbeX2": 160,
  1331. "zProbeY2": 20,
  1332. "zProbeX3": 100,
  1333. "zProbeY3": 160,
  1334. "zProbeSwitchingDistance": 1,
  1335. "zProbeRepetitions": 1,
  1336. "sdSupport": "1",
  1337. "sdCardDetectPin": "ORIG_SDCARDDETECT",
  1338. "sdCardDetectInverted": "0",
  1339. "uiStartScreenDelay": 1000,
  1340. "xEndstopBackMove": 6,
  1341. "yEndstopBackMove": 6,
  1342. "zEndstopBackMove": 6,
  1343. "xEndstopRetestFactor": 3,
  1344. "yEndstopRetestFactor": 3,
  1345. "zEndstopRetestFactor": 6,
  1346. "xMinPin": "ORIG_X_MIN_PIN",
  1347. "yMinPin": "ORIG_Y_MIN_PIN",
  1348. "zMinPin": "ORIG_Z_MIN_PIN",
  1349. "xMaxPin": "ORIG_X_MAX_PIN",
  1350. "yMaxPin": "ORIG_Y_MAX_PIN",
  1351. "zMaxPin": "ORIG_Z_MAX_PIN",
  1352. "deltaHomeOnPower": "0",
  1353. "fanBoardPin": "ORIG_FAN_PIN",
  1354. "heaterPWMSpeed": 0,
  1355. "featureBabystepping": "1",
  1356. "babystepMultiplicator": 1,
  1357. "pdmForHeater": "0",
  1358. "pdmForCooler": "0",
  1359. "psOn": -1,
  1360. "mixingExtruder": "0",
  1361. "decouplingTestMaxHoldVariance": 20,
  1362. "decouplingTestMinTempRise": 1,
  1363. "featureAxisComp": "0",
  1364. "axisCompTanXY": 0,
  1365. "axisCompTanXZ": 0,
  1366. "axisCompTanYZ": 0,
  1367. "retractOnPause": 4,
  1368. "pauseStartCommands": "",
  1369. "pauseEndCommands": "",
  1370. "distortionCorrection": "0",
  1371. "distortionCorrectionPoints": 5,
  1372. "distortionCorrectionR": 100,
  1373. "distortionPermanent": "1",
  1374. "distortionUpdateFrequency": 15,
  1375. "distortionStartDegrade": 0.5,
  1376. "distortionEndDegrade": 1,
  1377. "distortionExtrapolateCorners": "0",
  1378. "distortionXMin": 10,
  1379. "distortionXMax": 190,
  1380. "distortionYMin": 10,
  1381. "distortionYMax": 190,
  1382. "sdRunOnStop": "",
  1383. "sdStopHeaterMotorsOnStop": "1",
  1384. "featureRetraction": "1",
  1385. "autoretractEnabled": "0",
  1386. "retractionLength": 2.5,
  1387. "retractionLongLength": 2.5,
  1388. "retractionSpeed": 50,
  1389. "retractionZLift": 0,
  1390. "retractionUndoExtraLength": 0,
  1391. "retractionUndoExtraLongLength": 0,
  1392. "retractionUndoSpeed": 40,
  1393. "filamentChangeXPos": 0,
  1394. "filamentChangeYPos": 0,
  1395. "filamentChangeZAdd": 2,
  1396. "filamentChangeRehome": 1,
  1397. "filamentChangeShortRetract": 5,
  1398. "filamentChangeLongRetract": 50,
  1399. "fanKickstart": 200,
  1400. "servo0StartPos": -1,
  1401. "servo1StartPos": -1,
  1402. "servo2StartPos": -1,
  1403. "servo3StartPos": -1,
  1404. "uiDynamicEncoderSpeed": "1",
  1405. "uiServoControl": 0,
  1406. "killIfSensorDefect": "1",
  1407. "jamSteps": 220,
  1408. "jamSlowdownSteps": 320,
  1409. "jamSlowdownTo": 70,
  1410. "jamErrorSteps": 500,
  1411. "jamMinSteps": 10,
  1412. "jamAction": 1,
  1413. "primaryPort": 0,
  1414. "numMotorDrivers": 0,
  1415. "motorDrivers": [
  1416. {
  1417. "t": "None",
  1418. "s": "",
  1419. "invertEnable": "0",
  1420. "invertDirection": "0",
  1421. "stepsPerMM": 100,
  1422. "speed": 10,
  1423. "dirPin": -1,
  1424. "stepPin": -1,
  1425. "enablePin": -1
  1426. },
  1427. {
  1428. "t": "None",
  1429. "s": "",
  1430. "invertEnable": "0",
  1431. "invertDirection": "0",
  1432. "stepsPerMM": 100,
  1433. "speed": 10,
  1434. "dirPin": -1,
  1435. "stepPin": -1,
  1436. "enablePin": -1
  1437. },
  1438. {
  1439. "t": "None",
  1440. "s": "",
  1441. "invertEnable": "0",
  1442. "invertDirection": "0",
  1443. "stepsPerMM": 100,
  1444. "speed": 10,
  1445. "dirPin": -1,
  1446. "stepPin": -1,
  1447. "enablePin": -1
  1448. },
  1449. {
  1450. "t": "None",
  1451. "s": "",
  1452. "invertEnable": "0",
  1453. "invertDirection": "0",
  1454. "stepsPerMM": 100,
  1455. "speed": 10,
  1456. "dirPin": -1,
  1457. "stepPin": -1,
  1458. "enablePin": -1
  1459. },
  1460. {
  1461. "t": "None",
  1462. "s": "",
  1463. "invertEnable": "0",
  1464. "invertDirection": "0",
  1465. "stepsPerMM": 100,
  1466. "speed": 10,
  1467. "dirPin": -1,
  1468. "stepPin": -1,
  1469. "enablePin": -1
  1470. },
  1471. {
  1472. "t": "None",
  1473. "s": "",
  1474. "invertEnable": "0",
  1475. "invertDirection": "0",
  1476. "stepsPerMM": 100,
  1477. "speed": 10,
  1478. "dirPin": -1,
  1479. "stepPin": -1,
  1480. "enablePin": -1
  1481. }
  1482. ],
  1483. "manualConfig": "#define DEBUG_ECHO_ASCII\n\n\n#define MACHINE_TYPE \"STACKER\"\n#define ALTERNATIVE_JERK\n#define REDUCE_ON_SMALL_SEGMENTS\n#define MAX_JERK_DISTANCE 0.8 \n#define ZHOME_WAIT_UNSWING 500\n#define BIG_OUTPUT_BUFFER \/\/ allows complete temperature line as output\n#define CUSTOM_LOGO\n#define LOGO_WIDTH 128\n#define LOGO_HEIGHT 13\n#define LOGO_BITMAP const unsigned char logo[] PROGMEM = {\\\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\\\n0x0F, 0xFF, 0xF3, 0xFF, 0xF9, 0xFF, 0xFE, 0x7F, 0xFF, 0x9E, 0x0F, 0x87, 0xFF, 0xF7, 0xFF, 0xFC,\\\n0x1F, 0xFF, 0xF3, 0xFF, 0xF3, 0xFF, 0xFC, 0xFF, 0xFF, 0x3C, 0x1F, 0x07, 0xFF, 0xE7, 0xFF, 0xF8,\\\n0x1F, 0xFF, 0xE7, 0xFF, 0xF3, 0xFF, 0xFC, 0xFF, 0xFF, 0x3C, 0x3E, 0x0F, 0xFF, 0xEF, 0xFF, 0xF8,\\\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x00,\\\n0x38, 0x00, 0x00, 0x3C, 0x07, 0x80, 0x79, 0xE0, 0x00, 0x78, 0x00, 0x0E, 0x00, 0x0F, 0x00, 0xF8,\\\n0x3F, 0xFF, 0x80, 0x3C, 0x07, 0x3F, 0xF9, 0xE0, 0x00, 0x7B, 0xF8, 0x1F, 0xFF, 0x8F, 0x01, 0xF0,\\\n0x3F, 0xFF, 0xC0, 0x78, 0x0F, 0x7F, 0xF9, 0xC0, 0x00, 0x73, 0xF8, 0x1F, 0xFF, 0x8E, 0x7F, 0xE0,\\\n0x00, 0x03, 0xC0, 0x78, 0x0E, 0x00, 0x73, 0xC0, 0x00, 0xF0, 0x7C, 0x1E, 0x00, 0x1E, 0xFF, 0xC0,\\\n0x00, 0x03, 0xC0, 0x70, 0x0E, 0x00, 0xF3, 0xC0, 0x00, 0xF0, 0x3E, 0x3C, 0x00, 0x1E, 0xFF, 0xC0,\\\n0x7F, 0xFF, 0x80, 0xF0, 0x1E, 0x00, 0xF3, 0xFF, 0xFC, 0xF0, 0x1E, 0x3F, 0xFF, 0x9C, 0x07, 0xC0,\\\n0xFF, 0xFF, 0x00, 0xF0, 0x1E, 0x01, 0xE7, 0xFF, 0xFD, 0xE0, 0x1F, 0x3F, 0xFF, 0xBC, 0x03, 0xE0,\\\n0xFF, 0xFE, 0x01, 0xE0, 0x3E, 0x01, 0xE7, 0xFF, 0xF9, 0xE0, 0x0F, 0xBF, 0xFF, 0x3C, 0x01, 0xF0\\\n};\n\n#if 0\nInformations:\n\nExtruder temperatures use a user defined table for ATC 104GT sensor. Here a adjustment to\nreal temperatures in nozzle is included. So in deviation to original temperature table these\ntemperatures are used:\n-50 - 30: Original T\n30-260: T-(T-30)*15\/230\n260-300: T-15\n\nNew table stops now at 285\u00b0C so max. settable temperature is 280\u00b0C\n#endif",
  1484. "zHomeMinTemperature": 0,
  1485. "zHomeXPos": 999999,
  1486. "zHomeYPos": 999999,
  1487. "zHomeHeatHeight": 20,
  1488. "zHomeHeatAll": "1",
  1489. "zProbeZOffsetMode": 0,
  1490. "zProbeZOffset": 0,
  1491. "uiBedCoating": "0",
  1492. "langEN": "1",
  1493. "langDE": "1",
  1494. "langNL": "0",
  1495. "langPT": "1",
  1496. "langIT": "1",
  1497. "langES": "1",
  1498. "langFI": "0",
  1499. "langSE": "0",
  1500. "langFR": "1",
  1501. "langCZ": "0",
  1502. "langPL": "1",
  1503. "langTR": "1",
  1504. "interpolateAccelerationWithZ": 0,
  1505. "accelerationFactorTop": 100,
  1506. "bendingCorrectionA": 0,
  1507. "bendingCorrectionB": 0,
  1508. "bendingCorrectionC": 0,
  1509. "preventZDisableOnStepperTimeout": "1",
  1510. "supportLaser": "0",
  1511. "laserPin": -1,
  1512. "laserOnHigh": "1",
  1513. "defaultPrinterMode": 0,
  1514. "supportCNC": "0",
  1515. "cncWaitOnEnable": 300,
  1516. "cncWaitOnDisable": 0,
  1517. "cncEnablePin": -1,
  1518. "cncEnableWith": "1",
  1519. "cncDirectionPin": -1,
  1520. "cncDirectionCW": "1",
  1521. "startupGCode": "",
  1522. "jsonOutput": "1",
  1523. "bedLevelingMethod": 0,
  1524. "bedCorrectionMethod": 0,
  1525. "bedLevelingGridSize": 5,
  1526. "bedLevelingRepetitions": 5,
  1527. "bedMotor1X": 0,
  1528. "bedMotor1Y": 0,
  1529. "bedMotor2X": 200,
  1530. "bedMotor2Y": 0,
  1531. "bedMotor3X": 100,
  1532. "bedMotor3Y": 200,
  1533. "zProbeRequiresHeating": "0",
  1534. "zProbeMinTemperature": 150,
  1535. "adcKeypadPin": -1,
  1536. "sharedExtruderHeater": "0",
  1537. "extruderSwitchXYSpeed": 100,
  1538. "dualXAxis": "0",
  1539. "boardFanSpeed": 255,
  1540. "keepAliveInterval": 2000,
  1541. "interpolateZAxis": "1",
  1542. "zAccelerationTop": 30,
  1543. "maxHalfstepInterval": 1999,
  1544. "hasMAX6675": false,
  1545. "hasMAX31855": false,
  1546. "hasGeneric1": false,
  1547. "hasGeneric2": false,
  1548. "hasGeneric3": false,
  1549. "hasUser0": true,
  1550. "hasUser1": false,
  1551. "hasUser2": false,
  1552. "numExtruder": 4,
  1553. "version": 100,
  1554. "primaryPortName": ""
  1555. }
  1556. ========== End configuration string ==========
  1557.  
  1558. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement