Roko

About

Username
Roko
Joined
Visits
1,389
Last Active
Roles
Member

Comments

  • @FlyingDutchman  try M119 to see status of endstops. Do it deactivated then activated. That will tell you if it is working. Go from there, switch bad, wiring, configuration? 
  • My understanding is when the speed slider is at 100 you are at 100% of defined speeds. At 200 you are at 200%, at 50 you are at 50% of defined speeds.and so on.Also the other sliders are the same way percentage wise.
  • check your wiring? On my RAMPS board there is 2 sets of pins for Z steppers off the same driver. One was slightly loose once and caused weird stuff
  • Looks like both are Repetier files. Read line 33 - 35. I compared the files in Notepad++ and noticed you changed the board type and adjusted a few length parameters.plus turned off distortion correction and changed feature controller.Does a G31 retu…
  • I think the "block" would be a metal block of known height. Home Z  or under Manual Control tab in the g-code window type in G1 Z0 hit enter. Then type in G1 "known height of block" hit enter, Adjust. I use Slic3r usually. Under Slicer tab with Slic…
  • steps/mm settings? seems like 5 steps/mm is too small. a rough guess is a factor of 13.3 too small, there are guides to calibrating sizes. hope that helps
  • @deussingularis and @lamarobot :Before I upload a new sketch I run the eeprom_clear sketch to wipe out my board then upload the new sketch to it.I run Arduin 1.65, but also have 1.06 and 1.69The eeprom_clear sketch is located in:File -> Examples …
  •  power supply has enough wattage?
  • Just tried this method,I went through the steps several times and was able to get it dialed in . The hardest part for me was making sure the towers balanced. When I adjusted the Delta Radius A/B/C for a particular tower I found I had to go back and …
  • Slicer - CuraEngine - Configuration - Filament Tab selected - Flow %
  • I have R-H ver 1.6.1On the Repetier-Host main screenThe section on the Right side of screen. Select the Slicer Tab Make sure CuraEngine is selected in the Slicer dropdown box.Select the Configuration box.Under the CuraEngine Settings make sure the P…
  • In Repetier-HostSlicer   -  CuraEngine  -  Configuration  -  Extrusion  -  Check the box "Perimeter before Infill"
  • I'm running version 92.8 so my EEPROM Settings under Repetier-Host show a little differently.I have a setting for Extr. 1 Heat Manager   1  (0-3)(set to 1) The rest plugin to the appropriate line. A person more familiar with that version92.3,  might…
  • PID tuning?
  • I don't have a prusa i3, I have a homebuilt cartesian printer w/ dual Z axes.. I noticed a couple of differences between your config  and mine. Always_check_endstops - mine is 0Babystep_Multiplicatior - mine is 1Double_step_delay - mine is 0Extruder…
  • jumpers?
    in wrong step/mm Comment by Roko April 2016
  • I don't have that board, but, I looked in my repetier firmware "pins.h" file  under the /***************************************************************************************** Melzi pin assignment**************************************************…
  • @Jeff_T my heated bed had solder pads on both sides so I soldered to the opposite side. "http://www.geeetech.com/wiki/index.php/Ramps1.4"  is for a RAMPS board, endstops connections shown are for Min, go 1 set of pins to right for corresponding Max …
  • Well, I figured my problem out. I had Enable Retraction Conversion set to 1 (true) in firmware. I went to reflash and decided to make a new set of firmware using the on line tool and I actually read where it talked about this. I left it off and now …
  • Hi guys, I have the extruder problem again. It will print but retraction does not work at all. Manual control using Repetier-Host does not work. Initially the extruder seems to move in one direction than will move no more and it then will move the o…
  • Oops, I apologize.Please disregard my preceeding post, I don't think the information in it is accurate. Again. please disregard
  • Oops, I apologize.Please disregard my preceeding post, I don't think the information in it is accurate. Again. please disregard
  • Hi all, I have had a similar issue with my Rostock Delta, I am using Repetier-Host and Repetier 92.8 firmware.My extruder stepper would not move forward in Manual Mode using R-H and it would only retract 1mm . I had homed my machine.I noticed that m…
  • Hi all, I have had a similar issue with my Rostock Delta, I am using Repetier-Host and Repetier 92.8 firmware.My extruder stepper would not move forward in Manual Mode using R-H and it would only retract 1mm . I had homed my machine.I noticed that m…
  • @Drew _ did you redo your PID calibrations?
  • @EdV - In my RH I have the option under the slicer tab of Filament Settings - Extruder 1 (I only have one extruder)For Slic3r  or CuraEngine - I just set up a configuration of temperature and/or cooling rate and just named it  "PLA_Yellow_195 or ABS…
  • 1st time I saw this, newbie here. FWIW I always run the eeprom_clear in Arduino before I compile and upload to the board, It has saved me a lot of headaches.