Re: What is happening to my corners? November 01, 2015 05:38AM |
Registered: 9 years ago Posts: 81 |
Quote
deaconfrost
here's what I have set in marlin for stepping and speed
are you using stock extruder mounted on x carriage with groove bearing?
I'm using greg's wade with bowden on the E3D v6
I had similar problem on wall due to extruder stepping
if you still on stock extruder, that would be first place to start, slow down and print yourself a gear extruder like greg's wade or go bowden
just noticed you using FlexiDrive, I have no experience with that, but would be the place to look at, as when I had the similar problem, it was the extrusion stepping that I corrected and the problem went away
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,1260} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 3, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 20.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Re: What is happening to my corners? November 01, 2015 05:41AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
Quote
deaconfrost
here's what I have set in marlin for stepping and speed
are you using stock extruder mounted on x carriage with groove bearing?
I'm using greg's wade with bowden on the E3D v6
I had similar problem on wall due to extruder stepping
if you still on stock extruder, that would be first place to start, slow down and print yourself a gear extruder like greg's wade or go bowden
just noticed you using FlexiDrive, I have no experience with that, but would be the place to look at, as when I had the similar problem, it was the extrusion stepping that I corrected and the problem went away
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,1260} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 3, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 20.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
I'm definitely NOT using the stock extruder.
I'm using Mutley3D flexidrive and an ED3v6 hotend.
Re: What is happening to my corners? November 01, 2015 05:42AM |
Registered: 9 years ago Posts: 81 |
Quote
Downunder35m
Although some might not like it but anyway:
I think the problem with your prints is over extrusion.
Especially if finer layers get worse.
Keep in mind that a layer height below 0.1mm requires a perfect extruder calibration as otherwise there is always too much or too little plastic.
After the initial calibration using digital calipers I finetune the extrusion using solid infills.
The first layer needs to be perfectly adjusted in terms of bed flatness, print start height and so on.
If the second layer shows single lines with tiny gaps it needs more plastic.
Plastic being squshed out of the lines, building small blobs or higher, visible lines between the extrusions means too much plastic is used.
With the extrusion tuned right even a 0.5mm solid layer should have a shiny finnish with visible extrusion lines but no visible gaps or over extrusions.
Only once that is done I print serious things with a new roll of filament.
Of course you can print several layers and play with the extrusion multiplier on the go before going into the settings for a change.
But I noticed that for layer heights below 0.1mm you often need to use the "on the go" settings to go a few percent up and down.
A change from 0.92 to 0.93 in the extruder settings to adjust a tiny bit of under extrusion can be too much for small layer heights.
So instead the on the go percentage is adjusted before the print (or after the first layer) to 102 or 103 instead.
IMHO it is easier to do the the final tuning with the smallest layer height you intent to use, if that is fine all higher layer heights will be perfect anyway.
Re: What is happening to my corners? November 01, 2015 05:43AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
Quote
deaconfrost
here's what I have set in marlin for stepping and speed
are you using stock extruder mounted on x carriage with groove bearing?
I'm using greg's wade with bowden on the E3D v6
I had similar problem on wall due to extruder stepping
if you still on stock extruder, that would be first place to start, slow down and print yourself a gear extruder like greg's wade or go bowden
just noticed you using FlexiDrive, I have no experience with that, but would be the place to look at, as when I had the similar problem, it was the extrusion stepping that I corrected and the problem went away
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,1260} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 3, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 20.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
I'm definitely NOT using the stock extruder.
I'm using Mutley3D flexidrive and an ED3v6 hotend.
Have you calibrated it?
Re: What is happening to my corners? November 01, 2015 05:49AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? November 01, 2015 05:51AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 01, 2015 12:01PM |
Registered: 9 years ago Posts: 310 |
Re: What is happening to my corners? November 01, 2015 03:56PM |
Registered: 9 years ago Posts: 752 |
Re: What is happening to my corners? November 02, 2015 05:20AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
Quote
o_lampe
Yeah, I can print at 5000mm/s with acceleration set to 1mm/s²
-Olaf
............ As does this
No need, he was making a bit of "fun", you can actually print however fast you like using an acceleration of 1mm/s, you won't reach that speed inside the bed boundaries anyway.
Many slicers include the settings as comments at the beginning of the gcode file that gets outputted, you can get them there.
Re: What is happening to my corners? November 02, 2015 05:26AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 02, 2015 05:46AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
Is that it?
I"m so tired.,,,,,,,
Re: What is happening to my corners? November 02, 2015 06:01AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 02, 2015 06:04AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 02, 2015 06:06AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 02, 2015 07:05AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 02, 2015 07:17AM |
Registered: 9 years ago Posts: 1,873 |
Re: What is happening to my corners? November 03, 2015 01:25AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 03, 2015 03:34AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
Quote
JamesK
I see in the config seam_position = aligned, is the seam on the problem corner?
No the seam is actually at the opposite corner.
Re: What is happening to my corners? November 03, 2015 10:31PM |
Registered: 9 years ago Posts: 541 |
Quote
Hephaestus0000
Folger Crap Prusa I3
Flexidrive
ED3v6 hot end
For the record I halved the speed and the result was the same.
Re: What is happening to my corners? November 04, 2015 12:25AM |
Registered: 9 years ago Posts: 81 |
Quote
tjnamtiw
Quote
Hephaestus0000
Folger Crap Prusa I3
Flexidrive
ED3v6 hot end
For the record I halved the speed and the result was the same.
Sorry, but to try to print at 200 mm/s and blame it on a $269 printer is where the BS is! My Folger Tech does just fine at 60 mm/s and I'm willing to wait. Set it and forget it.
Re: What is happening to my corners? November 04, 2015 12:30AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
Quote
JamesK
I see in the config seam_position = aligned, is the seam on the problem corner?
No the seam is actually at the opposite corner.
The last one there was printed with 80mm/s (from your slicer settings - max_print_speed = 80)
Try printing it slower and add some cooling to it, put a table fan to blow across the piece of hook up some computer fan and rig it somehow.
Re: What is happening to my corners? November 04, 2015 03:19AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
I set it at 30mm/s and noticed no change in my slicers estimated print time. So I got curious and changed the value to 20mm/s and 2000mm/s and the estimated print time remained the same.
Fearing drastic changes, when I went to print the cube again, I merely dropped it from 80, down to 60, and then another at 40 and observed no visible changes or changes in the print time.
I only ever notice anything when I change the perimeter, infill, solid infill speeds, and so on.
Re: What is happening to my corners? November 04, 2015 06:10AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? November 04, 2015 06:13AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? November 04, 2015 06:27AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
Hmmmmmmm My config.h in Marlin still says my max default_max_accel is already at (1000,1000,100,10000)
And I'm 100% certain I've never changed that.
Right, sorry it was not you who posted those numbers.
Sorry about that.
Anyway, the fan?
Re: What is happening to my corners? November 04, 2015 08:09AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
I'm also curious about one of your previous comments about changers my "retect on layer chage" from 1 to 0.
This was the single most effective change, however I'm not sure how to make that change permanent.
I've just been editing the gcode from 1 to 0 before each cube print (after you mentioned doing so of course)
Quote
G1 X-13.680 Y9.751 F5100 <--- This is a travel move, tells the printer to move the extruder/hotend to the "X-13.680 Y9.751" position of the Z-plane it currently is on at the speed of 5100mm/minute (85mm/s)
G1 E2.0200 F2100 <--- This is a "un-retract" move tells the printer to move the filament back into the nozzle after a retraction with the speed of 2100mm/minute (35mm/s)
G1 X-18.320 Y9.751 E0.1852 F1228 <--- This is a printing move, as it both contains movement of the extruder/hotend and the movement of filament (the "E" parameter)
G1 X-18.320 Y7.582 E0.0866
G1 X-14.320 Y7.582 E0.1596
G1 X-14.320 Y-2.898 E0.4183
G1 X-20.182 Y-17.049 E0.6113
G1 X-20.049 Y-17.369 E0.0138
G1 X20.049 Y-17.369 E1.6004
G1 X20.182 Y-17.049 E0.0138
G1 X14.320 Y-2.898 E0.6113
Re: What is happening to my corners? November 04, 2015 09:20AM |
Registered: 9 years ago Posts: 541 |
Re: What is happening to my corners? November 06, 2015 08:16AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
I'm also curious about one of your previous comments about changers my "retect on layer chage" from 1 to 0.
This was the single most effective change, however I'm not sure how to make that change permanent.
I've just been editing the gcode from 1 to 0 before each cube print (after you mentioned doing so of course)
Well I seriously doubt that changing "; retract_layer_change = 1" to 0 and then printing the file actually made any difference.
All those lines there that starts with a semi-colon are only there to be informative / help with debugging, they don't actually do anything, they are discarded when it comes to actual printing.
If you so wish you can delete all lines beginning with a ";" the file would still print.
It's the lines that come after/before (don't know if slic3r puts it at the beginning or the end of the file) that that does the actual printing, lines that look like these:
Quote
G1 X-13.680 Y9.751 F5100 <--- This is a travel move, tells the printer to move the extruder/hotend to the "X-13.680 Y9.751" position of the Z-plane it currently is on at the speed of 5100mm/minute (85mm/s)
G1 E2.0200 F2100 <--- This is a "un-retract" move tells the printer to move the filament back into the nozzle after a retraction with the speed of 2100mm/minute (35mm/s)
G1 X-18.320 Y9.751 E0.1852 F1228 <--- This is a printing move, as it both contains movement of the extruder/hotend and the movement of filament (the "E" parameter)
G1 X-18.320 Y7.582 E0.0866
G1 X-14.320 Y7.582 E0.1596
G1 X-14.320 Y-2.898 E0.4183
G1 X-20.182 Y-17.049 E0.6113
G1 X-20.049 Y-17.369 E0.0138
G1 X20.049 Y-17.369 E1.6004
G1 X20.182 Y-17.049 E0.0138
G1 X14.320 Y-2.898 E0.6113
(just some of my own code, precisely when the skirt has been laid down and moving to start the inner perimeter)
To actually turn the "Retract on layer change" off you have to look for such a setting in slic3r (assuming that is what you use to slice with) and turn it off there and then slice the part again creating a new gcode file.
This applies for all setting you try to change, you have to reslice the part.
Re: What is happening to my corners? August 06, 2016 06:23AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
Quote
Hephaestus0000
Hmmmmmmm My config.h in Marlin still says my max default_max_accel is already at (1000,1000,100,10000)
And I'm 100% certain I've never changed that.
Right, sorry it was not you who posted those numbers.
Sorry about that.
Anyway, the fan?
Re: What is happening to my corners? August 06, 2016 11:19PM |
Registered: 9 years ago Posts: 310 |