Close



Dig deeper, search our News website




Search:

Type: Posts; User: mwyrick

Search: Search took 0.00 seconds.

  1. Replies
    475
    Views
    232,566

    I am running a 1.75mm and a 3mm on the same IBDE....

    I am running a 1.75mm and a 3mm on the same IBDE. Using slic3r and setting filament size for each prints fine. There is only one estep but it is the same value for both, correction is done by...
  2. Do you happen to have a picture of where you put...

    Do you happen to have a picture of where you put the shim? I have a 1.75mm and a 3mm that are different sizes and don't have the range on X axis to offset it so I am looking into doing a shim, do...
  3. Glad it works for you. These types of problems...

    Glad it works for you. These types of problems can be a pain to track down. If you added the fix for the Y moving your Z offset might not be 9.7 anymore. If your nozzle is too high to print, check...
  4. Your #define Z_RAISE_BEFORE_HOMING 4 should...

    Your #define Z_RAISE_BEFORE_HOMING 4 should exceed your Z offset which you have as 9.7, There is a bug with the current code that will give you an extra 4mm in your offset so your real offset is 5.7...
  5. Replies
    475
    Views
    232,566

    So in playing with the Geetech one on D6/D11 I...

    So in playing with the Geetech one on D6/D11 I found I could just install it shifted two sets of pins to the right towards Aux-1 and now it runs on D4/D5, This also opens up D11 for the servo to...
  6. Replies
    475
    Views
    232,566

    I have a RioRand RRD Fan Extender and they are on...

    I have a RioRand RRD Fan Extender and they are on D6 and D11 for sure. I have not decided if I am going to change my Pins.h or just rewire the board. You can see from the link below a good picture...
  7. Replies
    756
    Views
    598,328

    Sticky: Roxy, Can you clear something up for us. ...

    Roxy,

    Can you clear something up for us. There seems to be a question of does the G29 command create a solution to correct for the hills and valleys of the print surface. The G29 command does...
  8. Replies
    0
    Views
    2,075

    Added Move After Home option

    I added to my fork an option in configuration.h to move to a given location after a G28 or G29 command. This lets me do a G28 and home to the center of the bed in case I put tape down to print on...
  9. I started with...

    I started with https://github.com/beckdac/Marlin.git from commit 6de51c0 and added the change.

    What it did for me was after a G28 it was at the correct height and not 4mm too high like it was...
  10. Replies
    12
    Views
    6,378

    I don't know about the dual extruder offset. I...

    I don't know about the dual extruder offset. I will look into it but basically the problem is that part of the code uses current_position to track where the head is and the planner was using its own...
  11. Replies
    12
    Views
    6,378

    Yup, It also fixes the Y movement while moving...

    Yup, It also fixes the Y movement while moving the Z Axis during when Z_SAFE_HOME is disabled. Two problems fixed with the one line. Please let me know if it fixes it for you as well and I will...
  12. Replies
    12
    Views
    6,378

    If you want to give it a try for me, in...

    If you want to give it a try for me, in Marlin_main in the homeaxis function:

    FIND:
    axis_is_at_home(axis);
    destination[axis] = current_position[axis];
    feedrate = 0.0;
    ...
  13. Replies
    12
    Views
    6,378

    Making Progress. I have found the G28 command...

    Making Progress. I have found the G28 command leaves the print head 2*home_retract_mm(axis) too high. If I change Z_HOME_RETRACT_MM I can confirm it is off by 2* the new value. What is interesting...
  14. Replies
    12
    Views
    6,378

    I was thinking the same thing. After crashing...

    I was thinking the same thing. After crashing the print head several times I will be wiring it in series and the very least but also had the idea of repurposing the Z-Max input pins for the...
  15. Replies
    12
    Views
    6,378

    I figured the might be in the EEPROM but I have...

    I figured the might be in the EEPROM but I have it turned off. My prints are working as long I do a G28 and G29. I just can't use G28 alone. I am working on fixing it and I am also thinking of...
  16. Replies
    12
    Views
    6,378

    ABL Problems on i3v 8"

    I have an i3v 8" that I have added clough42's (thingiverse 335632) onto and now I am working on the code. Like most other I ran into problems and have a few questions.
    Using a RAMPS with Mega 2560....
Results 1 to 16 of 16