Roko

About

Username
Roko
Joined
Visits
1,389
Last Active
Roles
Member

Comments

  • Awesome! I only have a single extruder so I don't know. I set up printer config for 2 extruders as a test and in the built in Slicer tab under Cura, it showed 2 extruders, then when I reconfigured back to 1 it went to showing only 1. Thats as far as…
  • Great! Good Job! That's HOT! The stepper voltages could need to be tweaked, make sure you don't have any mechanical binding issues also, like the gantry not "square"  or belts rubbing. I usually start at around  .6V , steppers should move smoothly w…
  • Like MartinH stated with M119 should read L unpressed, H pressed, I noticed you have a couple of discrepancies in your config, #define ENDSTOP_PULLUP_X_MIN true ** #define ENDSTOP_X_MIN_INVERTING false    // if this works correctly and the other 2 d…
  • According to the  http://reprap.org/mediawiki/index.php?title=G-code&diff=177550&oldid=177545 M450 tells you the mode and  M451, M452, M453 selects the different modes.  I just have a FDM printer so I cannot verify this. 
    in Laser Add-on Comment by Roko August 2017
  • you could also check connectors for loose pin not making connecton securely.
  • Hi Slowfoot, I don't have a Delta anymore but I just checked  my configuration.h for it (I save everything) and I see that my min_software endstops are set to "true" I used a different pin for my autolevel probe than Z-min  so I guess you would leav…
  • what does the log window show?
  • rixstaa said: null Tell us then? What the point in saying it easy and not telling us how to do it then? Everything that we have tried to tell  you in your other post is well documented. You COULD have a bad board or incorrect wiring, as …
  • Here is a github link to a guy that setup for a Tronxy with a Melzi board. https://github.com/dennistimmermann/tronxy-x1_repetier If you look at his configuration.h, you will see what he setup for his machine. You can plug them into the configurati…
  • Hi Chris, did you check out this page? It looks like it has a lot of info http://www.geeetech.com/wiki/index.php/Delta_Rostock_mini_G2s
  • Did it ever work with stock firmware? There is a point on the trim pot where the stepper motor will move smoothly and then if you go on either side of that point it gets jerky and/or stops altogether. I don't have that printer but I have found that …
  • Are you talking about the fan that blows across the fins on the hotend? Or the one to cool the printed part on the bed. If it is the one to cool the printed part that is lowering the temp, you might have to adjust it so it doesn't blow on the heater…
  • Roko said:Did you try dividing steps by 2?Dividing steps by 2? Why should I do this it? I know that I am using the correct steps per mm. I was thinking about the default microstepping settings in firmware between Marlin and Repetier. I could be wr…
  • Did you try dividing steps by 2?
  • Hi, I don't have that hotend ,but according to the Wiki article it shares the same heater, correct? You have: #define SHARED_EXTRUDER_HEATER 0 in your config file I was looking at the firmware setup and there are check boxes for a mixing extruder an…
  • there is a post about that on Thingiverse #1648104. I don't have one so not sure if it helps. Some comments are yes, some are no.
  • You should make sure your extruder is calibrated so when you tell it to push 100mm it pushes 100mm. There are guides on the web for the correct procedure.
  • Do a google search for the QU-BD OneUp forums. they are still out there. My first printer was a OneUp. There are a lot of mods you can do. Limit switches (endstops) are a must in my opinion.Different hot-end is recommended also. I had all the lin…
  • Just curious, I realize you want the bed map to look right, but how does it print?
  • Did you ever figure it out? When you swap motor leads don't forget the endstop too. Also did you invert one motor connector only? My corexy uses a x-min, y-max, z-min setup.
  • If you notice when you do a G30 at 0,0 ,your effector moves over to the offsets you input so the probe measures the 0,0 point. The same happens with the rest of the grid coordinates. Like Repetier said the grid coordinates must be reachable (safely)…
  • reid60 said: Roko said: If 0,0 is center on a delta, shouldn't x-min, y-min be negative? Ok, but why all other commands are working. Before trying leveling the printer i printed some parts (because z-probe has been defect). They hav…
  • If 0,0 is center on a delta, shouldn't x-min, y-min be negative?
  • On my CoreXY with a Y-max endstop I home to Y-max. I also had to change the homing order to y first then x then z.(my x kept slamming into the switch with XYZ defined, don't know why).It looks like you have the Y-min hardware defined as true , but y…
  • mauddib said: On my Repetier Server, I can connect the server to the printer (Activate it), but I when I connect to the printer via the server in my Repetier-Host, I cannot connect to the actual printer and control it manually. It says the …
  • Can you connect using Repetier-Host only, without trying to connect with the server. Try using RH with the printer being deactivated in the server.It's one or the other that can be connected at a time. If connected with the RH and then activating wi…
  • Did you get new driver modules with the new board? You could have blown all of the old ones. Make sure they are oriented correctly and all jumpers are installed, I am assuming a RAMPS board. PS OK? The arduino will light the LCD through a USB connec…
  • From what I recall, using Rep-Host  with Marlin, under config - firmware you can change steps/mm and save to EEPROM. The screen is a little different. I would also change the configuration file to the new steps so if you reload firmware you won't ha…
  • check your jumpers under the Z driver?
  • BlueRav3n said: what do you mean by hooked to T0 terminals? the lcd screen just says def / 0[] 30/ I don't have a DaVinci, I use a RAMPS setup on my printer. I looked on the web, looking at a model on a website, it looks like a differen…