@boldnuts I have!
Posts made by joshc4566
-
RE: Little Monster conversion autocalibration woes
@boldnuts I have, and I'm getting an average deviation of 0.060.
-
RE: Little Monster conversion autocalibration woes
@Phaedrux Thank you for the incredibly quick reply! I have in fact went through that page and checked build quality, squareness, tightness of carriages etc. Nothing is out of place that I can find, and I cant see any effector tilt according to the bubble level on top.
-
Little Monster conversion autocalibration woes
Hi all! Finally back at it with my Tevo Little Monster I have converted to a duet wifi, smart effector and 360mm magball arms. I'm so close to getting it up and printing I can taste the PLA. I've got my firmware all setup and can actually print, but my prints are coming out skewed. On some sides the infill wont touch the outer walls, and others it overlaps by quite a bit. I'll attach my a photo of my heightmap, which shows the issue that is translating into my prints. Anyone know what could cause this? It's my first delta printer, so I'm not really up to snuff on the tuning of issues.
-
RE: Delta X-Axis Accuracy issues
@joergs5 sorry for the huge delay! It's been a crazy busy month. I went and got married and had my honeymoon band have been out of the game for a month, but I'm ready to come back at it strong! I can't really seem to find much I'm the way of the extrusions being off from each other. I can't really connect the carriages to see if they bind, but using my metric tape and digital angle gauge, everything seems to be super square. I've even replaced the vslot wheels and bearings.
-
RE: Delta X-Axis Accuracy issues
@joergs5 that's a pretty awesome article. I might try that, but since my issue isn't consistent across the print bed, I think it will only help on smaller objects. I'm going to re-print some parts, tear it down and rebuilt again. Just to eliminate any discrepancies in the adapters for my magball ends I may have. Also, how important is 100% even belt tension?
-
RE: Delta X-Axis Accuracy issues
@joergs5 it theoretically could be warped, but it's a circular mirror, and happens on all areas on the bed. And a G29 produces a pretty nice grid.
-
RE: Delta X-Axis Accuracy issues
@joergs5 I really don't think it could be the filament warping. It has happened with multiple filaments, and multiple materials. The printer is locked away in a closet under the stairs like Harry Potter. Lol so no windows or anything like that that could cause a draft.
-
RE: Delta X-Axis Accuracy issues
@joergs5 Unfortunately I don't think that is the issue. I've taken all the towers off and laid them next to each other and the length is so even that there is no difference with all 3 being lined up with 2 machinist squares.
-
RE: Delta X-Axis Accuracy issues
@dc42 Thanks so much for the help. It does not seem to be printing skewed at all in the Y direction. Just in the X. Would the steps/mm need adjusted for just the X Axis then? Also, I am 100% confident in the rod lengths being correct at 360mm.
-
RE: Delta X-Axis Accuracy issues
Also I have pics, but can't seem to get them to show up in my post? lolHere's the google drive link
-
Delta X-Axis Accuracy issues
Hey all, first off let me say how awesome this community is and how awesome the duet ecosystem is! I'm loving my duet wifi and smart effector!
Ok, with that said I did come here because I am having an issue with my delta. It's a Tevo Little Monster I've converted to a Duet Wifi and Smart Effector with 360mm Haydn arms. It's printing BEAUTIFULLY, but things aren't quite dimensionally accurate. As it is printing in the +X direction, parallel lines will bow inward, and in the -X direction they bow out. This leads to walls and infill not touching. I can't find any build issues, as I have taken it apart and rebuilt about half a dozen times and can't get it to go away, and can calibrate to 0.019 deviation. I've rotated my arms around, and validated they are all VERY VERY close to the same length. Any ideas on what could be the culprit?!
-
Problems leveling my delta.
Hello all, I'm hoping that someone here can help me out in my time of need. I'm going nuts trying to figure out what could be the cause of my Delta printer having some pretty severe "dips" in front of each tower. Printing small things, everything comes out great for the most part, but when things start getting larger then the dips are much more noticeable, and the infill and top/bottom layer don't quite touch the perimeters. The printer is a TEVO Little Monster that I have converted to run off a duet wifi and 360mm Haydn magball arms. Using 6 factor calibration too, but doesn't really seem to change much from 3-6 factors. Also, I've made sure everything is pretty much spot on square with a machinists square, and belt tension is pretty tight. I have ordered a Duet Smart Effector which will be here tomorrow, so I can rule out the BlTouch as a culprit.
Here is my config
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M665 R157 L360 B130 H530 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X-0.274 Y0.289 Z-0.015 A-0.11 B0.14 ; Put your endstop adjustments here, or let auto calibration find them
M208 Z0 S1 ; Set minimum Z; Endstops
M574 X2 Y2 Z2 S1 ; Define active high microswitches
M558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
M557 R130 S20 ; Define mesh grid; BL-Touch
M307 H3 A-1 C-1 D-1 ; reserve pin 21 for M42 or servo use
M558 P4 X0 Y0 Z1 H3 F200 T5000
G31 P25 X0 Y0 Z0.1 ; Set Z probe trigger value, offset and trigger height; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 E32 I0 ; Configure microstepping without interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M92 X160 Y160 Z160 E871 ; Set steps per mm
M566 X1200 Y1200 Z1200 E3000 ; Set maximum instantaneous speed changes (mm/min)
M203 X39960 Y39960 Z39960 E3000 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E1500 ; Set accelerations (mm/s^2)
M906 X1800 Y1800 Z1800 E1500 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Heaters
M143 S285 ; Set maximum heater temperature to 285C
M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
M305 P0 T100000 B4607 C8.950070e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Network
M550 PLittle Monster ; Set machine name
M551 Pxxxxx ; Set password
M552 S1 ; Enable network
M587 S"xxxxxx" P"xxxxx" ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off; Custom settings are not configured
; Miscellaneous
M501 ; Load saved parameters from non-volatile memoryAlso, My bed.g
bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool on Mon May 22 2017 22:56:20 GMT-0400 (Eastern Daylight Time)
G28; Clear any bed transform
M561; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 16 points, 6 factors, probing radius: 120, probe offset (-10, 12)
G28
M98 Pdeployprobe.g
G30 P0 X0.00 Y108.78 Z-99999 H0.763
G30 P1 X74.81 Y89.16 Z-99999 H0.524
G30 P2 X118.18 Y20.84 Z-99999 H0.152
G30 P3 X103.92 Y-60.00 Z-99999 H0.050
G30 P4 X41.04 Y-112.76 Z-99999 H0.054
G30 P5 X-41.04 Y-112.76 Z-99999 H0.270
G30 P6 X-100.88 Y-58.24 Z-99999 H0.507
G30 P7 X-107.18 Y18.90 Z-99999 H0.624
G30 P8 X-68.25 Y81.34 Z-99999 H0.717
G30 P9 X0.00 Y49.52 Z-99999 H0.480
G30 P10 X51.96 Y30.00 Z-99999 H0.290
G30 P11 X51.96 Y-30.00 Z-99999 H0.145
G30 P12 X0.00 Y-60.00 Z-99999 H0.200
G30 P13 X-48.32 Y-27.90 Z-99999 H0.420
G30 P14 X-41.65 Y24.05 Z-99999 H0.500
G30 P15 X0 Y0 Z-99999 S6
M98 Pretractprobe.g
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)M98 Pretractprobe.g
G1 X0 Y0 Z150 F15000
G29 S1Sorry for all the formatting also.