Re: Simplify3D setup? August 03, 2015 12:38PM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? August 03, 2015 02:19PM |
Registered: 10 years ago Posts: 14,682 |
Quote
Theolodian
So the calibration doesn't take care of a warped bed?
Re: Simplify3D setup? August 03, 2015 02:24PM |
Registered: 9 years ago Posts: 475 |
Re: Simplify3D setup? August 03, 2015 03:43PM |
Registered: 9 years ago Posts: 68 |
Uh? If the calibration is incorrect then the head's height may fluctuate as you move around the XY play, but the *only* reasons that the head wouldn't stay level are if there is a fundamental mechanical problem. Ultimately this happens if one or more of the rods is of different length, or if one of the rod mounts is bent or loose. Such a problem cannot be corrected by an software calibration.Quote
Theolodian
The head doesn't stay level as you move away from the centre. I am sure this isn't modeled correctly if at all. Sounds like an arm length of 165 might be a good compromise for now.
Well that's a bit worrying. I don't have the printer here now, but I'll check this tomorrow.Quote
droftarts
Check your bed is actually flat. The Fisher I built, it turns out the acrylic is slightly warped, and I have a dip in the middle of my bed of around 0.3mm - it's visible when I put a flat edge across it. We'll have to work out how common this is, and what's causing it, as obviously it needs to be flat.
Indeed, I completely agree that at the very least, the rod length *should* be set to the length of the rod (160 mm), and in theory, so should the radius if everything is assembled correctly. Assuming the bed is flat and not warped, then further to my previous post I found that setting a rod length of 163 mm resulted in correct XY positioning. I made a simple target that I printed and taped to the bed so I could see X/Y positioning as the calibration was being performed (the pdf is attached if anyone is interested, remember to untick fit to page when printing).Quote
droftarts
The config.g uses the actual lengths, from the design files, EXACTLY as it's modelled!
As dc42 said, yes it can (ish), but you definitely wouldn't want to do this. If the bed is warped then I wouldn't consider doing anything else before it's replaced. The calibration could probably get parameters that would work on even the most warped surface. However, every layer will just be a translated version of the non-flat plane, so it's not just a first layer problem.Quote
Theolodian
So the calibration doesn't take care of a warped bed?
Re: Simplify3D setup? August 03, 2015 03:55PM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? August 03, 2015 04:38PM |
Registered: 9 years ago Posts: 68 |
Yeh, 100%. I'm loving this printer as it is, but it bugs me that it's possible to be even better. I have to say, coming from a background of using RAMPS / Marlin I think one of the best things about the printer is the Duet and firmware, it just makes it so easy to test stuff like this while quickly switching back to working settings when you just want to print something. I currently have 2 SD cards, one with working(ish) settings and one that I'm using to do this stuff.Quote
Theolodian
...I don't want anyone including RRP to make more of a deal out of this conversation than necessary. That one G31 change and I am laughing, literally. The rest is interesting but not at all 'required' at this price point IMHO.
Re: Simplify3D setup? August 03, 2015 06:03PM |
Registered: 10 years ago Posts: 14,682 |
Re: Simplify3D setup? August 04, 2015 03:29AM |
Registered: 10 years ago Posts: 776 |
Re: Simplify3D setup? August 04, 2015 03:41AM |
Registered: 9 years ago Posts: 395 |
Re: Simplify3D setup? August 04, 2015 04:14AM |
Registered: 10 years ago Posts: 14,682 |
Quote
Fpex
Dc42 is there warping problems in the acrylic? I am following the fisher forum both bacause it is still interesting machine to get and also because of its use of acrylic like the E3D printer I am considering getting.
Re: Simplify3D setup? August 04, 2015 04:17AM |
Registered: 10 years ago Posts: 14,682 |
Quote
Davek0974
Hi all,
I am certain i could create an aluminium bed for this machine, as Dc42 said, they are proving very good on the Ormerod printer.
If there is interest, Is there a link to a dxf anywhere?
Thanks
Dave
Re: Simplify3D setup? August 04, 2015 04:39AM |
Registered: 9 years ago Posts: 395 |
Quote
dc42
Quote
Fpex
Dc42 is there warping problems in the acrylic? I am following the fisher forum both bacause it is still interesting machine to get and also because of its use of acrylic like the E3D printer I am considering getting.
There was mention of not-quite-flat acrylic beds earlier in this thread, e.g. [forums.reprap.org]. I suspect it's quite hard to get anything other than float glass or milled aluminium flat enough for an ideal print bed. But let's see what RepRapPro comes up with - bear in mind that the Fisher is still in beta.
Re: Simplify3D setup? August 04, 2015 04:56AM |
Registered: 9 years ago Posts: 68 |
Re: Simplify3D setup? August 04, 2015 04:59AM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? August 04, 2015 05:17AM |
Registered: 9 years ago Posts: 38 |
Re: Simplify3D setup? August 04, 2015 05:25AM |
Registered: 9 years ago Posts: 38 |
Re: Simplify3D setup? August 04, 2015 05:40AM |
Registered: 13 years ago Posts: 1,611 |
Re: Simplify3D setup? August 04, 2015 05:43AM |
Registered: 13 years ago Posts: 1,611 |
Re: Simplify3D setup? August 04, 2015 05:49AM |
Registered: 9 years ago Posts: 475 |
Re: Simplify3D setup? August 04, 2015 06:52AM |
Registered: 10 years ago Posts: 776 |
Re: Simplify3D setup? August 04, 2015 03:14PM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? August 05, 2015 09:13AM |
Registered: 9 years ago Posts: 68 |
new_rod_length = (measured_arm_length / intended_arm_length) * current_rod_length
G31 X0 Y0 Z-0.1 P200
G28 ; home all axes M83 ; relative extruder mode T0 ; select extruder 0 M116 ; wait M98 P/macros/setz.g
G1 X0 Y0 Z4 F12000 G30 G1 Z0.2 F12000 G92 Z0 G1 Z4 F12000
Re: Simplify3D setup? August 05, 2015 09:44AM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? August 05, 2015 09:51AM |
Registered: 9 years ago Posts: 68 |
Re: Simplify3D setup? August 05, 2015 10:47AM |
Registered: 13 years ago Posts: 1,611 |
Re: Simplify3D setup? August 15, 2015 03:37PM |
Registered: 9 years ago Posts: 155 |
Re: Simplify3D setup? January 18, 2016 04:48PM |
Registered: 9 years ago Posts: 40 |