<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Delta printer Z axis moves up only!! Help make it go down!]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/12839/" />
	<updated>2015-11-16T16:42:18Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/12839/delta-printer-z-axis-moves-up-only-help-make-it-go-down/</id>
		<entry>
			<title type="html"><![CDATA[Re: Delta printer Z axis moves up only!! Help make it go down!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109688/#p109688" />
			<content type="html"><![CDATA[<p>Great!&nbsp; Good luck with it!</p>]]></content>
			<author>
				<name><![CDATA[IronMan]]></name>
				<uri>https://www.soliforum.com/user/131/</uri>
			</author>
			<updated>2015-11-16T16:42:18Z</updated>
			<id>https://www.soliforum.com/post/109688/#p109688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Delta printer Z axis moves up only!! Help make it go down!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109685/#p109685" />
			<content type="html"><![CDATA[<p>I just figured it out! Boy, do I feel stupid! I had to put the the printer height as -120 instead of 120! The printer thought it could go up 120 in z and it thought it was at 0 to start. The result was travel was limited to up and not below 0. </p><br /><p>Duh!</p><p>Thanks for the response though.</p>]]></content>
			<author>
				<name><![CDATA[ccorwin]]></name>
				<uri>https://www.soliforum.com/user/851/</uri>
			</author>
			<updated>2015-11-16T16:12:50Z</updated>
			<id>https://www.soliforum.com/post/109685/#p109685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Delta printer Z axis moves up only!! Help make it go down!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109679/#p109679" />
			<content type="html"><![CDATA[<p>I don&#039;t know much about Delta printers and I know even less about RH Firmware; so I&#039;m probably the least qualified to help you...but endstop configurations and or wiring are usually the culprit here.&nbsp; Check out the link below for starters:</p><p><a href="http://reprapandme.blogspot.com/2014/02/irst-tests-and-calibration-repetier.html">http://reprapandme.blogspot.com/2014/02 … etier.html</a></p>]]></content>
			<author>
				<name><![CDATA[IronMan]]></name>
				<uri>https://www.soliforum.com/user/131/</uri>
			</author>
			<updated>2015-11-16T15:25:46Z</updated>
			<id>https://www.soliforum.com/post/109679/#p109679</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Delta printer Z axis moves up only!! Help make it go down!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109678/#p109678" />
			<content type="html"><![CDATA[<p>Hi folks,<br />I built a delta printer (k800) and am having trouble getting the z axis moving down. Ive checked the mechanicals and have switched out motor drivers. I have even switched the Z axis to use the encoder 1 driver with the same results. Ive also tested the stepper and switch by switching the axis. </p><p>Everything I do leads me to believe its in the firmware. I am using Repetier&#039;s firmware on a mega 2560 board with ramps 1.4 card and A4988 drivers. </p><p>The z axis will not move down except for when I use baby stepping. When I run a program the z axis again moves only up until it hits a limit switch, never down!</p><p>Please help me.</p><p>Here is the configuration.h file:</p><p>/*<br />&nbsp; &nbsp; This file is part of Repetier-Firmware.</p><p>&nbsp; &nbsp; Repetier-Firmware is free software: you can redistribute it and/or modify<br />&nbsp; &nbsp; it under the terms of the GNU General Public License as published by<br />&nbsp; &nbsp; the Free Software Foundation, either version 3 of the License, or<br />&nbsp; &nbsp; (at your option) any later version.</p><p>&nbsp; &nbsp; Repetier-Firmware is distributed in the hope that it will be useful,<br />&nbsp; &nbsp; but WITHOUT ANY WARRANTY; without even the implied warranty of<br />&nbsp; &nbsp; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the<br />&nbsp; &nbsp; GNU General Public License for more details.</p><p>&nbsp; &nbsp; You should have received a copy of the GNU General Public License<br />&nbsp; &nbsp; along with Repetier-Firmware.&nbsp; If not, see &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.</p><p>*/</p><p>#ifndef CONFIGURATION_H<br />#define CONFIGURATION_H</p><p>/**************** READ FIRST ************************</p><p>&nbsp; &nbsp;This configuration file was created with the configuration tool. For that<br />&nbsp; &nbsp;reason, it does not contain the same informations as the original Configuration.h file.<br />&nbsp; &nbsp;It misses the comments and unused parts. Open this file file in the config tool<br />&nbsp; &nbsp;to see and change the data. You can also upload it to newer/older versions. The system<br />&nbsp; &nbsp;will silently add new options, so compilation continues to work.</p><p>&nbsp; &nbsp;This file is optimized for version 0.92<br />&nbsp; &nbsp;generator: <a href="http://www.repetier.com/firmware/v092/">http://www.repetier.com/firmware/v092/</a></p><p>&nbsp; &nbsp;If you are in doubt which named functions use which pins on your board, please check the<br />&nbsp; &nbsp;pins.h for the used name-&gt;pin assignments and your board documentation to verify it is<br />&nbsp; &nbsp;as you expect.</p><p>*/</p><p>#define NUM_EXTRUDER 1<br />#define MOTHERBOARD 33<br />#include &quot;pins.h&quot;</p><p>// ################## EDIT THESE SETTINGS MANUALLY ################<br />// ################ END MANUAL SETTINGS ##########################</p><p>#define FAN_PIN -1<br />#define FAN_BOARD_PIN -1<br />#define Z_STEP_PIN ORIG_E1_STEP_PIN<br />#define Z_DIR_PIN ORIG_E1_DIR_PIN<br />#define Z_ENABLE_PIN E1_ENABLE_PIN</p><p>//#define EXTERNALSERIAL&nbsp; use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.<br />// Uncomment the following line if you are using arduino compatible firmware made for Arduino version earlier then 1.0<br />// If it is incompatible you will get compiler errors about write functions not beeing compatible!<br />//#define COMPAT_PRE1<br />#define BLUETOOTH_SERIAL&nbsp; -1<br />#define BLUETOOTH_BAUD&nbsp; 115200<br />#define MIXING_EXTRUDER 0</p><p>#define DRIVE_SYSTEM 3<br />#define XAXIS_STEPS_PER_MM 80<br />#define YAXIS_STEPS_PER_MM 80<br />#define ZAXIS_STEPS_PER_MM 80<br />#define EXTRUDER_FAN_COOL_TEMP 50<br />#define PDM_FOR_EXTRUDER 0<br />#define PDM_FOR_COOLER 0<br />#define DECOUPLING_TEST_MAX_HOLD_VARIANCE 20<br />#define DECOUPLING_TEST_MIN_TEMP_RISE 1<br />#define KILL_IF_SENSOR_DEFECT 0<br />#define RETRACT_ON_PAUSE 2<br />#define PAUSE_START_COMMANDS &quot;&quot;<br />#define PAUSE_END_COMMANDS &quot;&quot;<br />#define EXT0_X_OFFSET 0<br />#define EXT0_Y_OFFSET 0<br />#define EXT0_Z_OFFSET 0<br />#define EXT0_STEPS_PER_MM 370<br />#define EXT0_TEMPSENSOR_TYPE 1<br />#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN<br />#define EXT0_HEATER_PIN HEATER_0_PIN<br />#define EXT0_STEP_PIN ORIG_E0_STEP_PIN<br />#define EXT0_DIR_PIN ORIG_E0_DIR_PIN<br />#define EXT0_INVERSE 0<br />#define EXT0_ENABLE_PIN E0_ENABLE_PIN<br />#define EXT0_ENABLE_ON 0<br />#define EXT0_MAX_FEEDRATE 50<br />#define EXT0_MAX_START_FEEDRATE 20<br />#define EXT0_MAX_ACCELERATION 5000<br />#define EXT0_HEAT_MANAGER 3<br />#define EXT0_WATCHPERIOD 1<br />#define EXT0_PID_INTEGRAL_DRIVE_MAX 230<br />#define EXT0_PID_INTEGRAL_DRIVE_MIN 40<br />#define EXT0_PID_PGAIN_OR_DEAD_TIME 7<br />#define EXT0_PID_I 2<br />#define EXT0_PID_D 40<br />#define EXT0_PID_MAX 255<br />#define EXT0_ADVANCE_K 0<br />#define EXT0_ADVANCE_L 0<br />#define EXT0_ADVANCE_BACKLASH_STEPS 0<br />#define EXT0_WAIT_RETRACT_TEMP 150<br />#define EXT0_WAIT_RETRACT_UNITS 0<br />#define EXT0_SELECT_COMMANDS &quot;&quot;<br />#define EXT0_DESELECT_COMMANDS &quot;&quot;<br />#define EXT0_EXTRUDER_COOLER_PIN -1<br />#define EXT0_EXTRUDER_COOLER_SPEED 255<br />#define EXT0_DECOUPLE_TEST_PERIOD 12000<br />#define EXT0_JAM_PIN -1<br />#define EXT0_JAM_PULLUP 0</p><p>#define FEATURE_RETRACTION 1<br />#define AUTORETRACT_ENABLED 0<br />#define RETRACTION_LENGTH 3<br />#define RETRACTION_LONG_LENGTH 13<br />#define RETRACTION_SPEED 40<br />#define RETRACTION_Z_LIFT 0<br />#define RETRACTION_UNDO_EXTRA_LENGTH 0<br />#define RETRACTION_UNDO_EXTRA_LONG_LENGTH 0<br />#define RETRACTION_UNDO_SPEED 20<br />#define FILAMENTCHANGE_X_POS 0<br />#define FILAMENTCHANGE_Y_POS 0<br />#define FILAMENTCHANGE_Z_ADD&nbsp; 2<br />#define FILAMENTCHANGE_REHOME 2<br />#define FILAMENTCHANGE_SHORTRETRACT 5<br />#define FILAMENTCHANGE_LONGRETRACT 50<br />#define JAM_STEPS 220<br />#define JAM_SLOWDOWN_STEPS 320<br />#define JAM_SLOWDOWN_TO 70<br />#define JAM_ERROR_STEPS 500<br />#define JAM_MIN_STEPS 10<br />#define JAM_ACTION 1</p><p>#define RETRACT_DURING_HEATUP true<br />#define PID_CONTROL_RANGE 20<br />#define SKIP_M109_IF_WITHIN 2<br />#define SCALE_PID_TO_MAX 0<br />#define TEMP_HYSTERESIS 0<br />#define EXTRUDE_MAXLENGTH 160<br />#define NUM_TEMPS_USERTHERMISTOR0 0<br />#define USER_THERMISTORTABLE0 {}<br />#define NUM_TEMPS_USERTHERMISTOR1 0<br />#define USER_THERMISTORTABLE1 {}<br />#define NUM_TEMPS_USERTHERMISTOR2 0<br />#define USER_THERMISTORTABLE2 {}<br />#define GENERIC_THERM_VREF 5<br />#define GENERIC_THERM_NUM_ENTRIES 33<br />#define HEATER_PWM_SPEED 0</p><p>// ############# Heated bed configuration ########################</p><p>#define HAVE_HEATED_BED 0<br />#define HEATED_BED_MAX_TEMP 120<br />#define SKIP_M190_IF_WITHIN 3<br />#define HEATED_BED_SENSOR_TYPE 1<br />#define HEATED_BED_SENSOR_PIN TEMP_1_PIN<br />#define HEATED_BED_HEATER_PIN HEATER_1_PIN<br />#define HEATED_BED_SET_INTERVAL 5000<br />#define HEATED_BED_HEAT_MANAGER 0<br />#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255<br />#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80<br />#define HEATED_BED_PID_PGAIN_OR_DEAD_TIME&nbsp; &nbsp;196<br />#define HEATED_BED_PID_IGAIN&nbsp; &nbsp;33<br />#define HEATED_BED_PID_DGAIN 290<br />#define HEATED_BED_PID_MAX 255<br />#define HEATED_BED_DECOUPLE_TEST_PERIOD 300000<br />#define MIN_EXTRUDER_TEMP 150<br />#define MAXTEMP 275<br />#define MIN_DEFECT_TEMPERATURE -10<br />#define MAX_DEFECT_TEMPERATURE 290</p><p>// ##########################################################################################<br />// ##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Laser configuration&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ##<br />// ##########################################################################################</p><p>/*</p><br /><p>#define SUPPORT_LASER 0<br />#define LASER_PIN -1<br />#define LASER_ON_HIGH 1 1</p><p>// ##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CNC configuration&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;##</p><p>/*<br />If the firmware is in CNC mode, it can control a mill with M3/M4/M5. It works<br />similar to laser mode, but mill keeps enabled during G0 moves and it allows<br />setting rpm (only with event extension that supports this) and milling direction.<br />It also can add a delay to wait for spindle to run on full speed.<br />*/</p><p>#define SUPPORT_CNC 0<br />#define CNC_WAIT_ON_ENABLE 300<br />#define CNC_WAIT_ON_DISABLE 0<br />#define CNC_ENABLE_PIN -1<br />#define CNC_ENABLE_WITH 1<br />#define CNC_DIRECTION_PIN -1<br />#define CNC_DIRECTION_CW 1</p><br /><p>#define DEFAULT_PRINTER_MODE 0</p><p>// ################ Endstop configuration #####################</p><p>#define ENDSTOP_PULLUP_X_MIN true<br />#define ENDSTOP_X_MIN_INVERTING false<br />#define MIN_HARDWARE_ENDSTOP_X true<br />#define ENDSTOP_PULLUP_Y_MIN true<br />#define ENDSTOP_Y_MIN_INVERTING false<br />#define MIN_HARDWARE_ENDSTOP_Y true<br />#define ENDSTOP_PULLUP_Z_MIN true<br />#define ENDSTOP_Z_MIN_INVERTING false<br />#define MIN_HARDWARE_ENDSTOP_Z true<br />#define ENDSTOP_PULLUP_X_MAX true<br />#define ENDSTOP_X_MAX_INVERTING false<br />#define MAX_HARDWARE_ENDSTOP_X true<br />#define ENDSTOP_PULLUP_Y_MAX true<br />#define ENDSTOP_Y_MAX_INVERTING false<br />#define MAX_HARDWARE_ENDSTOP_Y true<br />#define ENDSTOP_PULLUP_Z_MAX true<br />#define ENDSTOP_Z_MAX_INVERTING false<br />#define MAX_HARDWARE_ENDSTOP_Z true<br />#define max_software_endstop_r true</p><p>#define min_software_endstop_x false<br />#define min_software_endstop_y false<br />#define min_software_endstop_z false<br />#define max_software_endstop_x false<br />#define max_software_endstop_y false<br />#define max_software_endstop_z false<br />#define ENDSTOP_X_BACK_MOVE 5<br />#define ENDSTOP_Y_BACK_MOVE 5<br />#define ENDSTOP_Z_BACK_MOVE 5<br />#define ENDSTOP_X_RETEST_REDUCTION_FACTOR 3<br />#define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 3<br />#define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 3<br />#define ENDSTOP_X_BACK_ON_HOME 0.5<br />#define ENDSTOP_Y_BACK_ON_HOME 0.5<br />#define ENDSTOP_Z_BACK_ON_HOME 0.5<br />#define ALWAYS_CHECK_ENDSTOPS 1</p><p>// ################# XYZ movements ###################</p><p>#define X_ENABLE_ON 0<br />#define Y_ENABLE_ON 0<br />#define Z_ENABLE_ON 0<br />#define DISABLE_X 0<br />#define DISABLE_Y 0<br />#define DISABLE_Z 0<br />#define DISABLE_E 0<br />#define INVERT_X_DIR 0<br />#define INVERT_Y_DIR 0<br />#define INVERT_Z_DIR 0<br />#define X_HOME_DIR -1<br />#define Y_HOME_DIR -1<br />#define Z_HOME_DIR 1<br />#define X_MAX_LENGTH 200<br />#define Y_MAX_LENGTH 200<br />#define Z_MAX_LENGTH 120<br />#define X_MIN_POS 0<br />#define Y_MIN_POS 0<br />#define Z_MIN_POS 0<br />#define DISTORTION_CORRECTION 0<br />#define DISTORTION_CORRECTION_POINTS 5<br />#define DISTORTION_CORRECTION_R 100<br />#define DISTORTION_PERMANENT 1<br />#define DISTORTION_UPDATE_FREQUENCY 15<br />#define DISTORTION_START_DEGRADE 0.5<br />#define DISTORTION_END_HEIGHT 1<br />#define DISTORTION_EXTRAPOLATE_CORNERS 0</p><p>// ##########################################################################################<br />// ##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Movement settings&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ##<br />// ##########################################################################################</p><p>#define FEATURE_BABYSTEPPING 1<br />#define BABYSTEP_MULTIPLICATOR 1</p><p>#define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves<br />#define DELTA_SEGMENTS_PER_SECOND_MOVE 70 // Less accurate setting for other moves<br />#define EXACT_DELTA_MOVES 1</p><p>// Delta settings<br />#define DELTA_DIAGONAL_ROD 216.6 // mm<br />#define DELTA_ALPHA_A 210<br />#define DELTA_ALPHA_B 330<br />#define DELTA_ALPHA_C 90<br />#define DELTA_RADIUS_CORRECTION_A 0<br />#define DELTA_RADIUS_CORRECTION_B 0<br />#define DELTA_RADIUS_CORRECTION_C 0<br />#define DELTA_DIAGONAL_CORRECTION_A 0<br />#define DELTA_DIAGONAL_CORRECTION_B 0<br />#define DELTA_DIAGONAL_CORRECTION_C 0<br />#define END_EFFECTOR_HORIZONTAL_OFFSET 0<br />#define CARRIAGE_HORIZONTAL_OFFSET 0<br />#define DELTA_MAX_RADIUS 80<br />#define ROD_RADIUS 140<br />#define PRINTER_RADIUS 140<br />#define DELTA_HOME_ON_POWER 0<br />#define STEP_COUNTER<br />#define DELTA_X_ENDSTOP_OFFSET_STEPS 0<br />#define DELTA_Y_ENDSTOP_OFFSET_STEPS 0<br />#define DELTA_Z_ENDSTOP_OFFSET_STEPS 0<br />#define DELTA_FLOOR_SAFETY_MARGIN_MM 15<br />//#define SOFTWARE_LEVELING</p><p>#define DELTASEGMENTS_PER_PRINTLINE 24<br />#define STEPPER_INACTIVE_TIME 360L<br />#define MAX_INACTIVE_TIME 0L<br />#define MAX_FEEDRATE_X 200<br />#define MAX_FEEDRATE_Y 200<br />#define MAX_FEEDRATE_Z 200<br />#define HOMING_FEEDRATE_X 40<br />#define HOMING_FEEDRATE_Y 40<br />#define HOMING_FEEDRATE_Z 40<br />#define HOMING_ORDER HOME_ORDER_ZXY<br />#define ZHOME_MIN_TEMPERATURE 0<br />#define ZHOME_HEAT_ALL 1<br />#define ZHOME_HEAT_HEIGHT 20<br />#define ZHOME_X_POS 999999<br />#define ZHOME_Y_POS 999999<br />#define ENABLE_BACKLASH_COMPENSATION 0<br />#define X_BACKLASH 0<br />#define Y_BACKLASH 0<br />#define Z_BACKLASH 0<br />#define RAMP_ACCELERATION 1<br />#define STEPPER_HIGH_DELAY 0<br />#define DIRECTION_DELAY 2<br />#define STEP_DOUBLER_FREQUENCY 12000<br />#define ALLOW_QUADSTEPPING 1<br />#define DOUBLE_STEP_DELAY 2 // time in microseconds<br />#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000<br />#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000<br />#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 1000<br />#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 100<br />#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 100<br />#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 100<br />#define INTERPOLATE_ACCELERATION_WITH_Z 0<br />#define ACCELERATION_FACTOR_TOP 100<br />#define MAX_JERK 20<br />#define MAX_ZJERK 0.3<br />#define PRINTLINE_CACHE_SIZE 16<br />#define MOVE_CACHE_LOW 10<br />#define LOW_TICKS_PER_MOVE 250000<br />#define FEATURE_TWO_XSTEPPER 0<br />#define X2_STEP_PIN&nbsp; &nbsp;ORIG_E1_STEP_PIN<br />#define X2_DIR_PIN&nbsp; &nbsp; ORIG_E1_DIR_PIN<br />#define X2_ENABLE_PIN E1_ENABLE_PIN<br />#define FEATURE_TWO_YSTEPPER 0<br />#define Y2_STEP_PIN&nbsp; &nbsp;ORIG_E1_STEP_PIN<br />#define Y2_DIR_PIN&nbsp; &nbsp; ORIG_E1_DIR_PIN<br />#define Y2_ENABLE_PIN E1_ENABLE_PIN<br />#define FEATURE_TWO_ZSTEPPER 0<br />#define Z2_STEP_PIN&nbsp; &nbsp;ORIG_E1_STEP_PIN<br />#define Z2_DIR_PIN&nbsp; &nbsp; ORIG_E1_DIR_PIN<br />#define Z2_ENABLE_PIN E1_ENABLE_PIN<br />#define FEATURE_THREE_ZSTEPPER 0<br />#define Z3_STEP_PIN&nbsp; &nbsp;ORIG_E2_STEP_PIN<br />#define Z3_DIR_PIN&nbsp; &nbsp; ORIG_E2_DIR_PIN<br />#define Z3_ENABLE_PIN E2_ENABLE_PIN<br />#define FEATURE_DITTO_PRINTING 0<br />#define USE_ADVANCE 0<br />#define ENABLE_QUADRATIC_ADVANCE 0</p><br /><p>// ################# Misc. settings ##################</p><p>#define BAUDRATE 115200<br />#define ENABLE_POWER_ON_STARTUP 1<br />#define POWER_INVERTING 0<br />#define KILL_METHOD 1<br />#define ACK_WITH_LINENUMBER 1<br />#define WAITING_IDENTIFIER &quot;wait&quot;<br />#define ECHO_ON_EXECUTE 1<br />#define EEPROM_MODE 0<br />#define PS_ON_PIN ORIG_PS_ON_PIN</p><p>/* ======== Servos =======<br />Control the servos with<br />M340 P&lt;servoId&gt; S&lt;pulseInUS&gt;&nbsp; &nbsp;/ ServoID = 0..3&nbsp; pulseInUs = 500..2500<br />Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off.<br />WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware!<br />*/<br />#define FEATURE_SERVO 0<br />#define SERVO0_PIN 11<br />#define SERVO1_PIN -1<br />#define SERVO2_PIN -1<br />#define SERVO3_PIN -1<br />#define SERVO0_NEUTRAL_POS&nbsp; -1<br />#define SERVO1_NEUTRAL_POS&nbsp; -1<br />#define SERVO2_NEUTRAL_POS&nbsp; -1<br />#define SERVO3_NEUTRAL_POS&nbsp; -1<br />#define UI_SERVO_CONTROL 0<br />#define FAN_KICKSTART_TIME&nbsp; 200</p><p>&nbsp; &nbsp; &nbsp; &nbsp; #define FEATURE_WATCHDOG 0</p><p>// #################### Z-Probing #####################</p><p>#define Z_PROBE_Z_OFFSET 0<br />#define Z_PROBE_Z_OFFSET_MODE 0<br />#define UI_BED_COATING 1<br />#define FEATURE_Z_PROBE 0<br />#define Z_PROBE_BED_DISTANCE 10<br />#define Z_PROBE_PIN -1<br />#define Z_PROBE_PULLUP 0<br />#define Z_PROBE_ON_HIGH 0<br />#define Z_PROBE_X_OFFSET 0<br />#define Z_PROBE_Y_OFFSET 0<br />#define Z_PROBE_WAIT_BEFORE_TEST 0<br />#define Z_PROBE_SPEED 2<br />#define Z_PROBE_XY_SPEED 150<br />#define Z_PROBE_SWITCHING_DISTANCE 1<br />#define Z_PROBE_REPETITIONS 1<br />#define Z_PROBE_HEIGHT 40<br />#define Z_PROBE_START_SCRIPT &quot;&quot;<br />#define Z_PROBE_FINISHED_SCRIPT &quot;&quot;<br />#define FEATURE_AUTOLEVEL 1<br />#define Z_PROBE_X1 20<br />#define Z_PROBE_Y1 20<br />#define Z_PROBE_X2 160<br />#define Z_PROBE_Y2 20<br />#define Z_PROBE_X3 100<br />#define Z_PROBE_Y3 160<br />#define BENDING_CORRECTION_A 0<br />#define BENDING_CORRECTION_B 0<br />#define BENDING_CORRECTION_C 0<br />#define FEATURE_AXISCOMP 0<br />#define AXISCOMP_TANXY 0<br />#define AXISCOMP_TANYZ 0<br />#define AXISCOMP_TANXZ 0</p><p>#ifndef SDSUPPORT&nbsp; // Some boards have sd support on board. These define the values already in pins.h<br />#define SDSUPPORT 0<br />#define SDCARDDETECT -1<br />#define SDCARDDETECTINVERTED 0<br />#endif<br />#define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don&#039;t use this with Pronterface! */<br />#define SD_RUN_ON_STOP &quot;&quot;<br />#define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1<br />#define ARC_SUPPORT 1<br />#define FEATURE_MEMORY_POSITION 1<br />#define FEATURE_CHECKSUM_FORCED 0<br />#define FEATURE_FAN_CONTROL 0<br />#define FEATURE_CONTROLLER 2<br />#define LANGUAGE_EN_ACTIVE 1<br />#define LANGUAGE_DE_ACTIVE 0<br />#define LANGUAGE_NL_ACTIVE 0<br />#define LANGUAGE_PT_ACTIVE 0<br />#define LANGUAGE_IT_ACTIVE 0<br />#define LANGUAGE_ES_ACTIVE 0<br />#define LANGUAGE_SE_ACTIVE 0<br />#define LANGUAGE_FR_ACTIVE 0<br />#define LANGUAGE_CZ_ACTIVE 0<br />#define LANGUAGE_PL_ACTIVE 0<br />#define UI_PRINTER_NAME &quot;Delta&quot;<br />#define UI_PRINTER_COMPANY &quot;Minisink Tech&quot;<br />#define UI_PAGES_DURATION 4000<br />#define UI_ANIMATION 0<br />#define UI_SPEEDDEPENDENT_POSITIONING 0<br />#define UI_DISABLE_AUTO_PAGESWITCH 1<br />#define UI_AUTORETURN_TO_MENU_AFTER 30000<br />#define FEATURE_UI_KEYS 0<br />#define UI_ENCODER_SPEED 1<br />#define UI_REVERSE_ENCODER 0<br />#define UI_KEY_BOUNCETIME 10<br />#define UI_KEY_FIRST_REPEAT 500<br />#define UI_KEY_REDUCE_REPEAT 50<br />#define UI_KEY_MIN_REPEAT 50<br />#define FEATURE_BEEPER 1<br />#define CASE_LIGHTS_PIN -1<br />#define CASE_LIGHT_DEFAULT_ON 1<br />#define UI_START_SCREEN_DELAY 1000<br />#define UI_DYNAMIC_ENCODER_SPEED 1<br />&nbsp; &nbsp; &nbsp; &nbsp; /**<br />Beeper sound definitions for short beeps during key actions<br />and longer beeps for important actions.<br />Parameter is delay in microseconds and the secons is the number of repetitions.<br />Values must be in range 1..255<br />*/<br />#define BEEPER_SHORT_SEQUENCE 2,2<br />#define BEEPER_LONG_SEQUENCE 8,8<br />#define UI_SET_PRESET_HEATED_BED_TEMP_PLA 60<br />#define UI_SET_PRESET_EXTRUDER_TEMP_PLA&nbsp; &nbsp;190<br />#define UI_SET_PRESET_HEATED_BED_TEMP_ABS 110<br />#define UI_SET_PRESET_EXTRUDER_TEMP_ABS&nbsp; &nbsp;240<br />#define UI_SET_MIN_HEATED_BED_TEMP&nbsp; 30<br />#define UI_SET_MAX_HEATED_BED_TEMP 120<br />#define UI_SET_MIN_EXTRUDER_TEMP&nbsp; &nbsp;170<br />#define UI_SET_MAX_EXTRUDER_TEMP&nbsp; &nbsp;250<br />#define UI_SET_EXTRUDER_FEEDRATE 2<br />#define UI_SET_EXTRUDER_RETRACT_DISTANCE 3</p><br /><p>#define NUM_MOTOR_DRIVERS 0</p><br /><br /><p>#endif</p><p>/* Below you will find the configuration string, that created this Configuration.h</p><p>========== Start configuration string ==========<br />{<br />&nbsp; &nbsp; &quot;editMode&quot;: 2,<br />&nbsp; &nbsp; &quot;processor&quot;: 0,<br />&nbsp; &nbsp; &quot;baudrate&quot;: 115200,<br />&nbsp; &nbsp; &quot;bluetoothSerial&quot;: -1,<br />&nbsp; &nbsp; &quot;bluetoothBaudrate&quot;: 115200,<br />&nbsp; &nbsp; &quot;xStepsPerMM&quot;: 80,<br />&nbsp; &nbsp; &quot;yStepsPerMM&quot;: 80,<br />&nbsp; &nbsp; &quot;zStepsPerMM&quot;: 80,<br />&nbsp; &nbsp; &quot;xInvert&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;xInvertEnable&quot;: 0,<br />&nbsp; &nbsp; &quot;eepromMode&quot;: 0,<br />&nbsp; &nbsp; &quot;yInvert&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;yInvertEnable&quot;: 0,<br />&nbsp; &nbsp; &quot;zInvert&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;zInvertEnable&quot;: 0,<br />&nbsp; &nbsp; &quot;extruder&quot;: [<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;id&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;heatManager&quot;: 3,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidDriveMin&quot;: 40,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidDriveMax&quot;: 230,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidMax&quot;: 255,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sensorType&quot;: 1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sensorPin&quot;: &quot;TEMP_0_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;heaterPin&quot;: &quot;HEATER_0_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;maxFeedrate&quot;: 50,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;startFeedrate&quot;: 20,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invert&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;acceleration&quot;: 5000,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;watchPeriod&quot;: 1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidP&quot;: 7,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidI&quot;: 2,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;pidD&quot;: 40,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;advanceK&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;advanceL&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;waitRetractTemp&quot;: 150,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;waitRetractUnits&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;waitRetract&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 370,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;coolerPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;coolerSpeed&quot;: 255,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;selectCommands&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;deselectCommands&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;xOffset&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;yOffset&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;zOffset&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;xOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;yOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;zOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepper&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E0_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E0_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E0_ENABLE_PIN&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;advanceBacklashSteps&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;decoupleTestPeriod&quot;: 12,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;jamPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;jamPullup&quot;: &quot;0&quot;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; ],<br />&nbsp; &nbsp; &quot;uiLanguage&quot;: 0,<br />&nbsp; &nbsp; &quot;uiController&quot;: 0,<br />&nbsp; &nbsp; &quot;xMinEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;yMinEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;zMinEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;xMaxEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;yMaxEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;zMaxEndstop&quot;: 2,<br />&nbsp; &nbsp; &quot;motherboard&quot;: 33,<br />&nbsp; &nbsp; &quot;driveSystem&quot;: 3,<br />&nbsp; &nbsp; &quot;xMaxSpeed&quot;: 200,<br />&nbsp; &nbsp; &quot;xHomingSpeed&quot;: 40,<br />&nbsp; &nbsp; &quot;xTravelAcceleration&quot;: 100,<br />&nbsp; &nbsp; &quot;xPrintAcceleration&quot;: 1000,<br />&nbsp; &nbsp; &quot;yMaxSpeed&quot;: 200,<br />&nbsp; &nbsp; &quot;yHomingSpeed&quot;: 40,<br />&nbsp; &nbsp; &quot;yTravelAcceleration&quot;: 100,<br />&nbsp; &nbsp; &quot;yPrintAcceleration&quot;: 1000,<br />&nbsp; &nbsp; &quot;zMaxSpeed&quot;: 200,<br />&nbsp; &nbsp; &quot;zHomingSpeed&quot;: 40,<br />&nbsp; &nbsp; &quot;zTravelAcceleration&quot;: 100,<br />&nbsp; &nbsp; &quot;zPrintAcceleration&quot;: 1000,<br />&nbsp; &nbsp; &quot;xMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;X motor&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_X_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_X_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;ORIG_X_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;yMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Y motor&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_Y_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_Y_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;ORIG_Y_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;zMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 1&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E1_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E1_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E1_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;enableBacklash&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;backlashX&quot;: 0,<br />&nbsp; &nbsp; &quot;backlashY&quot;: 0,<br />&nbsp; &nbsp; &quot;backlashZ&quot;: 0,<br />&nbsp; &nbsp; &quot;stepperInactiveTime&quot;: 360,<br />&nbsp; &nbsp; &quot;maxInactiveTime&quot;: 0,<br />&nbsp; &nbsp; &quot;xMinPos&quot;: 0,<br />&nbsp; &nbsp; &quot;yMinPos&quot;: 0,<br />&nbsp; &nbsp; &quot;zMinPos&quot;: 0,<br />&nbsp; &nbsp; &quot;xLength&quot;: 200,<br />&nbsp; &nbsp; &quot;yLength&quot;: 200,<br />&nbsp; &nbsp; &quot;zLength&quot;: 120,<br />&nbsp; &nbsp; &quot;alwaysCheckEndstops&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;disableX&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;disableY&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;disableZ&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;disableE&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;xHomeDir&quot;: &quot;-1&quot;,<br />&nbsp; &nbsp; &quot;yHomeDir&quot;: &quot;-1&quot;,<br />&nbsp; &nbsp; &quot;zHomeDir&quot;: 1,<br />&nbsp; &nbsp; &quot;xEndstopBack&quot;: 0.5,<br />&nbsp; &nbsp; &quot;yEndstopBack&quot;: 0.5,<br />&nbsp; &nbsp; &quot;zEndstopBack&quot;: 0.5,<br />&nbsp; &nbsp; &quot;deltaSegmentsPerSecondPrint&quot;: 180,<br />&nbsp; &nbsp; &quot;deltaSegmentsPerSecondTravel&quot;: 70,<br />&nbsp; &nbsp; &quot;deltaDiagonalRod&quot;: 216.6,<br />&nbsp; &nbsp; &quot;deltaHorizontalRadius&quot;: 140,<br />&nbsp; &nbsp; &quot;deltaAlphaA&quot;: 210,<br />&nbsp; &nbsp; &quot;deltaAlphaB&quot;: 330,<br />&nbsp; &nbsp; &quot;deltaAlphaC&quot;: 90,<br />&nbsp; &nbsp; &quot;deltaDiagonalCorrA&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaDiagonalCorrB&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaDiagonalCorrC&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaMaxRadius&quot;: 80,<br />&nbsp; &nbsp; &quot;deltaFloorSafetyMarginMM&quot;: 15,<br />&nbsp; &nbsp; &quot;deltaRadiusCorrA&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaRadiusCorrB&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaRadiusCorrC&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaXOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaYOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaZOffsetSteps&quot;: 0,<br />&nbsp; &nbsp; &quot;deltaSegmentsPerLine&quot;: 24,<br />&nbsp; &nbsp; &quot;stepperHighDelay&quot;: 0,<br />&nbsp; &nbsp; &quot;directionDelay&quot;: 2,<br />&nbsp; &nbsp; &quot;stepDoublerFrequency&quot;: 12000,<br />&nbsp; &nbsp; &quot;allowQuadstepping&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;doubleStepDelay&quot;: 2,<br />&nbsp; &nbsp; &quot;maxJerk&quot;: 20,<br />&nbsp; &nbsp; &quot;maxZJerk&quot;: 0.3,<br />&nbsp; &nbsp; &quot;moveCacheSize&quot;: 16,<br />&nbsp; &nbsp; &quot;moveCacheLow&quot;: 10,<br />&nbsp; &nbsp; &quot;lowTicksPerMove&quot;: 250000,<br />&nbsp; &nbsp; &quot;enablePowerOnStartup&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;echoOnExecute&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;sendWaits&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;ackWithLineNumber&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;killMethod&quot;: 1,<br />&nbsp; &nbsp; &quot;useAdvance&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;useQuadraticAdvance&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;powerInverting&quot;: 0,<br />&nbsp; &nbsp; &quot;mirrorX&quot;: 0,<br />&nbsp; &nbsp; &quot;mirrorXMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 1&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E1_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E1_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E1_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;mirrorY&quot;: 0,<br />&nbsp; &nbsp; &quot;mirrorYMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 1&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E1_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E1_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E1_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;mirrorZ&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;mirrorZMotor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 1&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E1_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E1_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E1_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;mirrorZ3&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;mirrorZ3Motor&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot;: &quot;Extruder 2&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;step&quot;: &quot;ORIG_E2_STEP_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;dir&quot;: &quot;ORIG_E2_DIR_PIN&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;enable&quot;: &quot;E2_ENABLE_PIN&quot;<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;dittoPrinting&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;featureServos&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;servo0Pin&quot;: 11,<br />&nbsp; &nbsp; &quot;servo1Pin&quot;: -1,<br />&nbsp; &nbsp; &quot;servo2Pin&quot;: -1,<br />&nbsp; &nbsp; &quot;servo3Pin&quot;: -1,<br />&nbsp; &nbsp; &quot;featureWatchdog&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;hasHeatedBed&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;enableZProbing&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;extrudeMaxLength&quot;: 160,<br />&nbsp; &nbsp; &quot;homeOrder&quot;: &quot;HOME_ORDER_ZXY&quot;,<br />&nbsp; &nbsp; &quot;featureController&quot;: 2,<br />&nbsp; &nbsp; &quot;uiPrinterName&quot;: &quot;Delta&quot;,<br />&nbsp; &nbsp; &quot;uiPrinterCompany&quot;: &quot;Minisink Tech&quot;,<br />&nbsp; &nbsp; &quot;uiPagesDuration&quot;: 4000,<br />&nbsp; &nbsp; &quot;uiAnimation&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;uiDisablePageswitch&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;uiAutoReturnAfter&quot;: 30000,<br />&nbsp; &nbsp; &quot;featureKeys&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;uiEncoderSpeed&quot;: 1,<br />&nbsp; &nbsp; &quot;uiReverseEncoder&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;uiKeyBouncetime&quot;: 10,<br />&nbsp; &nbsp; &quot;uiKeyFirstRepeat&quot;: 500,<br />&nbsp; &nbsp; &quot;uiKeyReduceRepeat&quot;: 50,<br />&nbsp; &nbsp; &quot;uiKeyMinRepeat&quot;: 50,<br />&nbsp; &nbsp; &quot;featureBeeper&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;uiPresetBedTempPLA&quot;: 60,<br />&nbsp; &nbsp; &quot;uiPresetBedABS&quot;: 110,<br />&nbsp; &nbsp; &quot;uiPresetExtruderPLA&quot;: 190,<br />&nbsp; &nbsp; &quot;uiPresetExtruderABS&quot;: 240,<br />&nbsp; &nbsp; &quot;uiMinHeatedBed&quot;: 30,<br />&nbsp; &nbsp; &quot;uiMaxHeatedBed&quot;: 120,<br />&nbsp; &nbsp; &quot;uiMinEtxruderTemp&quot;: 170,<br />&nbsp; &nbsp; &quot;uiMaxExtruderTemp&quot;: 250,<br />&nbsp; &nbsp; &quot;uiExtruderFeedrate&quot;: 2,<br />&nbsp; &nbsp; &quot;uiExtruderRetractDistance&quot;: 3,<br />&nbsp; &nbsp; &quot;uiSpeeddependentPositioning&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;maxBedTemperature&quot;: 120,<br />&nbsp; &nbsp; &quot;bedSensorType&quot;: 1,<br />&nbsp; &nbsp; &quot;bedSensorPin&quot;: &quot;TEMP_1_PIN&quot;,<br />&nbsp; &nbsp; &quot;bedHeaterPin&quot;: &quot;HEATER_1_PIN&quot;,<br />&nbsp; &nbsp; &quot;bedHeatManager&quot;: 0,<br />&nbsp; &nbsp; &quot;bedUpdateInterval&quot;: 5000,<br />&nbsp; &nbsp; &quot;bedPidDriveMin&quot;: 80,<br />&nbsp; &nbsp; &quot;bedPidDriveMax&quot;: 255,<br />&nbsp; &nbsp; &quot;bedPidP&quot;: 196,<br />&nbsp; &nbsp; &quot;bedPidI&quot;: 33,<br />&nbsp; &nbsp; &quot;bedPidD&quot;: 290,<br />&nbsp; &nbsp; &quot;bedPidMax&quot;: 255,<br />&nbsp; &nbsp; &quot;bedDecoupleTestPeriod&quot;: 300,<br />&nbsp; &nbsp; &quot;caseLightPin&quot;: -1,<br />&nbsp; &nbsp; &quot;caseLightDefaultOn&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;bedSkipIfWithin&quot;: 3,<br />&nbsp; &nbsp; &quot;gen1T0&quot;: 25,<br />&nbsp; &nbsp; &quot;gen1R0&quot;: 100000,<br />&nbsp; &nbsp; &quot;gen1Beta&quot;: 4036,<br />&nbsp; &nbsp; &quot;gen1MinTemp&quot;: -20,<br />&nbsp; &nbsp; &quot;gen1MaxTemp&quot;: 300,<br />&nbsp; &nbsp; &quot;gen1R1&quot;: 0,<br />&nbsp; &nbsp; &quot;gen1R2&quot;: 4700,<br />&nbsp; &nbsp; &quot;gen2T0&quot;: 25,<br />&nbsp; &nbsp; &quot;gen2R0&quot;: 100000,<br />&nbsp; &nbsp; &quot;gen2Beta&quot;: 4036,<br />&nbsp; &nbsp; &quot;gen2MinTemp&quot;: -20,<br />&nbsp; &nbsp; &quot;gen2MaxTemp&quot;: 300,<br />&nbsp; &nbsp; &quot;gen2R1&quot;: 0,<br />&nbsp; &nbsp; &quot;gen2R2&quot;: 4700,<br />&nbsp; &nbsp; &quot;gen3T0&quot;: 25,<br />&nbsp; &nbsp; &quot;gen3R0&quot;: 100000,<br />&nbsp; &nbsp; &quot;gen3Beta&quot;: 4036,<br />&nbsp; &nbsp; &quot;gen3MinTemp&quot;: -20,<br />&nbsp; &nbsp; &quot;gen3MaxTemp&quot;: 300,<br />&nbsp; &nbsp; &quot;gen3R1&quot;: 0,<br />&nbsp; &nbsp; &quot;gen3R2&quot;: 4700,<br />&nbsp; &nbsp; &quot;userTable0&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r1&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r2&quot;: 4700,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;temps&quot;: [],<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;numEntries&quot;: 0<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;userTable1&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r1&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r2&quot;: 4700,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;temps&quot;: [],<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;numEntries&quot;: 0<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;userTable2&quot;: {<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r1&quot;: 0,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;r2&quot;: 4700,<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;temps&quot;: [],<br />&nbsp; &nbsp; &nbsp; &nbsp; &quot;numEntries&quot;: 0<br />&nbsp; &nbsp; },<br />&nbsp; &nbsp; &quot;tempHysteresis&quot;: 0,<br />&nbsp; &nbsp; &quot;pidControlRange&quot;: 20,<br />&nbsp; &nbsp; &quot;skipM109Within&quot;: 2,<br />&nbsp; &nbsp; &quot;extruderFanCoolTemp&quot;: 50,<br />&nbsp; &nbsp; &quot;minTemp&quot;: 150,<br />&nbsp; &nbsp; &quot;maxTemp&quot;: 275,<br />&nbsp; &nbsp; &quot;minDefectTemp&quot;: -10,<br />&nbsp; &nbsp; &quot;maxDefectTemp&quot;: 290,<br />&nbsp; &nbsp; &quot;arcSupport&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;featureMemoryPositionWatchdog&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;forceChecksum&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;sdExtendedDir&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;featureFanControl&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;fanPin&quot;: -1,<br />&nbsp; &nbsp; &quot;scalePidToMax&quot;: 0,<br />&nbsp; &nbsp; &quot;zProbePin&quot;: -1,<br />&nbsp; &nbsp; &quot;zProbeBedDistance&quot;: 10,<br />&nbsp; &nbsp; &quot;zProbePullup&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;zProbeOnHigh&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;zProbeXOffset&quot;: 0,<br />&nbsp; &nbsp; &quot;zProbeYOffset&quot;: 0,<br />&nbsp; &nbsp; &quot;zProbeWaitBeforeTest&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;zProbeSpeed&quot;: 2,<br />&nbsp; &nbsp; &quot;zProbeXYSpeed&quot;: 150,<br />&nbsp; &nbsp; &quot;zProbeHeight&quot;: 40,<br />&nbsp; &nbsp; &quot;zProbeStartScript&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;zProbeFinishedScript&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;featureAutolevel&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;zProbeX1&quot;: 20,<br />&nbsp; &nbsp; &quot;zProbeY1&quot;: 20,<br />&nbsp; &nbsp; &quot;zProbeX2&quot;: 160,<br />&nbsp; &nbsp; &quot;zProbeY2&quot;: 20,<br />&nbsp; &nbsp; &quot;zProbeX3&quot;: 100,<br />&nbsp; &nbsp; &quot;zProbeY3&quot;: 160,<br />&nbsp; &nbsp; &quot;zProbeSwitchingDistance&quot;: 1,<br />&nbsp; &nbsp; &quot;zProbeRepetitions&quot;: 1,<br />&nbsp; &nbsp; &quot;sdSupport&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;sdCardDetectPin&quot;: -1,<br />&nbsp; &nbsp; &quot;sdCardDetectInverted&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;uiStartScreenDelay&quot;: 1000,<br />&nbsp; &nbsp; &quot;xEndstopBackMove&quot;: 5,<br />&nbsp; &nbsp; &quot;yEndstopBackMove&quot;: 5,<br />&nbsp; &nbsp; &quot;zEndstopBackMove&quot;: 5,<br />&nbsp; &nbsp; &quot;xEndstopRetestFactor&quot;: 3,<br />&nbsp; &nbsp; &quot;yEndstopRetestFactor&quot;: 3,<br />&nbsp; &nbsp; &quot;zEndstopRetestFactor&quot;: 3,<br />&nbsp; &nbsp; &quot;xMinPin&quot;: &quot;ORIG_X_MIN_PIN&quot;,<br />&nbsp; &nbsp; &quot;yMinPin&quot;: &quot;ORIG_Y_MIN_PIN&quot;,<br />&nbsp; &nbsp; &quot;zMinPin&quot;: &quot;ORIG_Z_MIN_PIN&quot;,<br />&nbsp; &nbsp; &quot;xMaxPin&quot;: &quot;ORIG_X_MAX_PIN&quot;,<br />&nbsp; &nbsp; &quot;yMaxPin&quot;: &quot;ORIG_Y_MAX_PIN&quot;,<br />&nbsp; &nbsp; &quot;zMaxPin&quot;: &quot;ORIG_Z_MAX_PIN&quot;,<br />&nbsp; &nbsp; &quot;deltaHomeOnPower&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;fanBoardPin&quot;: -1,<br />&nbsp; &nbsp; &quot;heaterPWMSpeed&quot;: 0,<br />&nbsp; &nbsp; &quot;featureBabystepping&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;babystepMultiplicator&quot;: 1,<br />&nbsp; &nbsp; &quot;pdmForHeater&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;pdmForCooler&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;psOn&quot;: &quot;ORIG_PS_ON_PIN&quot;,<br />&nbsp; &nbsp; &quot;mixingExtruder&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;decouplingTestMaxHoldVariance&quot;: 20,<br />&nbsp; &nbsp; &quot;decouplingTestMinTempRise&quot;: 1,<br />&nbsp; &nbsp; &quot;featureAxisComp&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;axisCompTanXY&quot;: 0,<br />&nbsp; &nbsp; &quot;axisCompTanXZ&quot;: 0,<br />&nbsp; &nbsp; &quot;axisCompTanYZ&quot;: 0,<br />&nbsp; &nbsp; &quot;retractOnPause&quot;: 2,<br />&nbsp; &nbsp; &quot;pauseStartCommands&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;pauseEndCommands&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;distortionCorrection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;distortionCorrectionPoints&quot;: 5,<br />&nbsp; &nbsp; &quot;distortionCorrectionR&quot;: 100,<br />&nbsp; &nbsp; &quot;distortionPermanent&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;distortionUpdateFrequency&quot;: 15,<br />&nbsp; &nbsp; &quot;distortionStartDegrade&quot;: 0.5,<br />&nbsp; &nbsp; &quot;distortionEndDegrade&quot;: 1,<br />&nbsp; &nbsp; &quot;distortionExtrapolateCorners&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;sdRunOnStop&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;sdStopHeaterMotorsOnStop&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;featureRetraction&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;autoretractEnabled&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;retractionLength&quot;: 3,<br />&nbsp; &nbsp; &quot;retractionLongLength&quot;: 13,<br />&nbsp; &nbsp; &quot;retractionSpeed&quot;: 40,<br />&nbsp; &nbsp; &quot;retractionZLift&quot;: 0,<br />&nbsp; &nbsp; &quot;retractionUndoExtraLength&quot;: 0,<br />&nbsp; &nbsp; &quot;retractionUndoExtraLongLength&quot;: 0,<br />&nbsp; &nbsp; &quot;retractionUndoSpeed&quot;: 20,<br />&nbsp; &nbsp; &quot;filamentChangeXPos&quot;: 0,<br />&nbsp; &nbsp; &quot;filamentChangeYPos&quot;: 0,<br />&nbsp; &nbsp; &quot;filamentChangeZAdd&quot;: 2,<br />&nbsp; &nbsp; &quot;filamentChangeRehome&quot;: 2,<br />&nbsp; &nbsp; &quot;filamentChangeShortRetract&quot;: 5,<br />&nbsp; &nbsp; &quot;filamentChangeLongRetract&quot;: 50,<br />&nbsp; &nbsp; &quot;fanKickstart&quot;: 200,<br />&nbsp; &nbsp; &quot;servo0StartPos&quot;: -1,<br />&nbsp; &nbsp; &quot;servo1StartPos&quot;: -1,<br />&nbsp; &nbsp; &quot;servo2StartPos&quot;: -1,<br />&nbsp; &nbsp; &quot;servo3StartPos&quot;: -1,<br />&nbsp; &nbsp; &quot;uiDynamicEncoderSpeed&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;uiServoControl&quot;: 0,<br />&nbsp; &nbsp; &quot;killIfSensorDefect&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;jamSteps&quot;: 220,<br />&nbsp; &nbsp; &quot;jamSlowdownSteps&quot;: 320,<br />&nbsp; &nbsp; &quot;jamSlowdownTo&quot;: 70,<br />&nbsp; &nbsp; &quot;jamErrorSteps&quot;: 500,<br />&nbsp; &nbsp; &quot;jamMinSteps&quot;: 10,<br />&nbsp; &nbsp; &quot;jamAction&quot;: 1,<br />&nbsp; &nbsp; &quot;primaryPort&quot;: 0,<br />&nbsp; &nbsp; &quot;numMotorDrivers&quot;: 0,<br />&nbsp; &nbsp; &quot;motorDrivers&quot;: [<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;Stepper&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;StepperDriver&lt;-1,-1,-1,0,0&gt; var(100,10)&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;None&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;None&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;None&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;None&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; },<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t&quot;: &quot;None&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;s&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertEnable&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;invertDirection&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepsPerMM&quot;: 100,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;speed&quot;: 10,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;dirPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;stepPin&quot;: -1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;enablePin&quot;: -1<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; ],<br />&nbsp; &nbsp; &quot;manualConfig&quot;: &quot;&quot;,<br />&nbsp; &nbsp; &quot;zHomeMinTemperature&quot;: 0,<br />&nbsp; &nbsp; &quot;zHomeXPos&quot;: 999999,<br />&nbsp; &nbsp; &quot;zHomeYPos&quot;: 999999,<br />&nbsp; &nbsp; &quot;zHomeHeatHeight&quot;: 20,<br />&nbsp; &nbsp; &quot;zHomeHeatAll&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;zProbeZOffsetMode&quot;: 0,<br />&nbsp; &nbsp; &quot;zProbeZOffset&quot;: 0,<br />&nbsp; &nbsp; &quot;uiBedCoating&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;langEN&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;langDE&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langNL&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langPT&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langIT&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langES&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langSE&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langFR&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langCZ&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;langPL&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;interpolateAccelerationWithZ&quot;: 0,<br />&nbsp; &nbsp; &quot;accelerationFactorTop&quot;: 100,<br />&nbsp; &nbsp; &quot;bendingCorrectionA&quot;: 0,<br />&nbsp; &nbsp; &quot;bendingCorrectionB&quot;: 0,<br />&nbsp; &nbsp; &quot;bendingCorrectionC&quot;: 0,<br />&nbsp; &nbsp; &quot;preventZDisableOnStepperTimeout&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;supportLaser&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;laserPin&quot;: -1,<br />&nbsp; &nbsp; &quot;laserOnHigh&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;defaultPrinterMode&quot;: 0,<br />&nbsp; &nbsp; &quot;supportCNC&quot;: &quot;0&quot;,<br />&nbsp; &nbsp; &quot;cncWaitOnEnable&quot;: 300,<br />&nbsp; &nbsp; &quot;cncWaitOnDisable&quot;: 0,<br />&nbsp; &nbsp; &quot;cncEnablePin&quot;: -1,<br />&nbsp; &nbsp; &quot;cncEnableWith&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;cncDirectionPin&quot;: -1,<br />&nbsp; &nbsp; &quot;cncDirectionCW&quot;: &quot;1&quot;,<br />&nbsp; &nbsp; &quot;hasMAX6675&quot;: false,<br />&nbsp; &nbsp; &quot;hasMAX31855&quot;: false,<br />&nbsp; &nbsp; &quot;hasGeneric1&quot;: false,<br />&nbsp; &nbsp; &quot;hasGeneric2&quot;: false,<br />&nbsp; &nbsp; &quot;hasGeneric3&quot;: false,<br />&nbsp; &nbsp; &quot;hasUser0&quot;: false,<br />&nbsp; &nbsp; &quot;hasUser1&quot;: false,<br />&nbsp; &nbsp; &quot;hasUser2&quot;: false,<br />&nbsp; &nbsp; &quot;numExtruder&quot;: 1,<br />&nbsp; &nbsp; &quot;version&quot;: 92.6,<br />&nbsp; &nbsp; &quot;primaryPortName&quot;: &quot;&quot;<br />}<br />========== End configuration string ==========</p><p>*/</p>]]></content>
			<author>
				<name><![CDATA[ccorwin]]></name>
				<uri>https://www.soliforum.com/user/851/</uri>
			</author>
			<updated>2015-11-16T14:51:19Z</updated>
			<id>https://www.soliforum.com/post/109678/#p109678</id>
		</entry>
</feed>
