Turge08 / print_area_bed_mesh

Create bed mesh for print area only
209 stars 40 forks source link

RRI bug fix #23

Closed legend069 closed 2 years ago

legend069 commented 2 years ago

fixed RRI bug "0" is an index number it needs to be NULL cleaned code a little to keep naming convention of other macros.

not defining RRI in the printer.config file defaults it to "NULL" from my tests it looks like using RRI is not a good idea due to the constant mesh size changing

snipit from klipper code defining relative_reference_index to "none"/null Code_kXX5Fd8GJA

no RRI, grid size 9x9 NO_RRI

RRI 40 grid zie 9x9 RRI_40

legend069 commented 2 years ago

i see you made changes..