Home JGAurora A5 & A3S Modifications & Upgrades

Bed Shifting

Charly3Charly3 Posts: 35🌟 Super Member 🌟
I´m rebuilding my A5 from scratch. It will have more driving range on X axis, so I can bring the bed underneath the IR Sensor even if it is 20 mm away from the nozzle.

Does anyone have some experiences how to tell marlin to do the testing in a wider range than the printing area is?

Comments

  • Laser8302Laser8302 Posts: 170Member, 🌟 Super Member 🌟
    edited August 2019
    I think you'd have to declare you bed size bigger in both your slicer and in your firmware. Just remember to keep your models away from the edge when slicing.
    You'll also have to change your x/y homing positions to match the bigger bed size.
    Thanked by 1Samuel Pinches
    Post edited by Laser8302 on
  • Charly3Charly3 Posts: 35🌟 Super Member 🌟
    Yea, that´s what I was thinking about - but there should be a more elegant way. Just to define printing and probing range independently. Unfortunatelly you probing range needs to be smaller than printing range, negative offset isn´t accepted here:
    <span>#define MESH_MIN_X UBL_MESH_INSET
    #define MESH_MAX_X (X_BED_SIZE - (UBL_MESH_INSET))
    #define MESH_MIN_Y UBL_MESH_INSET
    #define MESH_MAX_Y (Y_BED_SIZE - (UBL_MESH_INSET))</span>

Sign In or Register to comment.