dgtaheno / artillery-Genius-Genius_Pro-X1-Marlinfw

Marlin 2.1.2.1 Firmware + TFT firmware for Artillery Genius 3D printer
GNU General Public License v3.0
37 stars 5 forks source link

Re-built the Marlin 2.1.2.1 Firmware for a different from the original Artillery Genius Extruder-Thermistor #26

Closed fjherna closed 5 months ago

fjherna commented 5 months ago

Hello,

I am using the dgtaheno Firmware Marlin 2.1.2.1 with great satisfaction.

However I have a new extruder (similar to Hemera) installed in my Artillery Genius. i.e. Trianglelab MATRIX EXTRUDER.

The current dgtaheno Firmware is working well. However I have a couple of things that I would like to modify into it.

1.- The THERMISTOR is different from the original and it needs a modification. Basically the modification is to change the "#define TEMP_SENSOR_0_1" to "#define TEMP_SENSOR_0_5" at the "Configuration.h" file.

2.- The EXTRUDER is different because the direction of rotation of the engine is reversed. In order to fix it, the modification is to change the "#define INVERT_E0_DIR" value at "Configuration.h" for the following "#define INVERT_E0_DIR true".

After those changes I will need to re-build the Firmware again.

I have seen a link from dgtaheno that takes to the configurations directly from Marlin. i.e. "Configuration.h": https://github.com/MarlinFirmware/Configurations/tree/release-2.1.2.1/config/examples/Artillery However I wonder if dgtaheno has added/modified any particular line at "Configuration.h" and/or "configuration_adv.h" in other to build his firmware.

Because I am a newbie with this kind of things, I will really appreciate if anyone could help me with it.

Kind regards,

fjherna1