Welcome! Log In Create A New Profile

Advanced

Enabling Heated Bed on a Kossel 3d printer

Posted by troy8hohulin 
Enabling Heated Bed on a Kossel 3d printer
December 27, 2016 11:43AM
I am trying to get my Heated Bed to work, but when I can get it to work my extruder stops working.
Changing the configuration.h file?
By changing the heated bed configuration to...

// ############# Heated bed configuration ########################

#define HAVE_HEATED_BED 1 *********************#******* This line?
#define HEATED_BED_MAX_TEMP 120
#define SKIP_M190_IF_WITHIN 3
#define HEATED_BED_SENSOR_TYPE 1
#define HEATED_BED_SENSOR_PIN TEMP_1_PIN
#define HEATED_BED_HEATER_PIN HEATER_1_PIN
#define HEATED_BED_SET_INTERVAL 5000
#define HEATED_BED_HEAT_MANAGER 0
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN 196
#define HEATED_BED_PID_IGAIN 33
#define HEATED_BED_PID_DGAIN 290
#define HEATED_BED_PID_MAX 255
#define MIN_EXTRUDER_TEMP 150
#define MAXTEMP 275
#define MIN_DEFECT_TEMPERATURE -10
#define MAX_DEFECT_TEMPERATURE 290


My heated bed is currently not connected but when I did have it connected the only time I got it to work was when I enabled heated bed support but when I did this it made my extruder stop working.
so what do I need to change in my firmware configuration?

Scale PID values to max. PID. Can give better temp. results if max. PID is low. (SCALE_PID_TO_MAX)
Enable advance algorithm (not stable) (USE_ADVANCE)
Enable quadratic advance terms (ENABLE_QUADRATIC_ADVANCE)
Disable extruder stepper when unsued (DISABLE_E)
******** Enable heated bed support (HAVE_HEATED_BED)**********************************************************************
Enable PDM for heaters (instead of PWM) (PDM_FOR_EXTRUDER)
Enable PDM for fans (instead of PWM) (PDM_FOR_COOLER)
Mixing Extruder (1 Nozzle/heater + 2 or more filament feeder) (MIXING_EXTRUDER)
Kill/reset firmware on defect sensor. (KILL_IF_SENSOR_DEFECT)
Extruders share same heater from extruder 0 definition (SHARED_EXTRUDER_HEATER)

Any help would be appreciated! Thanks
Sorry, only registered users may post in this forum.

Click here to login