/** * MK4duo Firmware for 3D Printer, Laser and CNC * * Based on Marlin, Sprinter and grbl * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * Copyright (C) 2013 Alberto Cotronei @MagoKimbra * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /** * Configuration_Overall.h * Here you can define all your custom settings and they will overwrite configurations in the main configuration files. */ /******************************** * Firmware Version V4.3.29 dev * ********************************/ #define CONFIGURATION_OVERALL /*********************** * Configuration_Basic * ***********************/ #define SERIAL_PORT 0 #define BAUDRATE 115200 //#define BLUETOOTH #define BLUETOOTH_PORT 0 #define BLUETOOTH_BAUD 115200 #define STRING_CONFIG_H_AUTHOR "(WEXT, default config)" #define MACHINE_UUID "00000000-0000-0000-0000-000000000000" #define KILL_METHOD 0 #define NO_TIMEOUTS 1000 //#define ADVANCED_OK //#define EMERGENCY_PARSER //#define FASTER_GCODE_PARSER //#define HOST_KEEPALIVE_FEATURE #define DEFAULT_KEEPALIVE_INTERVAL 2 #define BUSY_WHILE_HEATING #define MOTHERBOARD BOARD_RADDS #define MECHANISM MECH_COREXY //#define MECHANISM MECH_COREXY //#define MECHANISM MECH_COREYX //#define MECHANISM MECH_COREXZ //#define MECHANISM MECH_COREZX //#define MECHANISM MECH_COREYZ //#define MECHANISM MECH_COREZY //#define MECHANISM MECH_DELTA //#define MECHANISM MECH_MORGAN_SCARA //#define MECHANISM MECH_MAKERARM_SCARA //#define MECHANISM MECH_MUVE3D #define POWER_SUPPLY 0 //#define PS_DEFAULT_OFF #define DELAY_AFTER_POWER_ON 5 #define EXTRUDERS 1 #define DRIVER_EXTRUDERS 1 /***************************** * Configuration_Temperature * *****************************/ //#define TEMPERATURE_UNITS_SUPPORT #define TEMP_SENSOR_0 1 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0 #define TEMP_SENSOR_BED 1 #define TEMP_SENSOR_CHAMBER 0 #define TEMP_SENSOR_COOLER 0 #define THERMISTOR_SERIES_RS 4700.0 //#define DHT_SENSOR #define DHT_TYPE 11 #define TEMP_SENSOR_AD595_OFFSET 0 #define TEMP_SENSOR_AD595_GAIN 1 #define DUMMY_THERMISTOR_998_VALUE 25 #define DUMMY_THERMISTOR_999_VALUE 25 //#define SHOW_TEMP_ADC_VALUES #define TEMP_RESIDENCY_TIME 10 // (seconds) #define TEMP_HYSTERESIS 3 // (degC) range of +/- temperatures considered "close" to the target one #define TEMP_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. #define TEMP_BED_RESIDENCY_TIME 0 // (seconds) #define TEMP_BED_HYSTERESIS 3 // (degC) range of +/- temperatures considered "close" to the target one #define TEMP_BED_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. #define TEMP_CHAMBER_RESIDENCY_TIME 0 // (seconds) #define TEMP_CHAMBER_HYSTERESIS 3 // (degC) range of +/- temperatures considered "close" to the target one #define TEMP_CHAMBER_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. #define TEMP_COOLER_RESIDENCY_TIME 0 // (seconds) #define TEMP_COOLER_HYSTERESIS 1 // (degC) range of +/- temperatures considered "close" to the target one #define TEMP_COOLER_WINDOW 1 // (degC) Window around target to start the residency timer x degC early. #define HEATER_0_MAXTEMP 275 #define HEATER_1_MAXTEMP 275 #define HEATER_2_MAXTEMP 275 #define HEATER_3_MAXTEMP 275 #define BED_MAXTEMP 150 #define CHAMBER_MAXTEMP 150 #define COOLER_MAXTEMP 150 #define HEATER_0_MINTEMP 5 #define HEATER_1_MINTEMP 5 #define HEATER_2_MINTEMP 5 #define HEATER_3_MINTEMP 5 #define BED_MINTEMP 5 #define CHAMBER_MINTEMP 5 #define COOLER_MINTEMP 5 #define PREHEAT_1_TEMP_HOTEND 190 #define PREHEAT_1_TEMP_BED 60 #define PREHEAT_1_FAN_SPEED 255 #define PREHEAT_2_TEMP_HOTEND 240 #define PREHEAT_2_TEMP_BED 100 #define PREHEAT_2_FAN_SPEED 255 #define PREHEAT_3_TEMP_HOTEND 230 #define PREHEAT_3_TEMP_BED 60 #define PREHEAT_3_FAN_SPEED 255 #define AUTOTEMP #define AUTOTEMP_OLDWEIGHT 0.98 //#define TEMP_STAT_LEDS #define HEATER_PWM_SPEED 0 #define PIDTEMP true #define BANG_MAX 255 #define PID_MIN 0 // Limits min current to nozzle while PID is active; 0 = no current #define PID_MAX 255 // Limits max current to nozzle while PID is active; 255 = full current //#define PID_AUTOTUNE_MENU // Add PID Autotune to the LCD "Temperature" menu to run M303 and apply the result. //#define PID_DEBUG // Sends debug data to the serial port. #define PID_FUNCTIONAL_RANGE 10 //#define PID_ADD_EXTRUSION_RATE #define LPQ_MAX_LEN 50 #define DEFAULT_Kp {40,40,40,40} #define DEFAULT_Ki {7,7,7,7} #define DEFAULT_Kd {60,60,60,60} #define DEFAULT_Kc {100,100,100,100} #define PIDTEMPBED false #define BED_HYSTERESIS 2 // Only disable heating if T>target+BED_HYSTERESIS and enable heating if T>target-BED_HYSTERESIS (works only if BED_LIMIT_SWITCHING is enabled) #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control #define MIN_BED_POWER 0 // Limits duty cycle to bed; 0 = no current #define MAX_BED_POWER 255 #define DEFAULT_bedKp 10 #define DEFAULT_bedKi 1 #define DEFAULT_bedKd 305 #define PIDTEMPCHAMBER false #define CHAMBER_HYSTERESIS 2 //only disable heating if T>target+CHAMBER_HYSTERESIS and enable heating if T>target-CHAMBER_HYSTERESIS (works only if CHAMBER_LIMIT_SWITCHING is enabled) #define CHAMBER_CHECK_INTERVAL 5000 //ms between checks in bang-bang control #define MIN_CHAMBER_POWER 0 // Limits duty cycle to chamber; 0 = no current #define MAX_CHAMBER_POWER 255 #define DEFAULT_chamberKp 10 #define DEFAULT_chamberKi 1 #define DEFAULT_chamberKd 305 #define PIDTEMPCOOLER false //#define FAST_PWM_COOLER #define COOLER_HYSTERESIS 2 //only disable heating if T