Not uploading after making change in Frimware

Hi
I do not have heated bed on Repetier host.

#define HAVE_HEATED_BED 0
#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


 made the change  


#define HAVE_HEATED_BED 1

I can not upload it now

I appreciate if someone can help me  

Comments

  • Would help where the problem is and what the error message is.
  • Hi ,

    Thanks for your answer. There is no error message. I changed the 0 to 1 , saved and compiled , Then tried to upload  . It never completed compiling even I waited for half an hour , no error message  

    Thanks agian

  • See output window in arduino ide on whats going on. If it is compiler never completing try reinstalling arduino ide. Sometimes a reboot or reconnect of usb to printer helps. 
Sign In or Register to comment.