Close



Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by plackslayer View Post
    Yeah I have toned the servo angels down a lot.

    Now I have a new problem... the Z axis second motor is just stuttering, not going up and down...
    If you had a RAMPS board I could tell you where to put the volt meter and what to crank the numbers up to. But most electronics boards let you control the stepper motor current. You can crank that up a lot and not worry about hurting the motors. As long as you can hold them in your hand for 10 or 15 seconds and not burn yourself, they are fine. If turning up the power doesn't fix the stuttering, slow down the max feed rate and acceleration numbers. For sure... You can make it move nicely and not lose position.

  2. #22
    Stuttering was because of a failing solder I did - fixed.

    Lead Screws needed new base plates printed to hold the Z Motors like 2mm further away from the frame than the threaded rods base plates - fixed. (This could have been avoided had I just read it twice before attempting the fix lol).

    Was having filament getting stuck in the hot end issues due to heat creep - my fan wasn't turning on - fixed.

    Man this list of tiny issues when just wanting to upgrade to dual extrusion lol.


    Now onto printing a test cube with the new parts installed and then UBL!

  3. #23
    Prints just fine with a single nozzle. Now I'd like to get UBL working to make things even better but I keep having issues.

    It attempted to probe off the plate...

    To get my Z probe settings I placed a small amount of grease on each nozzle and the tip of the probe. I then pressed that into a piece of paper and using a straight edge drew the lines. Using those lines I found that my probe is 50mm to the left of my main extruder and the 25mm to the left of my second one (so they are separated by 25 also convinently enough). It was also measured to be exactly 5mm behind the extruders.

    Code:
    #define X_PROBE_OFFSET_FROM_EXTRUDER 50  // X offset: -left  +right  [of the nozzle]
    #define Y_PROBE_OFFSET_FROM_EXTRUDER -5  // Y offset: -front +behind [the nozzle]
    #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.65   // Z offset: -below +above  [the nozzle]
    So after that I had to make the points look like this to get the sketch to compile and upload to the printer.

    Code:
      //===========================================================================
      //========================= Unified Bed Leveling ============================
      //===========================================================================
    
    
      #define UBL_MESH_INSET 1          // Mesh inset margin on print area
      #define GRID_MAX_POINTS_X 10      // Don't use more than 15 points per axis, implementation limited.
      #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
      #define UBL_PROBE_PT_1_X 60       // These set the probe locations for when UBL does a 3-Point leveling
      #define UBL_PROBE_PT_1_Y 200      // of the mesh.
      #define UBL_PROBE_PT_2_X 60
      #define UBL_PROBE_PT_2_Y 20
      #define UBL_PROBE_PT_3_X 200
      #define UBL_PROBE_PT_3_Y 20
      #define UBL_G26_MESH_EDITING    // Enable G26 mesh editing
    
    
    #elif ENABLED(MESH_BED_LEVELING)

    Any help in this department would be greatly appreciated.

  4. #24
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    What happens when you do a G29 P1 ? If it completes, do a G29 T and post the results. The 50mm X_PROBE_OFFSET_FROM_EXTRUDER is rather extreme. But depending on what we see in the T opography map, there are a number of ways to deal with the unprobed areas of the bed.

  5. #25
    50mm seems odd to me as well considering Clough32 says it should be something like 27 on the Itty Bitty Flex Dual Extruder... BUT when I measured it said 50 on the nose.

    I switched my settings back to mostly the same after finding the offsets in the configuration_adv.h:

    Still using this bit:

    Code:
    #define X_PROBE_OFFSET_FROM_EXTRUDER 50  // X offset: -left  +right  [of the nozzle]
    #define Y_PROBE_OFFSET_FROM_EXTRUDER -5  // Y offset: -front +behind [the nozzle]
    #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.65   // Z offset: -below +above  [the nozzle]
    Changed this back to the 3 points that are just barely inside the range:

    Code:
     //===========================================================================
      //========================= Unified Bed Leveling ============================
      //===========================================================================
    
    
      #define UBL_MESH_INSET 1          // Mesh inset margin on print area
      #define GRID_MAX_POINTS_X 10      // Don't use more than 15 points per axis, implementation limited.
      #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
      #define UBL_PROBE_PT_1_X 55       // These set the probe locations for when UBL does a 3-Point leveling
      #define UBL_PROBE_PT_1_Y 180      // of the mesh.
      #define UBL_PROBE_PT_2_X 55
      #define UBL_PROBE_PT_2_Y 20
      #define UBL_PROBE_PT_3_X 180
      #define UBL_PROBE_PT_3_Y 20
      #define UBL_G26_MESH_EDITING    // Enable G26 mesh editing
    
    
    #elif ENABLED(MESH_BED_LEVELING)
    And then changed on the advanced page:

    Code:
      #define UBL_MESH_MIN_X (X_MIN_POS + (UBL_MESH_INSET + 10))
      #define UBL_MESH_MAX_X (X_MAX_POS - ((UBL_MESH_INSET - 10)))



    Using this setup I ran the G29 P1 (and subsequently G29 T) to get this map:

    Bed Topography Report:
    (0,9) (9,9)
    (11,309) (309,309)
    . . . . . . . . . .


    . . 0.360 0.262 0.132 0.038 -0.118 -0.242 -0.430 .


    . . 0.352 0.248 0.105 -0.020 -0.170 -0.317 -0.538 .


    . . 0.360 0.240 0.080 -0.077 -0.247 -0.407 -0.607 .


    . . 0.428 [ 0.230] 0.067 -0.102 -0.287 -0.477 -0.713 .


    . . 0.357 0.200 0.045 -0.130 -0.327 -0.518 -0.740 .


    . . 0.367 0.225 0.040 -0.145 -0.345 -0.550 -0.810 .


    . . 0.367 0.212 0.020 -0.165 -0.402 -0.615 -0.865 .


    . . 0.395 0.202 -0.002 -0.212 -0.415 -0.667 -0.930 .


    . . 0.390 0.197 -0.030 -0.220 -0.495 -0.740 -1.027 .
    (11,1) (309,1)
    (0,0) (9,0)

  6. #26
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    You have a 1.0 mm tilt from left to right. UBL can handle that. But you will get better results if you physically level your bed. You can use G29 P1 U T to get points spread out on the outside edges of the bed. Get enough points that you can see what the current situation is, and then make the adjustment and repeat. And... because of the large tilt and large offset... It would be wise to double check your Z_PROBE_OFFSET_FROM_EXTRUDER number. It is very possible that once you physically level your bed, you will have trouble printing a small object in the center of the bed. Please verify you can still do that.

    When you have it physically as level as you can get it... Reprobe with a G29 P1 and then do a G29 P3 T twice to fill in the unprobed areas. Then a G29 A, G29 F, G29 S1

    At this point, you want to validate the mesh pattern with a G26 command (with parameters to tune it to your machine) and then edit any less than perfect areas with a G29 P4 R command.

  7. #27
    I'll post pictures tonight - maybe I'm measuring it wrong - who knows. I've been known to do stranger things...

  8. #28
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    The Topology map is probably correct. Try to level the bed using the command up above. And then proceed with the mesh generation using G29 P1
    We can make it work with what you have. But if we level the bed, things will work better.

  9. #29
    Leveling the bed now using your guidance. It's much easier than the crappy level I was using.

    Here are a couple photos of the 50 mm offset and a small mod I did to help keep the x-carriage from sagging.

  10. #30
    About to do the G26 steps:

    Starting with this map


    Bed Topography Report:
    (0,9) (9,9)
    (11,309) (309,309)
    0.040 0.040 0.040 0.073 0.090 0.092 0.110 0.083 0.070 0.070


    0.012 0.012 0.012 0.033 0.060 0.058 0.055 0.028 -0.005 -0.005


    -0.015 -0.015 -0.015 -0.007 0.030 0.023 0.000 -0.027 -0.080 -0.080


    -0.022 -0.022 -0.022 0.005 0.017 0.002 -0.015 -0.080 -0.120 -0.120


    -0.010 -0.010 -0.010 [ 0.012] 0.023 0.000 -0.017 -0.077 -0.150 -0.150


    -0.010 -0.010 -0.010 0.020 0.028 0.002 -0.027 -0.090 -0.150 -0.150


    -0.005 -0.005 -0.005 0.025 0.033 0.005 -0.022 -0.095 -0.155 -0.155


    0.007 0.007 0.007 0.023 0.028 0.010 -0.027 -0.092 -0.140 -0.140


    0.025 0.025 0.025 0.028 0.033 0.010 0.002 -0.077 -0.115 -0.115


    0.030 0.030 0.030 0.050 0.063 0.055 0.043 -0.010 -0.017 -0.017
    (11,1) (309,1)
    (0,0) (9,0)



    20170708_174916 by plackslayer79, on Flickr

    20170708_174823 by plackslayer79, on Flickr

    20170708_174811 by plackslayer79, on Flickr

    20170704_121719 by plackslayer79, on Flickr

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •