Page 3 of 4

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:18 am
by ieatacid
My "Vxy-jerk" in the LCD menu says "20", which is the same as the lines that are commented out in configuration.h, if that's relevant.

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:32 am
by Roberts_Clif
Then you need to disable these lines
//#define FIX_MOUNTED_PROBE
//#define AUTO_BED_LEVELING_BILINEAR

And I would enable

//define this to enable EEPROM support
#define EEPROM_SETTINGS

This allows you to change your setting Using M502 and M500 and test without reflashing


Below this line "#define REPRAP_DISCOUNT_SMART_CONTROLLER // CL: Stock HICi3 20x4 LCD controller"
add
#define NEWPANEL // enable this if you have a click-encoder panel

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:35 am
by Roberts_Clif
Don't know if it makes much difference but I use 1 not 3 on these

* 1 : 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
* 2 : 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
* 3 : Mendel-parts thermistor (4.7k pullup)

#define TEMP_SENSOR_0 3
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_BED 3

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:37 am
by Roberts_Clif
Sorry error enable this
#define FIX_MOUNTED_PROBE

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:44 am
by Roberts_Clif
Here
Configuration.h
(56.05 KiB) Downloaded 396 times

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:44 am
by ieatacid
My bed thermistor reads 108k ohms and the hot end reads 117k ohms. Should I use option 1?

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:46 am
by Roberts_Clif
ieatacid wrote: August 13th, 2017, 12:18 am My "Vxy-jerk" in the LCD menu says "20", which is the same as the lines that are commented out in configuration.h, if that's relevant.
They were changed to 5

And I did not see a difference when I changed them

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:46 am
by ieatacid
Ok, I have your file now :)

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:50 am
by Roberts_Clif
ieatacid wrote: August 13th, 2017, 12:44 am My bed thermistor reads 108k ohms and the hot end reads 117k ohms. Should I use option 1?

I use option 1 and Have never had a problem.

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 12:58 am
by Roberts_Clif
You will need this
G code and M code master list
G code and M code master list.doc
(66 KiB) Downloaded 419 times

Original Firmware download, It would have been nice it they had the source code and not just the hex code.
https://www.hic3dprinter.com/pages/firmware

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 1:05 am
by ieatacid
With you so far.

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 1:13 am
by Roberts_Clif
That about it.

Except printing a 20x20mm test block, and remembering where your firmware backup can be downloaded.

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 1:15 am
by ieatacid
What programmer do I select in the Arduino IDE? And then I just build and upload it?

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 1:19 am
by Roberts_Clif
Arduino/Genuino Mega or Mega 2560

Processor

ATmega2560(Mega 2560)

Then of course the Port

Re: Hictop 3DP-08: Firmware not working properly

Posted: August 13th, 2017, 1:25 am
by ieatacid
What do you have selected in the menu Tools->Programmer (below "Get Board Info")?