Thanks for the quick answer
13 hours ago, tinkergnome said:Well, the M104 commands are disabling the heaters of the print cores, and M107 disables the fan.
But i think, the firmware does this anyway after the end of a print (but i'm not sure).
I was asking more for those lines :
QuoteG0 F15000 X8.0 Z0.5 E-4.5 ;Wiping+material retraction
G0 F10000 Z1.5 E4.5 ;Compensation for the retraction
and those comments :
Quote;SETTING_3 {"extruder_quality": ["[general]\\nversion = 2\\nname = empty\\ndefin
;SETTING_3 ition = ultimaker3\\n\\n[metadata]\\ntype = quality_changes\\nquality
;SETTING_3 _type = draft\\nextruder = ultimaker3_extruder_left\\n\\n[values]\\ni
;SETTING_3 nfill_sparse_density = 0\\nwall_thickness = 2\\n\\n", "[general]\\nve
;SETTING_3 rsion = 2\\nname = empty\\ndefinition = ultimaker3\\n\\n[metadata]\\n
;SETTING_3 type = quality_changes\\nquality_type = draft\\nextruder = ultimaker3
;SETTING_3 _extruder_right\\n\\n[values]\\n\\n"], "global_quality": "[general]\\
;SETTING_3 nversion = 2\\nname = empty\\ndefinition = ultimaker3\\n\\n[metadata]
;SETTING_3 \\ntype = quality_changes\\nquality_type = draft\\n\\n[values]\\nadhe
;SETTING_3 sion_type = none\\n\\n"}
13 hours ago, tinkergnome said:AFAIK the extruded volume is calculated as follows:
layer_height * line_width * length_of_the_line_segment
So for a layer_height of 0.2mm, a line width of 2mm, a segment of 20mm, I have a volume of 8mm^3.
I guess I have to compare it to the volume of the filament. So for a filament of 2.85mm diameter, I have a volume of 3.14*(1.425)^2*h mm^3. And I have to solve 3.14*(1.425)^2*h = 8, which gives me something around 1.25, but this seems a bit much. According to Cura, the results is around 0.2
Edited by mariep
Recommended Posts
tinkergnome 926
Well, the M104 commands are disabling the heaters of the print cores, and M107 disables the fan.
But i think, the firmware does this anyway after the end of a print (but i'm not sure).
AFAIK the extruded volume is calculated as follows:
layer_height * line_width * length_of_the_line_segment
You need the filament diameter in addition to calculate the needed difference in length, that's all.
Link to post
Share on other sites