@dgrat what delta printers kit is that? I’m looking to trash my Rostock because the frame is crappy and that looks to be right up my alley
Posts made by BigMoff96
-
RE: To rigidify or not to rigidify? - vibration issues
-
RE: Diagonal rod length on delta printer issues.
@dc42 I checked the belts and they all seem tight. My joints are these plastic ball cup arms and seem to have no binding to them when moved. I think it might be my carriages or the motors. I emailed seemecnc to see if they had any suggestions.
I’m at my wits end with this. I have tried to run the mesh with the hotend off and on. Tried adjusting the delta radius and arm length but I keep seeing these ridges caused by backlash somewhere. I just can’t quite figure out where
-
RE: Diagonal rod length on delta printer issues.
@clytle374 What did you do to fix the ridging? My uncle gave me a rostock max v2 and I upgraded it with the smart effector and duet wifi. I'm seeing very similar results to what you describe.
-
RE: Strange mesh grid heightmap
@alankilian sounds like we have the same setup in terms of arms and carriages. I did see something about the ball cups themselves causing binding so I may see about lubricating those and messing with the belt tension.
Is there a way to do multiple probes in reprap? I know how to do it in marlin. Also unsure about randomizing the points.
This is my first duet board and I don’t have much experience with them.
-
RE: Strange mesh grid heightmap
@alankilian Perhaps it has something to do with the smart effector. Are you using the ball cup arms and injection molded carriages? Not sure how many parts are shared between a V2 and a V3
-
Ways to improve this height map?
I am running a duet wifi and delta smart effector on a rostock max v2. After having some other hurdles to get through I was able to get the printer calibrated. The problem I'm running into now is that my heightmap is wonky, the deviation seems insanely high to me and it is far better than the deviation I was getting before.
My heightmap currently looks like this
I thought it was perhaps ridging in the x but it did not look as prominent compared to older forum posts.
I cannot tell if it is a my sensitivity, delta radius, probing speed or acceleration that could be causing such wild deviations.
Has anyone had similar issues and resolved them? I will add my config.g or other files if requested.
-
RE: Strange mesh grid heightmap
@Nxt-1 maybe I will scavenge the parts of this one. This printer was given to me by my uncle and I was hoping a duet and smart effector would allow me to use it properly. My other printers are both Cartesian so I’m not familiar with deltas a whole lot
-
RE: Strange mesh grid heightmap
@Nxt-1 were you able to solve this? I have a Rostock max V2 with duet WiFi and smart effector giving me a similar problem
-
Getting Error when homing
I keep getting this error (Error: G0/G1: target position not reachable from current position) when I try to do a G28. Is there a certain file I should be looking at because it just started doing this and I cannot figure out why. Please let me know what files you might need if you can help
-
RE: Weird behavior calibrating Delta
You think 1200 or 1500 mm/s for z acceleration?
-
RE: Weird behavior calibrating Delta
I had tried that. It didn’t seem to work and just made other points not trigger when running. I believe what I might have to do is go through the bed.g points and enter their individual trigger heights
-
RE: Weird behavior calibrating Delta
@dc42 Im hoping you might be able to help me
-
RE: Weird behavior calibrating Delta
And my bed.g file if it helps
; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 16 points, 6 factors, probing radius: 130, probe offset (0, 0)
G28
G30 P0 X0.00 Y130.00 Z-99999 H0
G30 P1 X65.00 Y112.58 Z-99999 H0
G30 P2 X112.58 Y65.00 Z-99999 H0
G30 P3 X130.00 Y0.00 Z-99999 H0
G30 P4 X112.58 Y-65.00 Z-99999 H0
G30 P5 X65.00 Y-112.58 Z-99999 H0
G30 P6 X0.00 Y-130.00 Z-99999 H0
G30 P7 X-65.00 Y-112.58 Z-99999 H0
G30 P8 X-112.58 Y-65.00 Z-99999 H0
G30 P9 X-130.00 Y-0.00 Z-99999 H0
G30 P10 X-112.58 Y65.00 Z-99999 H0
G30 P11 X-65.00 Y112.58 Z-99999 H0
G30 P12 X0.00 Y65.00 Z-99999 H0
G30 P13 X56.29 Y-32.50 Z-99999 H0
G30 P14 X-56.29 Y-32.50 Z-99999 H0
G30 P15 X0 Y0 Z-99999 S6 -
RE: Weird behavior calibrating Delta
Also, here’s my config.g file
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Nov 14 2020 22:35:13 GMT-0500 (Eastern Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name
M665 R135 L290 B135 H350 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them
M552 S1; Network
M551 P"Delilah0805" ; set password
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 So ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z80.00 E415.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop; Z-Probe
M558 C"zprobe.in+zprobe.mod" P8 R0.4 F1000 B1 H10 T6000 ; set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height/
M557 R130 S10 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4388 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 A119.6 C668.3 D23.8 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 A561.1 C164.5 D4.8 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S298; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P1 S"Extruder" D0 H1 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C; Custom settings are not defined
M501 -
Weird behavior calibrating Delta
Hi guys,
I have been trying to tune and tweak my delta for the past week or so, and have seemed to fix most of my dumb mistakes. The only trouble I’m having right now is that when I run G32 my smart effector will not trigger at one point on the bed. It isn’t consistent, but it does happen frequently. I can run a few auto calibrations before it decides to not trigger at this one point.
Here’s a video of what I’m talking about https://imgur.com/gallery/alxkiDI
A little about my system
-duet 2 wifi
-RRF3 3.1.1
-Delta smart effector -
RE: smart effector 12v/24v jumper question
@dc42 If my psu itself is 12V and my heat sink fan is 12V. Would My effector need the jumper in that case?
-
RE: Smart effector randomly triggering in mid air after homing
@Phaedrux I’ll try resetting the sensitivity and let you know how that goes. I switched the probe type to a P1 based off another forum post and it seems to not be staying high after probing. If I change it to a P5 or P8 it will reproduce the behavior I’m seeing.
-
RE: Smart effector randomly triggering in mid air after homing
@Phaedrux That seems to have helped with the effector traveling halfway down then triggering. Right now I'm noticing that it is staying triggered after having moved back up.
-
RE: Smart effector randomly triggering in mid air after homing
You believe it may be interference cause the effector to falsely trigger?
-
RE: 7.5 Amp fuse blown?
I did not see anything and ended up replacing the fuse. All seems to be working in order now.