Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. mesh
    Log in to post
    • All categories
    • tcamguilundefined

      Solved [3.6.0-rc.2] Z-probe hits bed and U not moving running Mesh

      Tuning and tweaking
      • mesh z-probe • • tcamguil
      16
      0
      Votes
      16
      Posts
      590
      Views

      dc42undefined

      @tcamguil thanks for confirming this.

    • e4dundefined

      Mesh compensation not working

      General Discussion
      • bed mesh compensation mesh probing • • e4d
      2
      0
      Votes
      2
      Posts
      341
      Views

      droftartsundefined

      @e4d Please post your config.g and the response to M122. An overview picture of your machine would be helpful too, as well as the bed.g you are using. Because it looks to me like you have a tramming problem in the X axis (linear rods not parallel), and the dip in the Y axis is probably caused by the weight of the X gantry. It looks like you're using a pretty thick, solid piece of aluminium for the bed, which is likely to be pretty flat, so the deviation in the bed is likely to be something else.

      What kind of probe are you using? If the probe is offset from the nozzle, and the tool head is heavy, a twist in the axis due to the weight of the tool may cause an over- or under-reading by the probe. A small twist in the axis can cause a big deviation in probed height.

      Ian

    • Merlin246undefined

      Toolhead stuttering - mesh bed compensation and travel

      Tuning and tweaking
      • travel travel move mesh mesh compensation mesh bed leveling jerk • • Merlin246
      8
      0
      Votes
      8
      Posts
      779
      Views

      CNCModellerundefined

      @merlin246 perhaps use

      M376: Set bed compensation taper

      Then after the taper height I guess there shouldn't be any mesh related z moves for the rest of the print?

      Just a thought...
      Cheers
      Barry M

    • vcaldasundefined

      Mesh calibration always outside printbed

      Tuning and tweaking
      • mesh area compensation mesh compensation mesh leveling print move • • vcaldas
      13
      0
      Votes
      13
      Posts
      805
      Views

      vcaldasundefined

      @Veti that's a very good point.

      Fixing it to the correct values, there is no more error.
      G31 P500 X-22 Y0 Z0.1

      Thanks for pointing that out!

    • osteracundefined

      Automatic tilt correction of bed mesh

      Firmware wishlist
      • mesh bed.g • • osterac
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      Phaedruxundefined

      @osterac said in Automatic tilt correction of bed mesh:

      The G29 J parameter does this:

      I believe this is on the wish list for implementation already.

    • CCS86undefined

      [F.R.] Auto Define M557 Mesh Bounds from GCODE

      General Discussion
      • mesh probe probing auto automatic m557 • • CCS86
      5
      0
      Votes
      5
      Posts
      948
      Views

      CCS86undefined

      If anyone is interested, my friend and I developed a Cura post processing script.

      You pass it a single parameter (mesh spacing), and it parses the first layer gcode for min/max X and Y coordinates, and then replaces the M557 line in your start gcode.

      LevelingMeshOptimizer.py.txt

      Just remove the .txt, and drop it here: C:\Program Files\Ultimaker Cura 4.5.0\plugins\PostProcessingPlugin\scripts\

      You must have a static mesh leveling command in your start gcode, like: M557 X0:200 Y0:200 S20

    • npm1undefined

      slow dive or fast dive F200/F800

      Tuning and tweaking
      • bl touch bed leveling mesh compensation tramming npn sensor inductive sensor • • npm1
      2
      0
      Votes
      2
      Posts
      825
      Views

      Phaedruxundefined

      For the BLTouch the slower the better. I use a faster probe first to save time in case the bed is far from the nozzle, and then a final probe at F100 for greater accuracy.

      M558 A1 F350 ; Set single probing at faster feed rate G30 ; Do a single probe to home our Z axis M558 A10 F100 ; Set tripple probing at slower feed rate G30 ; Probe again to get a more accurate position

      I can't say for other probes, but I think that would generally hold true. A piezo probe may have a minimum speed to register cleanly though.