EGropp

About

Username
EGropp
Joined
Visits
269
Last Active
Roles
Member

Comments

  • Ok.. every time I think I am moving forward, I run into this issue.. I run g32 S2 then g33, for some reason the printer stll doesn’t seem to take the bed map when it prints. I still get the print too high near the front and too close the back of …
  • Once I issue the G32 S2 command, i get all points scanned as expected, the head stops in the back right corner, I then send a G33, the head goes to X0 and starts the distortion map (with the scan points starting in the back left corner (x0, y250) an…
  • Is there a way to mark these threads as solved? THANK YOU for all of your assistance, I now have a much better understanding of what was happening and why. I am now back online and printing, i now know my issues were and hopefully will recall this …
  • and THANK YOU for all of the help and information here.. I REALLY appreciate the efforts of everyone on this board!
  • ok.. if i understand this correctly, after i home x and y, i would move the extruder to the middle of the bed then issue the G32 S2, then move the extruder back to the middle and send the g33.. Would this be correct?
  • ok.. i am so far beyond screwed up with this flippin thing....!!! I disabled distortion map (thinking that is where i was having the issue). recompiled and uploaded the code sent an m502 then and m500 as soon as i hit the home button i get the erro…
  • sorry.. forgot to add a few details to the pic.. When i home the printer 0,0 puts extruder #0 over the lower left corner of the bed (which is ok).. So extruder #0 (in the middle is right now the only active extruder (until i get longer frame rails).…
  • Here is a drawing of what i have physically and the settings i have in place.
  • ok.. actual measured offset is x59.96 y13.27 i used for the distortion map on the general tab xmin 60 ymin 14 xmax 190 ymax 250 and on the features tab pos 1 x61 y 15 pos 2 x190 y 15 pos 3 x 61 y 270 uploaded the firmware  opened repetier host sent…
  • I must be missing something obvious.. I see the coordinate settIngs for the z probing but nothing else. I tried to set the probe start at x60, y20 and the other 2 points are well within the limits and I still get the error. I know I have missed so…
  • Should I be thinking of the bed map coordinates from the probe perspective or the extruded perspective?
  • ok.. i screwed something up here .. i am again getting the constraint error and not sure what i messed up... this is what the log gives 06:59:01.552 : N5 G28*2206:59:01.552 : Error:Activating z-probe would lead to forbidden xy position: -59.959968,…
  • Where do i find a different set of coordinates for the g33 command? the only ones i find listed are the same z probe positions that i see in the eeprom..??
  • I hit the rest button the controller to keep the head from crashing into the bed. I will look in the config tool now to find the other coordinates for g33
  • here is the log.. i think i understand now.. there is a difference in the way the probe position is measured between the 2 versions. i changed the z probe x1 position to be 60 and was able to get a g32 s2 to run.. when it finished i ran a g33, the s…
  • I have uploaded 2 short videos of this.. one is the home command and the other is the beginning of the G32 command https://www.dropbox.com/s/e0igpch2kojngah/Home.mp4?dl=0 https://www.dropbox.com/s/xzifx9543e9st84/G32Command.mp4?dl=0 I will need to …
  • Not sure I was clear (I wish I could upload a video) When I home z, the head moves the nozzle to x100, y100 as expected, when the z starts to approach the bed, it starts at z+10, as it lowers, it gets to z+5, then moves the head to the left so th…
  • ok.. i "think" i understand more now than before.  With my current settings, the z probe offset for x is 59.690 and the y is 13.270 (i believe this puts the z probe to the right and forward of the print head. When I home the printer (from Repetier H…
  • ok.. I "think" i found the issue. I had left the processor selected as the ATMega1280, when i changed it to ATMega2560, the code compiled without issue. Is there a command that I can run on the printer to find which processor it actually has?
  • Is there a version of the Arduino software that would work better with Windows 10? I "was" able to compile on my Windows 7 workstation, but that machine is no longer an option. The same code (its on a usb drive), gives me a general error when trying…
  • I have been able to compile without error on a Windows 7 machine, i am having an issue getting the USB drive to load. I have a windows 10 machine that I have been able to get the driver to load and have been able to communicate with the printer but,…
  • FINALLY!!! Got a clean compile, AND i think i have a better understanding of this process. I copied the OEM pins.h file to the newly downloaded repetier directory and tried to compile, got an error about SDFat... So looking in the OEM directory, i f…
  • i must not be living right.. I now get this error (using Arduino 1.8.5 and version 1.0.2 of the firmware) 1.8.5/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: C:\Users\asd\AppData\Local\Temp\arduino_build_993135/Repetier.i…
  • renamed zip file
  • how do i upload files?? they keep getting removed
  • how about these?
  • here is the file that was sent (i tried to upload it before but it gave me an error).
  • With this in mind.. I looked again at what the manufacturer sent me (this is for an HE3D EI3 printer)..  They had digital pin 7 defined as the heater pin for extruder 1 and heater 3 defined for the heater pin on extruder #2 if this board does not su…
  • Sorry, what do you mean what hardware? I have a Dell laptop running windows 7. i have set the processor as "Atmel- 8-bit based board and a RAMPS 1.3/1.4 Motherboard. The board has been identified as a 3DYMY RAMPSPLUS2 board
  • here are those sections in the OEM file now #define HEATER_0_PIN       10 #define HEATER_1_PIN       8 #define HEATER_2_PIN       7 #define HEATER_3_PIN       45 // ANALOG NUMBERING #define TEMP_0_PIN         13   #define TEMP_1_PIN         14 #d…