UniversalRemonster
About
- Username
- UniversalRemonster
- Joined
- Visits
- 104
- Last Active
- Roles
- Member
Comments
-
I recommend trying to print using Repetier Host. Printing directly from slic3r might have some gcode conflict.
-
Trin, Have you figured out your printer?
-
Yep, your Diagonal Rod length is incorrect.
-
It sounds like your Horizontal Offset When Centered value is wrong. This setting effects the "dishing" of the effector as it moves around. Please see the attached screenshot. Note that it could also be a Endstop that is offset or trimmed poorly. Th…
-
This section is for Tips and Tricks. I recommend you try General section here: https://forum.repetier.com/categories/repetier-firmware-general
-
This section of the forums is for Tips and Tricks. I recommend you try the Display and Keyboard section of the forums here: https://forum.repetier.com/categories/repetier-firmware-display-keyboard
-
I never had luck with Auto-Level using my shitty mechanical endstop as a Z-Probe. I finally broke down (8 months later) and ordered myself the FSR Kit from UltiBots. http://www.ultibots.com/fsr-kit/ It might be a little tricky to set up, but I'm re…
-
If you use G32 S2 you are writing the correction values to EEPROM and they will remain there until you either do another G32 S2 or clear your EEPROM. However, the whole reason you autolevel or whatever is because of daily distortions in your printer…
-
Yes. Marlin is old. Any "new" versions were modified old versions that still suffer from the same compiling issues and poor segment quality. Repetier Firmware is easier to configure, easier to adjust and has a great host interface.
-
I think a lot of people would benefit from a guide on how to get FSR's to work with Repetier, especially the UltiBots kit. http://www.ultibots.com/fsr-kit/
-
If you home to Z Max then do a G1 Z0 where does your nozzle end up? My guess is that your Max Z height is incorrect (too small). I can only offer limited support since I use a Delta machine, but we also home to Zmax and then print. If you're air pr…
-
You should probably read through this thread over on 3dprintboard: http://3dprintboard.com/showthread.php?16961-I-need-some-serious-help
-
Thanks UniversalRemonster ! The probe Z is working now, but i notice one more problem was the XY locaiton for auto level was not what i want? But i check with the panel face moving the nozzle around and the XY location is OK! I am having trouble un…
-
Well, there's a lot wrong with this configuration.h. First Z-Probe is disabled haha. Below, in red, are the correct settings you should use. // #################### Z-Probing ######################define Z_PROBE_Z_OFFSET 0 #define Z_PROBE_Z_OFFSET_…
-
In the endstop configuration you disable all min endstops and the pins. In the Z-Probe configuration you use Z_min for Z-Probe Pin. If it's a mechanical, normally closed "endstop" you are using for a probe, then you also need to Enable Pullup Resi…
-
What are you trying to do? Level the bed or build a height map? They are different. G32 is what you use to level the bed, and it should update your transformation matrix. This will not change the z height. Use G32 S2 if you want to store your trans…
-
I'm not sure what you're asking. I assume you don't need the firmware for your printer since it was your computer hard drive that gave out. Do you have repetier firmware on your printer though? Repetier-Host is the program that you're probably looki…
-
First, verify that your probe is working with a G31. Does it toggle correctly? If you have a mechanical normally closed probe like mine, then #define Z_PROBE_PULLUP needs to be set to 1 before G31 will respond correctly. If G31 toggles correctly, w…
-
I should also add for Z-Probing with a standard, mechanically closed switch you need to: Enable Pullup Resistor for probe pin: YesProbe Triggers on High: Yes I'm not sure why Probe Triggers on High needs to be enabled, since my probe is high (H) in…
-
First, verify that your probe is working with a G31. Does it toggle correctly? If you have a mechanical normally closed probe like mine, then #define Z_PROBE_PULLUP needs to be set to 1 before G31 will respond correctly. If G31 toggles correctly, w…
-
I figured it out. in Configuration.h #define Z_PROBE_PULLUP is set to 0 by default, which is disabled. I switched it to 1 and my state now toggles correctly with M119. This is tied to the "Enable pullup resistor for probe pin (Z_PROBE_PULLUP)", wh…
-
I am having a similar Z-Stop issue with firmware 0.92.4 and 0.92.5. Delta Configuration. Mechanical normally closed z-probe on effector. Verified working with ohm meter. Bed leveling works with RC Marlin. The issue is my Z-Probe always reports back …
-
I had an instance with Marlin and Windows 10 once where my COM3 (the default port) got like...confused. I simply could not connect to my printer no matter what baud rate. What ended up solving it was changing the COM port to COM1 in the Port-Setting…
-
Biker, It looks like you have a Delta setup and I might be able to help you out here. Also, use WordPad for opening Configuration.h. It will list your settings with line breaks. Floor Safety Margin is the distance between the bottom of your carria…
-
What kind or printer are you using? Delta or Cartesian? I've been seen before that endstop configuration can create probing problems. What does your endstop configuration look like?
-
crazymonkeyni, I also have a Kossel Clear and recently made the switch to Repetier Firmware 0.92.4 from RC Marlin. Maybe I can help. It took me a little tweaking to get my effector moving, but right now I'm pretty close to getting this firmware up a…