Could not load RPF file.

Help for setting up and using
Post Reply
userhomeinit
Posts: 4
Joined: Mon May 08, 2023 8:39 am

Could not load RPF file.

Post by userhomeinit »

Hello,
I managed to solve the issue due to the CNC USB problem, I have a clean file with the correct probes but still could not load it.
When I click file>raw Prob file, it shows me an error that the format is not the same.
In the generated file I have data like this:

Code: Select all

5.58281,5.23185,-0.00125 
42.89120,5.23185,0.08517 
80.19959,5.23185,0.19163 
117.50798,5.23185,0.14404 
154.81637,5.23185,0.02568 
154.81699,38.34326,0.02568 
117.50860,38.34388,0.11022 
80.20021,38.34326,0.15969 
42.89120,38.34388,0.10897 
5.58281,38.34388,0.01378 
5.58343,71.45467,0.05073 
42.89120,71.45591,0.11648 
80.20021,71.45529,0.13777 
117.50860,71.45529,0.07014 
154.81699,71.45529,-0.02192 
154.81699,104.56670,-0.16345 
117.50860,104.56670,0.01691 
80.20021,104.56732,0.11648 
42.89182,104.56670,0.09832 
5.58343,104.56670,0.01879
the first probe Gcode file is this:

Code: Select all

M40
G0 Z5
G1 X5.5826 Y5.2324 F1000
G4P1
G31  Z-1 F80
G0 Z5
G1 X42.8913 Y5.2324 F1000
G4P1
G31  Z-1 F80
G0 Z5
G1 X80.2 Y5.2324 F1000
G4P1
G31  Z-1 F80
G0 Z5
G1 X117.5087 Y5.2324 F1000
G4P1
You could find the whole file in the attachments, the gcode file coordinates are in 4(10.xxxx) digits and the measured vales are in 5(10.xxxxx) digits could this cause a problem for Autoleveller?
Attachments
PFG_149_99_3.nc
(3.03 KiB) Downloaded 232 times
log_file_25k_10.txt
(564 Bytes) Downloaded 237 times
userhomeinit
Posts: 4
Joined: Mon May 08, 2023 8:39 am

Re: Could not load RPF file.

Post by userhomeinit »

I figured out that we have to correct the code and format it using Autoleveller;
the code generated by the CNC is not what the tool expects...
I did this and generated the code for my PCB and boom it works :D :D :D :D
Thank you!
Post Reply