ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Chaning bed probing parameters doesn't seem to have effect #20

Closed edwinmat closed 9 years ago

edwinmat commented 9 years ago

When I enable bed probing, changing (at least) the OffsetX and OffsetY parameters and the ProbePoints doesn't have any effect in the generated JSON (and probably code). Default probing points are (0,31), (0,155), (205,31) and (205,155), OffsetX is -18 and OffsetY is -31.

ambrop72 commented 9 years ago

Huh, are you sure? Could it be you're changing them in the wrong Configuration, or looking at the wrong one in the JSON file? Or you're expecting these to have immediate effect upon flashing the firmware while the firmware is loading stored configuration on EEPROM?

edwinmat commented 9 years ago

No I was only talking about the generated JSON when I press the 'export data' button. I was not in the stage of flashing and storing something in the EEPROM yet. But I think I found my 'mistake' (or at least a workaround): you first need to press 'save data' before the data can be exported.

ambrop72 commented 9 years ago

The "export" button should export whatever is currently in the editor, the "save data" only affects what is loaded when you reload the editor.

edwinmat commented 9 years ago

Ah I just found out that the export button exports all data (all examples, all boards). I was changing the RAMPS bed levelling parameters and by coincidence the first section I found in the JSON was the 4pi example with completely other probepoints. Sorry for the confusion.