Now I have two Hictops one 12volt and One 24volt.
They have the same controller card they were both upgraded to Marlin 1.1.4-RC6 - they both have different problems.
The only firmware lines that are different are as follows.
RED
#define CUSTOM_MACHINE_NAME " HicRed 1.1.4 "
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 94.4962144 }
BLUE
#define CUSTOM_MACHINE_NAME " HicBlue 1.1.4 "
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 94.4962144 }
Blue has a problem that after It Auto homes while displaying " HicBlue 1.1.4 " Z-axis will rise changing the display to " Endstops Z "
Red has a problem that after it Auto homes while displaying " HicRed 1.1.4 " will change display to "G28 Z Forbidden"
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance " this is why Z-axis rises by design " to give be room for clearing the leaking filament.
Attached is the Configuration.h
[attachment 97560 Configuration.h]
Attached is Configuration_adv.h
[attachment 97561 Configuration_adv.h]
They both print all functions seems to operate correctly
Both get a CRC when when using M500 using 461 bytes."do not know if 'CRC' was an added feature", only using 53% EEProm.
They have the same controller card they were both upgraded to Marlin 1.1.4-RC6 - they both have different problems.
The only firmware lines that are different are as follows.
RED
#define CUSTOM_MACHINE_NAME " HicRed 1.1.4 "
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 94.4962144 }
BLUE
#define CUSTOM_MACHINE_NAME " HicBlue 1.1.4 "
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 94.4962144 }
Blue has a problem that after It Auto homes while displaying " HicBlue 1.1.4 " Z-axis will rise changing the display to " Endstops Z "
Red has a problem that after it Auto homes while displaying " HicRed 1.1.4 " will change display to "G28 Z Forbidden"
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance " this is why Z-axis rises by design " to give be room for clearing the leaking filament.
Attached is the Configuration.h
[attachment 97560 Configuration.h]
Attached is Configuration_adv.h
[attachment 97561 Configuration_adv.h]
They both print all functions seems to operate correctly
Both get a CRC when when using M500 using 461 bytes."do not know if 'CRC' was an added feature", only using 53% EEProm.