Roko
About
- Username
- Roko
- Joined
- Visits
- 1,389
- Last Active
- Roles
- Member
Comments
-
I use this link as a reference. It covers most but not some of the really specialized codes. https://reprap.org/mediawiki/index.php?title=G-code&diff=177550&oldid=177545
-
Ouch
-
A quick Google search shows several ways to control a stepper through an arduino using Python that do not necessarily need a RAMPS board , if all you want to do is move it. I am sure with a little digging you could find a method that works for you.
-
assemble: https://www.youtube.com/watch?v=h9bnhPlEink&feature=youtu.be calibrate: http://www.reprapmall.com/index.php?route=pavblog/blog&id=40
-
Info on homing: https://drmrehorst.blogspot.com/2017/08/setting-up-3d-printers-origin.html If you have Repetier firmware: https://www.repetier.com/firmware/v100/ If you have Marlin Firmware: http://marlinfw.org/docs/configuration/configuration.html
-
With this function you can scale the marked object. If the lock is closed, all axes are changed simultaneously. If you click on the lock to unlock, you can adjust each axis separately and the object may be distorted. A click on “Scale to Maximum” e…
-
Firmware see online configuration tool in extruder section Host look under Config - Printer - default temperature(s)
-
https://www.repetier.com/#documantation https://www.repetier.com/documentation/repetier-firmware/rf-installation/ https://www.repetier-server.com/documentation/
-
https://www.repetier.com/documentation/repetier-firmware/z-probing/ near the bottom of the page, good idea to read all.
-
You could try reseating the boards together. I had a weird issue similar to that, and separating and reseating the boards cured it. Like you my setup was working fine for a number of years. Just a suggestion.
-
Repetier said: Does laser turn off for G1 instead? Then you might have LASER_ON_HIGH wrong also it would be safer that it only turns on with high signal. Also check no other function uses pin 57 to interfere. Like he said, does it move manually an…
-
try here: http://marlinfw.org/ read configure section
-
what about #define UI_REVERSE_ENCODER 1 Its in the USER INTERFACE tab of the configuration tool
-
FWIW one solution seems to be to find and eliminate the spurious noises (cross talk). I don't think you can program a "prediction" of when crosstalk could happen. Or add some kind of limit detection that will stop the movement if a physical limit is…
-
#define DISTORTION_XMIN 10#define DISTORTION_YMIN 10#define DISTORTION_XMAX 190#define DISTORTION_YMAX 190 might need to be modified Minimum/maximum points for distortion measurement. Select largest possible area that can be reached with your z-prob…
-
Slic3r - configuration - printer settings - custom g-code
-
We are looking at something else. i opened the zip with WinRar I looked at configuration.h with Arduino program #define X_MAX_LENGTH 130#define Y_MAX_LENGTH 130#define Z_MAX_LENGTH 130 #define MOTHERBOARD 63 - according to the pins.h file i…
-
Repetier said: Repetier.ino describes G33 syntax. The config tool also descripes the config parameter If you enable and identify the pin you will be able to use the command G33. Pleas DO NOT try a G33 command by itself without a probe!! Y…
-
I found this link by Google. You need to login to download https://www.gearbest.com/blog/download/tronxy-xy-100-3d-printer-diy-kit-firmware-pack-2006 I looked inside the Zip. Firmware Repetier 0.91 heated bed enabled in configuration.h X-Y dimension…
-
Dave_Da48 said: Please help, I don't find anything I run the eeprom_clear sketch before I upload a new firmware so it will be fresh. You stated things aren't changing. This may help. In the Arduino program its under File - Examples - EEP…
-
-
I send it using the G-Code window under Manual Control. You cane test with nothing activated then activated manually. All 3 should change state and read the same activated/unactivated. This would be done by hand.
-
CuraEngine under Speed and Quality and Structures. Slic3r under Print - Support and Advanced. You can also read about it here https://www.repetier.com/#documantation
-
On the link to your printer it shows X,Y,Z as 120mm each respectively. You might need to update your settings.
-
I'm sorry I have no answer. Reinstall RH ?
-
I guess the real question is: What is your working directory? I did not "put" a file anywhere. I was just pointing out where my config files were found. They were put there automatically by the program. I had specified a working directory in Repetie…
-
/CuraEngine/default/print that is the directory path to the config files for CuraEngine. is replaced by the name of the working directory you have set up in preferences , whatever that might be. I checked for the file locations by making a con…
-
I am wondering if Win10 put your config files in a different place. I am using Win 7 and it put them under a subdirectory of my as set up in preferences called / RepetierLogFiles/CuraEngine//print I have dual boot. On my Win 10 boot it put them …
-
You need to select the correct adhesion type under Printer Settings on the right side window when in the Slicer tab. Also define the parameters for them while in Configuration for the CuraEngine under the Print - Structure tab settings.
-
Would a G92 help? If your tool is at the desired 0 position, would you not be able to do a G92 X0 Y0 Z0 to set all axes to 0, do your test, stop the test with the stop button, do a manual command to go to 0 position (set with G92) and go from there?…