Roko

About

Username
Roko
Joined
Visits
1,389
Last Active
Roles
Member

Comments

  • https://reprap.org/mediawiki/index.php?title=G-code&diff=177550&oldid=177545#G0_.26_G1:_Move The F parameter sets the Feedrate
  • https://www.repetier.com/#documantation
  • An idea of what the alarm might be saying, could help here.
  • filament visualization disabled?
  • #define Z_PROBE_SWITCHING_DISTANCE 1 might need to be increased You can look here: https://www.repetier.com/documentation/repetier-firmware/z-probing/
  • Understood,you got me interested so I looked around a bit. https://e3d-online.dozuki.com/Wiki/V6_Parts They say the thermistor is this? https://e3d-online.com/thermistor-cartridge firmware guide (Repetier) https://e3d-online.dozuki.com/Guide/V6+Repe…
  • Did you google it? I goggled that model and found a site that says its Repetier firmware originally,  with a type 97 ? heated bed sensor. https://3dprinterwiki.info/wanhao/part-specifications/ https://3dprinterwiki.info/wanhao/wanhao-duplicator-i3/
  • From what I see here you are homing Z to Max.  #define Z_HOME_DIR 1 
  • thibis said: Thanks for your reply. I test and my z=0 is OK. I send g1 z10, then g30 (the zprobes was 6.26) and it return to z10 *editing: when I press +0.01 it move more than 0.01 I don't understand what you said. Does that mean a…
  • I have not had a Delta for awhile, but I seem to recall.... Lets say you try this in the center of your bed X0,Y0: If your Z=0 is correct with autolevel and distortion correction disabled and parameters cleared with the probe enabled, if you go from…
  • Its all out there you just have to look, https://www.repetier.com/documentation/repetier-firmware/rf-installation/ https://www.instructables.com/id/Beginners-Guide-to-3D-Printing-Anet-A8-DIY-3D-Prin/ http://3daddict.com/anet-3d-printer-common-mist…
    in starting Comment by Roko August 2018
  • This link gives a good idea of Delta Geometry: https://reprap.org/wiki/Delta_geometry I did not author it.
  • @Repetier Thanks , I had not considered he might want to heat it, I was thinking of just keeping it cooled to a certain temp.
  • If you follow the on-line configuration tool on the Features page there is a section for a thermistor controlled fan. Is that what you need?
  • You can look here for some information: https://www.repetier.com/documentation/repetier-firmware/z-probing/ Also the configuration tool explains a bit more about probing and physical settings.
  • If you have a RAMPS board make sure the jumpers are installed under the driver boards. That might help.
  • Don't forget under the RH main screen: Config - Printer - Printer  You can set the manual extrusion speeds, normal and fast. It might help with calibration.
  • Did you ever look here? https://www.repetier.com/documentation/repetier-firmware/rffirst-tests/ https://www.repetier.com/documentation/repetier-firmware/z-probing/ https://www.repetier.com/documentation/repetier-firmware/rftroubleshooting/
  • Try thinking of it this way.  According to your config your probe is at coordinates X59.96,Y13.27 when your nozzle is home 0,0. so any coordinates you want to probe have to be where the nozzle can safely/physically go. On a delta things are easier …
  • Just a suggestion, you could try uploading the Arduino sketch located under file - examples - eeprom named eeprom_clear before re-uploading firmware, also that might help "fix" your bricked boards and helps you start with a clean slate for a new upl…
  • These might help: https://github.com/repetier/Repetier-Firmware/wiki/Hardware-settings-and-print-quality https://www.matterhackers.com/articles/3d-printer-troubleshooting-guide https://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshoot…
  • You could look here: https://reprap.org/wiki/G-code  Also the Repetier file in the firmware package you used to load your board has a list.
  • You seem to have extruder is Z_probe checked.
  • @Repetier Could distortion correction  DISTORTION_START_DEGRADE,   DISTORTION_END_HEIGHT,   DISTORTION_LIMIT_TO,  affect this?
  • ZHOME_PRE_RAISE, and ZHOME_PRE_RAISE_DISTANCE might do it.
  • OK, I just followed these instructions and installed the Sanguino board into my Arduino 1.8.5. It shows up on the board list now,  the package url to add to Arduino IDE is: https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sa…
  • Do you have the correct board selected? I looked up the printer and the page said it uses a Sanguino clone? Apparently the Sanguino needs to be added to the Arduino program to show yp on the boards menu?
  • Regarding Com port. If you open RH select config - printer settings and hit the drop down arrow on port, you should see your available ports there. It is usually NOT com1 for the printer if shown. There should be at least one other. If I unplug my p…
  • you can change #define EEPROM_MODE 1 to a different number before uploading to EEPROM. It should overwrite. Also I run the clear_eeprom sketch before uploading.
  • You could try this for your movement issues: what does m119 return? should show L when endstop is activated H when not #define ENDSTOP_Z_MAX_INVERTING false should be true like the other physical endstops. software endstops should be false for the p…