Welcome! Log In Create A New Profile

Advanced

Marlin 2.0.6

Posted by Roberts_Clif 
Marlin 2.0.6
August 23, 2020 12:31PM
Today I configured Marlin 2.0.6 for my Hictop 3DP11 and 3DP12 3D Printers.

Original
#define FIL_RUNOUT_INVERTING True
Compling set the state of changed variable to HIGH.
#define FIL_RUNOUT_STATE HIGH

Original
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axes (G28).
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axes (G28).
I hope nothing needs to be done here!
#define Z_SAFE_HOMING_X_POINT X_CENTER // X point for Z homing
#define Z_SAFE_HOMING_Y_POINT Y_CENTER // Y point for Z homing

Wow! on reboot Screen showed to Initialize EEProm



This Compiled Marlin not presently in a working Hictop Printer it has been uploaded to a Dead stepper driver Hictop Controller for basic function tests.


Computer Programmer / Electronics Technician
Re: Marlin 2.0.6
August 23, 2020 06:20PM
I think you should perform an M502 followed by an M500. That will solve the issue and load the settings from the firmware to the EEPROM.


http://www.marinusdebeer.nl/
Re: Marlin 2.0.6
August 24, 2020 07:59AM
Quote
Ohmarinus
I think you should perform an M502 followed by an M500. That will solve the issue and load the settings from the firmware to the EEPROM.

Thank You,

Wish Reset was a Reload and auto load firmware defaults and save.

Edited 4 time(s). Last edit at 08/24/2020 09:26AM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: Marlin 2.0.6
August 27, 2020 10:27AM
Actually just flashed Marlin 2.0.6 on a working 3D Printer and the Reset does load and save firmware defaults.
No further need to M502 / M500


Computer Programmer / Electronics Technician
Sorry, only registered users may post in this forum.

Click here to login