@fcwilt said in Z Probe - Mesh levelling and nozzle location?:
@fl630
There are a few things that change when configuring v3 firmware compared to v2.
For example, in v2 the pin names for things are specific like estop1.
In v3 the hardware has generic pin names like io3.in.
You use the command M950 to specify what pin you want to use by it's generic name and what you want to use it for.
For example M950 H1 C"out1" Q100 T1 creates heater 1 (the H1 parameter) using pin out1 (the C parameter). The Q parameter specifies the PWM frequency and the T1 parameter specifies which temperature sensor to monitor.
The link below should help:
A "how to" guide for configuring with v3
Aside from the actual changes you need to make to your configuration you need to upgrade to v3.3 (the most recent in two or three steps.
For example, I was starting from v2.05.1.
But for technical reasons you have to go from 2.05.1 to 3.0 and then from **3.**0 to 3.3
The link below should help:
A "how to" guide for updating firmware
Frederick
Thanks Frederick. I've just been reading those articles, prepping for the update whilst a print finished. I think what I might do is update the firmware then re-install the settings using the reprap configurator as it's easier for slightly clueless folk like me. From there I can jump into config.g and the others I've edited manually to adjust things as I have done for the current settings.