Hi, how's this project going? I'm interested in the piezo mounts. Does the heated bed float on them or is it screwed down? Do you have a place you are putting the files as I would really like something similar for mine.
Thanks
Hi, how's this project going? I'm interested in the piezo mounts. Does the heated bed float on them or is it screwed down? Do you have a place you are putting the files as I would really like something similar for mine.
Thanks
@Quadcells that is absolutely amazing! Exactly what I was after. Could you put up you final config changes that made it work?
I've got a lot more work on my printer before I get to this mod and not a lot of free time but this has to happen!
Thanks
@Hutch118 Hi, sorry to dig this up but did you ever publish your code or push it back?
Thanks
Steven
@Veti Ah so there are plans for this but no one has implemented it yet?
Hi, I was wondering if it's possible to have a 5th motor which tracks the delta z position. (3 towers, 1 extruder, 1 linear Z)
I was planning on driving a rack and pinion to create a camera that tracks the nozzle so that on tall prints the camera is always on the current part of the print.
Also possibly looking at an extruder driven by the same means so that it moves up and down reducing the length of the Bowden tube.
Thanks
Steven
I used 9 Factor with 12 points.
I am using on offset micro-switch probe. Its about 17.8mm down directly under the nozzle when attached.
Hi, I've run mesh bed compensation on my newly converted Anycubic Linear Plus Delta and I get a sine wave for my bed. I assume this means there is an issue or imbalance with one of the M665 or M666 params as its too uniform to be coincidence. I'n using the Ultrabase glass bed so doubt its that which is this shape.
Here is the height map
heightmap.csv
My params look like this:
; Delta parameters
M665 L269.338:269.338:269.338 R134.440 H292.563 B105.0 X-0.817 Y-0.011 Z0.000
M666 X-1.765 Y3.610 Z-1.845 A2.29 B-1.92
Any help would be appreciated
Thanks
Think I've got it. My M574 command used Low end!
it was
M574 X1 Y1 Z1 S1
Now
M574 X2 Y2 Z2 S1
Hi, just converted my Anycubic Linear Delta Plus and when I press home it moves up to the top just fine and back down etc but it seems to just keep incrementing the Z position so then all G0/G1 moves fail because Z is above the max height?
I'm using firmware 2.03 but have tried 2.04RC1/3
My homedelta.g
G91 ; relative positioning
G1 H1 X320 Y320 Z320 F1500 ; move all towers to the high end stopping at the endstops (first pass)
G1 H2 X-10 Y-10 Z-10 F1500 ; go down a few mm
G1 H1 X15 Y15 Z15 F360 ; move all towers up once more (second pass)
G1 H0 Z-20 F2000 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 H0 X0 Y0 F2000 ; move X+Y to the centre
My delta params from config:
; Delta parameters
M665 L267.000:267.000:267.000 R133.773 H295.454 B105.0 X1.038 Y0.706 Z0.000
M666 X-0.496 Y-0.011 Z0.507 A0.00 B0.00
Its like the G1 H1 move isn't resetting the Z position to max height?
Thanks
Hi, it would be very useful for tuning my printer to know what speed it is currently printing at (or trying to print at). I have different speeds set in Slic3r and it would be good to look in real time at what speed its trying to print at while its going so I can identify which speed to tweak in my config.
Thanks