Shifting PINDA location in firmware
Hi guys.
I bought hemera extruder and i am trying to edit position in Configuration_prusa.h file.
I have a several problems.
When i am trying to compile file in arduino is giving me this error.
It highlights every // comment in pins_Eisny_1_0 file
If i delete all the comments then i can compile hex file.
Second problem is when i flash hex file printer will speak gibberish.
Just random signs and numbers.
Printer is Prusa i3 mk3s+
Can anyone help me to edit pinda position to
#define MESH_MIN_X 31
#define MESH_MAX_X 228
#define MESH_MIN_Y 12
#define MESH_MAX_Y 210
and
#define X_PROBE_OFFSET_FROM_EXTRUDER 30.6 // Z probe to nozzle X offset: -left +right
#define Y_PROBE_OFFSET_FROM_EXTRUDER 11.6 // Z probe to nozzle Y offset: -front +behind
Thank you.
RE: Shifting PINDA location in firmware
Were you able to get an answer for this? I am having the same problem