Close



Results 1 to 10 of 172

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    When you connect to the board, does it say "Using EEPROM values!" ? What does it say the Version is and the Stored Version are?

    Here is the M503 from a firmware with out safe G29 to eeprom. It doesn't safe z at the present...not sure why....
    The main line code from GetHub did not print out the value for the Z-Probe offset. So, this would imply (at least for this print out) that you are building an unmodified Configuration_Store.cpp file. I'm wondering if you are having problems getting Arduino to load and build the correct set of file? I've had problems with that in the past!
    Last edited by Roxy; 02-24-2015 at 08:29 AM.

  2. #2
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Quote Originally Posted by Roxy View Post
    When you connect to the board, does it say "Using EEPROM values!" ? What does it say the Version is and the Stored Version are?



    The main line code from GetHub did not print out the value for the Z-Probe offset. So, this would imply (at least for this print out) that you are building an unmodified Configuration_Store.cpp file. I'm wondering if you are having problems getting Arduino to load and build the correct set of file? I've had problems with that in the past!
    I discovered some errors and fix them, now I get a better initial reading, see below. I also noticed that the safe z coordinates were outside the max print size (did some mechanical changes to the x carriage) and therefore it wouldn't
    safe z. All said, now it is still spotty about the safe z, if I connect, it doesn't do it, if I home x and y first (both do not bounce the first time) then it most of the time does the safe z. Not always though and sometimes it does it, but
    moves to a position short of where it should go.

    10:36:11.333 : start
    10:36:11.338 : echo: External Reset
    10:36:11.338 : Marlin1.0.0
    10:36:11.339 : echo: Last Updated: Feb 24 2015 10:30:31 | Author: (Fri New E3 Eeprom no lcd)
    10:36:11.342 : Compiled: Feb 24 2015
    10:36:11.342 : echo: Free Memory: 4841 PlannerBufferBytes: 1232
    10:36:11.346 : echo:Version: [V37] Stored version: [V37]
    10:36:11.346 : Using EEPROM values!
    10:36:11.346 : echo:Stored settings retrieved
    10:36:11.346 : echo:Steps per unit:
    10:36:11.350 : echo: M92 X80.00 Y80.00 Z400.00 E100.00
    10:36:11.350 : echo:Maximum feedrates (mm/s):
    10:36:11.354 : echo: M203 X500.00 Y500.00 Z50.00 E45.00
    10:36:11.354 : echo:Maximum Acceleration (mm/s2):
    10:36:11.358 : echo: M201 X9000 Y9000 Z100 E10000
    10:36:11.363 : echo:Acceleration: S=acceleration, T=retract acceleration
    10:36:11.363 : echo: M204 S3000.00 T1.00
    10:36:11.371 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
    10:36:11.371 : echo: M205 S0.00 T0.00 B0 X1.00 Z0.00 E0.00
    10:36:11.371 : echo:Home offset (mm):
    10:36:11.375 : echo: M206 X0.00 Y1.00 Z3000.00
    10:36:11.375 : echo:Z_Probe_Offset (mm): 15.00
    10:36:11.375 : echo:PID settings:
    10:36:11.378 : echo: M301 P0.40 I38.15 D0.00
    10:36:12.727 : echo:Unknown command: ""
    10:36:12.897 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:https://github.com/ErikZalm/Marlin/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:FreeFab3d Eight3 EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000
    10:36:12.944 : echo:Active Extruder: 0
    10:36:12.948 : echo:Active Extruder: 0

  3. #3
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Roxy, I think my safe home speed is too fast. Where can that speed be changed. The axis homing speed is fine, but when it moves to the bed center (or whatever position to have the sensor on the bed) it moves very fast.

Posting Permissions

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