Close



Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 109

Hybrid View

  1. #1
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498
    i ended up moving my x and y ends stops in so that it wont overhang
    but now when i try to home Z it says "z probe out. Bed"

  2. #2
    So i talked to @EvdZ|Ultimaker on the #marlin-firmware irc channel, he told me to remove the decimals to make it a whole number, the exact positioning of the probe is not critical. which somewhat makes sense and makes computations easier. and when i did this that fixed the problem.


    this shoudl be your offset

    #define X_PROBE_OFFSET_FROM_EXTRUDER -51
    #define Y_PROBE_OFFSET_FROM_EXTRUDER 8
    #define Z_PROBE_OFFSET_FROM_EXTRUDER -10

  3. #3
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498
    ok i will try that. i noticed that im recently getting upload errors

    Binary sketch size: 162,052 bytes (of a 258,048 byte maximum)
    avrdude: stk500v2_recv(): checksum error
    avrdude: verification error, first mismatch at byte 0x10f50
    0x31 != 0xdf
    avrdude: verification error; content mismatch

  4. #4
    That isnt the compiler it is to verify what you jsut compiled, that isnt something that i can fix or find out about. I compiled it no problem after changing the values

    and EvdZ is one of the primary developers of Marlin right now, and obviously works for ultimaker as well

  5. #5
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498
    here is my current Config.h file
    i will post a video of how the system is working right now
    in a few min

    Configuration.h

  6. #6
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498
    right now there is a large space between the hotend and the bed, after it completes the ABL

  7. #7
    there will be a space between the hot end and the bed if you are running G29 stand alone. Try doing a calibration cube or something small with G29 added to the custom G-code after the G28 and see if it prints properly.

    That's odd that your having trouble with it flashing the memory, Just to cover all of your bases be sure to use the short USB cable provided by Colin, because interefence can be had with longer cables, If that doesnt help there is a chance that there could be an issue with the flash. If that's the case contacting Colin for a replacement board will be your only option just test extensively

  8. #8
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498
    i did restart Arduino and it uploaded fine
    I do have a long usb cord, but i need it to reach my desktop machine

    here is the video

    https://www.youtube.com/watch?v=ld9Cl6ysiLA

  9. #9
    Engineer
    Join Date
    Dec 2014
    Location
    Canada
    Posts
    498

  10. #10
    Quote Originally Posted by adamfilip View Post

    very nice, Where did you get your glass? I'm using the 2ml 3$ a sheet glass from lowes, and i have a LOT more clips on mine than you do mainly to hold the heater to the glass more securely so that it will heat up more evenly

Page 3 of 11 FirstFirst 12345 ... 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
  •