Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12089

Re: Unified Bed Leveling - Bug in Marlin 1.1.8?

$
0
0
What MARLIN version should I be using? URL please?

I have BED_SIZE set to 290 X and Y

How do I tell the critter that the probe is 54mm offset in Y??

!! FT-5 home (0,0) back right corner --- looking at machine


=====My Marlin congi.h excerpt ======

// The size of the print bed
#define X_BED_SIZE 290
#define Y_BED_SIZE 290



// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 241 // 50
#define RIGHT_PROBE_BED_POSITION 54 // 250
#define FRONT_PROBE_BED_POSITION 27 // 50
#define BACK_PROBE_BED_POSITION 265 // 250

* // FT-5 GRID
*...............................(0,0)
*.....+-----BACK ------ O
*.... |..........................|
*..L |........(-) P............| R <-- probe (10,10)
*..E |..........................| I
*..F |.......(+) N (-).......| G <-- nozzle (20,20)
*..T |...........................| H
*.....|.........(+).............| T
*.....|...........................|
*....+------ FRONT-----+
*/
#define X_PROBE_OFFSET_FROM_EXTRUDER 54 // X offset: -left +right [of the nozzle]
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 // Y offset: -front +behind [the nozzle]
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below +above [the nozzle]



Tnx


Quote
Roxy
Folgertech i3-2020 is a reference platform for Marlin. I don't know about the FT-5.

That stuff is set in Configuration.h. Look for BED_SIZE_X and BED_SIZE_Y
The UBL mesh will cover the bed. What ever you say the bed size is... The mesh will cover it. It is movement off the mesh that is the problem.

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>