Close



Dig deeper, search our News website




Search:

Type: Posts; User: AbuMaia

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    756
    Views
    601,363

    Sticky: Roxy, I'm using Marlin RC7 now, working fine...

    Roxy,

    I'm using Marlin RC7 now, working fine so far. Just hooked up a new capacitive proximity sensor to replace my servo switch. How with RC7 do I get the topographic "map" of the printbed from...
  2. Replies
    756
    Views
    601,363

    Sticky: Just came across this on Thingiverse:...

    Just came across this on Thingiverse: http://www.thingiverse.com/thing:28135
  3. Replies
    756
    Views
    601,363

    Sticky: And just for gits and shiggles, an option to...

    And just for gits and shiggles, an option to specify how many turns of either the left or right Z rod, or how many turns of the print bed mount screws, and in which direction, to get it level(er). :)
  4. Replies
    756
    Views
    601,363

    Sticky: I hope I'll still be able to diff my...

    I hope I'll still be able to diff my customisations back in. I hope not too much has changed.
  5. Replies
    756
    Views
    601,363

    Sticky: Of course. How else will the printer know where...

    Of course. How else will the printer know where the printhead is in order to move it where you want it, without homing after it's been turned on? Everybody has to do a G28 before a print after...
  6. Replies
    756
    Views
    601,363

    Sticky: I uncommented the two EEPROM defines in...

    I uncommented the two EEPROM defines in configuration.h, and removed my +4 from marlin_main. Compiled and uploaded, sent a M502 then a M500, then ran G28 through pronterface, followed by G1 Z0....
  7. Replies
    756
    Views
    601,363

    Sticky: It didn't work for me. I think there's a bad...

    It didn't work for me. I think there's a bad calculation somewhere in my firmware that I haven't been able to find.
  8. Replies
    756
    Views
    601,363

    Sticky: Seems easy enough to fix, just added a...

    Seems easy enough to fix, just added a SERIAL_PROTOCOLPGM("Origin: Back Right \n"); etc to the top of each #ifdef ORIGIN_BACK_RIGHT etc.

    edit: it works :)

    Bed Height Topography:
    Origin: Front...
  9. Replies
    756
    Views
    601,363

    Sticky: I've just discovered through updating to the...

    I've just discovered through updating to the latest ErikZalm Marlin (pulling all the goodies from beckdac's Marlin in the process) that if one forgets to put the #define ORIGIN_* code in...
  10. Replies
    756
    Views
    601,363

    Sticky: If you're using the Marlin MakerFarm fork from...

    If you're using the Marlin MakerFarm fork from the other topic, those changes are already in your firmware, I think.
  11. Replies
    756
    Views
    601,363

    Sticky: No holes, surface-mount MK1. So you have the...

    No holes, surface-mount MK1. So you have the glass longest dimension sideways, along the X axis? My heatbed connection is at Y max.
  12. Replies
    756
    Views
    601,363

    Sticky: Huh. My solder terminals are on the bottom of the...

    Huh. My solder terminals are on the bottom of the heatbed, so I guess it doesn't matter which way I orient the glass. I'll have to get bigger clips to hold a 3mm piece of glass.
  13. Replies
    756
    Views
    601,363

    Sticky: What's with the odd dimensions? 214x200. I might...

    What's with the odd dimensions? 214x200. I might need to get the corners cut off at that size.
  14. Replies
    756
    Views
    601,363

    Sticky: Nope, using glass from Lowes. Don't know where to...

    Nope, using glass from Lowes. Don't know where to pick up any borosilicate.
  15. Replies
    756
    Views
    601,363

    Sticky: I don't see how it could be the thermistor. It's...

    I don't see how it could be the thermistor. It's on the opposite side of the heatbed from the glass. And the heatbed is suspended above the wood platform by one spacer and three springs.
  16. Replies
    756
    Views
    601,363

    Sticky: You mean it's showing how much the glass is...

    You mean it's showing how much the glass is flexing from the probe coming down to touch it? Awesome :)
  17. Replies
    756
    Views
    601,363

    Sticky: Yes, I do have a slight hump in the middle, but...

    Yes, I do have a slight hump in the middle, but the springs are pushing up on the bed, not pulling the corners down.

    Recv: Bed Height Topography:
    Recv: --0.05021 --0.00271 +0.00104 --0.05196...
  18. Replies
    756
    Views
    601,363

    Sticky: That's how I do it, too. A solid spacer at...

    That's how I do it, too. A solid spacer at origin, and springs on the other 3. I also have the Safe Z Homing set to go to X10 Y10 instead of the centre of the bed, to always home on the unchanging...
  19. Replies
    756
    Views
    601,363

    Sticky: Roxy, I have to thank you for turning me on to...

    Roxy, I have to thank you for turning me on to diff viewers. It made it so much easier and quicker to migrate my customisations and settings from my old Marlin over to DACB's new fork. Thanks!
  20. Replies
    756
    Views
    601,363

    Sticky: Roxy, what syl20 means is, no matter what value...

    Roxy, what syl20 means is, no matter what value you use for n (2,3,4,etc) the Bed Level Correction Matrix displayed after G29 finishes is always in a 3x3 arrangement. Is there some averaging going...
  21. Replies
    756
    Views
    601,363

    Sticky: That is how I do it. I adjust Z down 0.1mm until...

    That is how I do it. I adjust Z down 0.1mm until I hear the switch click, raise it again until it clicks open, then lower it again one step at a time, checking the endstops with M119 each time until...
  22. Replies
    756
    Views
    601,363

    Sticky: Well, that helps. With my...

    Well, that helps. With my Z_RAISE_BETWEEN_PROBINGS set at 5, it put the nozzle 1mm too far into the glass, so I changed it to 4, and now it works. It feels, due to the 5mm putting it 1mm too low, to...
  23. Replies
    756
    Views
    601,363

    Sticky: No, Safe Homing is still on, though I can change...

    No, Safe Homing is still on, though I can change it if need be.
  24. Replies
    756
    Views
    601,363

    Sticky: The problem of 4mm being somehow added to the Z...

    The problem of 4mm being somehow added to the Z axis position after a G28. It has nothing to do with Safe Homing, nor with Pronterface sending bad commands. I can't see anything in the G28 code that...
  25. Replies
    756
    Views
    601,363

    Sticky: Well, that problem is understood. The other is...

    Well, that problem is understood. The other is still a mystery.
Results 1 to 25 of 74
Page 1 of 3 1 2 3