Nandox7
About
- Username
- Nandox7
- Joined
- Visits
- 148
- Last Active
- Roles
- Member
Comments
-
Awesome! Really appreciate the insights. Thanks! I'll give this a try and share something here when done.
-
Thanks, appreciate the information shared. I have to say I cross read the documentation, so I'll read it now more carefully as I definitely did miss that. Yes that is pretty much the idea, I only use the normal web UI not the touch so that is fine…
-
+1 to this. At the moment every time I need to make a change I have to SSH into my Raspi. It works but it would be great if it could be done directly in the UI.
-
Sorry for the late reply, never got a notification (or just missed it) Klipper sends out the warning but does not halt the printer/control. I could still keep using it. In this case is because I use the "prusa method" to level both sides of the Z …
-
Sure, thanks for checking it. One example: --- 18:21:14.529: !! Move out of range: 109.000 0.000 250.297 [0.000]
-
Perfect. I'll make the change. Thank you for the helping with this.
-
Hey I have the same Laser unit, that is powered by 12v and used TTL/PWM to control the power. Was reading previous posts but still a bit unsure on the connections. I searched for documentation but can't find much specially on the connections. To…
-
Perfect thank you. Just looked into it and have it working now. PS: The code in github is quite old right? Not worth sending a pull request for it as I'm exposing this params in the UI.
-
Thanks for the reply. I think that is not exactly it, that would be in case the webcam had some authentication method built-in. Here I don't have any authentication method in the webcam, so I want o add it at the mjpg-streamer level. The output_htt…
-
Great thanks. Want a pull request to update the wiki? I use it as a supported gcode guide. Maybe more are missing from it.
-
Perfect. Thanks for confirming it. That's the intended use. The change during print is just to test/adjust the setting to the filament and as soon as it's done I'll add it as a single line to the start script gcode. For a parameter like this …
-
I saw that one. If i tell the purpose maybe makes more sense. I want to create a public webcam page that shows the video and the print details, like percentage and estimated time left.
-
My settings are Max Jerk: 25 mm/sMax Z.Jerk: 0.300 mm/sExtruder1 Start Feedrate: 35mm/s (changed it before according to the previous posts) Accelerations are all at 1000 mm/s So the Jerk of 25mm/s is above the usual settings of 15 mm/s. It makes so…
-
Thanks. I use a super simple object, a single wall triangle.The GCode created is super simeple.Example of a layer---; layer 9, Z = 1.8; inner perimeter; outer perimeterG1 X96.755 Y97.740 F4800G1 Z1.800 F1002G1 E0.1000 F1800G92 E0G1 X113.245 Y97.740 …
-
Ok, so I can discard that. In the mean time I have tried all I could think off. Even ended up swapping the RADDS for my old RAMPS (drivers as well)And the problem remains.When I asked a few friends that also have 3D printer to do the test, they also…
-
Hi all, I was posting similar issue in another thread but seems here more are reporting the same.I have tested so far all that I could think off. Controller (tried my old RAMPS1.4 with Allegro drivers 1/16 running Repetier as well), swapped the ext…
-
Yeah, there is no proper detailed information about it. Or at least in regards to how properly set it up or what values to use. I mentioned as someone reported similar problem with the DRV8825 and the decay, where people hack the driver to fix it. I…
-
Thanks for the reply.It should be caused by infill as all the tests I have made I was careful to not have any, exactly prevent that. In regards to current I believe is well adjusted, this is a bQ Hephestos (well it's core, as it has so many upgrade…
-
Hi guys, I'm having the same issue (or at least seems so), I have read all discussed here and I also had the value lower than 20.Since then I have moved it up to 35, it is true it did improve the prints but the wavy effect is still there. I'm using …
-
Ok thanks, I'll review the Gcode available again.I need to be able to "force" the system to assume a given position as absolute. Specially when using the Z probe in case a print fails and I need to emergency stop, I need to be able to tellthe printe…
-
Yeah the idea was just to try ti determine the layer it stopped.The part of the homing is going to be tricky indeed, but is just to try and save a part almost done. Thanks!
-
Nice, not to bad.I'm finished building a Cyclone PCB FactoryI'll send you an email.
-
Do you have a PCB/hSield to allow plugging this LCD? Still waiting for someone to share one.
-
@stylon, what is the wiring that you used for it? And did you had to change anything on the Repetier code or it was just enable that LCD mode in the configuration?
-
Sweet, that's even better. One question, withe RAMPS1.4 there was one annoying thing. When powering down the RAMPS (I use a xbox PSU)the LCD always kept the backlight lit. Does the same happens with the RADDS?
-
Nice!Just to confirm but Is that for the LCD and Encoder?(seems to be as it was far too many pins for just the LCD)
-
I'll keep an eye for that, haven't put mine working as I need to find a spare flat cable to do the custom wiring.So having an adpator that would that instead is perfect.
-
Ok got it.I guess I can look into the definition for the Sparkcube RADDS display pinout and see what is available and then change it accordingly.
-
I don't have the LCD physically connected yet. But I was hopping to get it working. Prior to deciding to get a RADDS I searched for it and found some details of people that managed to do it. To be honest I could even ignore the SD card support. I …
-
@Repetier, did a bit of testing and found what is causing the conflict.Is actually the LCD choice, if I enabled the the LCD choice "RepRapDiscount Full Graphic Smart Controller" all that weird behaviour starts to happen.Haven't tried all LCD combina…