Welcome! Log In Create A New Profile

Advanced

Quando la Cura non salva.....

Posted by mark2.cnc 
Quando la Cura non salva.....
October 03, 2015 06:22AM
Che razza di titolo... eye popping smiley


Cura non mi salva più il gcode...
allego file di configurazione:

[profile]
layer_height = 0.2
wall_thickness = 1.2
retraction_enable = True
solid_layer_thickness = 1
fill_density = 20
nozzle_size = 0.4
print_speed = 50
print_temperature = 210
print_temperature2 = 0
print_temperature3 = 0
print_temperature4 = 0
print_temperature5 = 0
print_bed_temperature = 70
support = None
platform_adhesion = Brim
support_dual_extrusion = Both
wipe_tower = False
wipe_tower_volume = 15
ooze_shield = False
filament_diameter = 1.75
filament_diameter2 = 0
filament_diameter3 = 0
filament_diameter4 = 0
filament_diameter5 = 0
filament_flow = 100.0
retraction_speed = 40.0
retraction_amount = 4.5
retraction_dual_amount = 16.5
retraction_min_travel = 1.5
retraction_combing = All
retraction_minimal_extrusion = 0.02
retraction_hop = 0.0
bottom_thickness = 0.3
layer0_width_factor = 100
object_sink = 0.0
overlap_dual = 0.15
travel_speed = 50.0
bottom_layer_speed = 20
infill_speed = 30.0
solidarea_speed = 30.0
inset0_speed = 30.0
insetx_speed = 20.0
cool_min_layer_time = 5
fan_enabled = True
skirt_line_count = 1
skirt_gap = 3.0
skirt_minimal_length = 150.0
fan_full_height = 0.5
fan_speed = 100
fan_speed_max = 100
cool_min_feedrate = 10
cool_head_lift = False
solid_top = True
solid_bottom = True
fill_overlap = 15
perimeter_before_infill = False
support_type = Lines
support_angle = 60
support_fill_rate = 15
support_xy_distance = 0.7
support_z_distance = 0.15
spiralize = False
simple_mode = False
brim_line_count = 20
raft_margin = 5.0
raft_line_spacing = 3.0
raft_base_thickness = 0.3
raft_base_linewidth = 1.0
raft_interface_thickness = 0.27
raft_interface_linewidth = 0.4
raft_airgap_all = 0.0
raft_airgap = 0.22
raft_surface_layers = 2
raft_surface_thickness = 0.27
raft_surface_linewidth = 0.4
fix_horrible_union_all_type_a = False
fix_horrible_union_all_type_b = False
fix_horrible_use_open_bits = False
fix_horrible_extensive_stitching = False
plugin_config = 
object_center_x = -1
object_center_y = -1

[alterations]
start.gcode = ;Sliced at: {day} {date} {time}
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
	;Print time: {print_time}
	;Filament used: {filament_amount}m {filament_weight}g
	;Filament cost: {filament_cost}
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
	;M109 S{print_temperature} ;Uncomment to add your own temperature line
	G21        ;metric values
	G90        ;absolute positioning
	M82        ;set extruder to absolute mode
	M107       ;start with the fan off
	G28
	
end.gcode = ;End GCode
	            
	G1 M05 M02              
	
start2.gcode = ;Sliced at: {day} {date} {time}
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
	;Print time: {print_time}
	;Filament used: {filament_amount}m {filament_weight}g
	;Filament cost: {filament_cost}
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
	G21        ;metric values
	G90        ;absolute positioning
	M107       ;start with the fan off
	G28 X0 Y0  ;move X/Y to min endstops
	G28 Z0     ;move Z to min endstops
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
	T1                      ;Switch to the 2nd extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T0                      ;Switch to the first extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F{travel_speed}
	;Put printing message on LCD screen
	M117 Printing...
end2.gcode = ;End GCode
	M104 T0 S0                     ;extruder heater off
	M104 T1 S0                     ;extruder heater off
	M140 S0                     ;heated bed heater off (if you have it)
	G91                                    ;relative positioning
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
	M84                         ;steppers off
	G90                         ;absolute positioning
	;{profile_string}
start3.gcode = ;Sliced at: {day} {date} {time}
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
	;Print time: {print_time}
	;Filament used: {filament_amount}m {filament_weight}g
	;Filament cost: {filament_cost}
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
	G21        ;metric values
	G90        ;absolute positioning
	M107       ;start with the fan off
	G28 X0 Y0  ;move X/Y to min endstops
	G28 Z0     ;move Z to min endstops
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
	T2                      ;Switch to the 3rd extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T1                      ;Switch to the 2nd extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T0                      ;Switch to the first extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F{travel_speed}
	;Put printing message on LCD screen
	M117 Printing...
end3.gcode = ;End GCode
	M104 T0 S0                     ;extruder heater off
	M104 T1 S0                     ;extruder heater off
	M104 T2 S0                     ;extruder heater off
	M140 S0                     ;heated bed heater off (if you have it)
	G91                                    ;relative positioning
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
	M84                         ;steppers off
	G90                         ;absolute positioning
	;{profile_string}
start4.gcode = ;Sliced at: {day} {date} {time}
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
	;Print time: {print_time}
	;Filament used: {filament_amount}m {filament_weight}g
	;Filament cost: {filament_cost}
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
	;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
	G21        ;metric values
	G90        ;absolute positioning
	M107       ;start with the fan off
	G28 X0 Y0  ;move X/Y to min endstops
	G28 Z0     ;move Z to min endstops
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
	T3                      ;Switch to the 4th extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T2                      ;Switch to the 3rd extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T1                      ;Switch to the 2nd extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F200 E-{retraction_dual_amount}
	T0                      ;Switch to the first extruder
	G92 E0                  ;zero the extruded length
	G1 F200 E10             ;extrude 10mm of feed stock
	G92 E0                  ;zero the extruded length again
	G1 F{travel_speed}
	;Put printing message on LCD screen
	M117 Printing...
end4.gcode = ;End GCode
	M104 T0 S0                     ;extruder heater off
	M104 T1 S0                     ;extruder heater off
	M104 T2 S0                     ;extruder heater off
	M104 T3 S0                     ;extruder heater off
	M140 S0                     ;heated bed heater off (if you have it)
	G91                                    ;relative positioning
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
	M84                         ;steppers off
	G90                         ;absolute positioning
	;{profile_string}
support_start.gcode = 
support_end.gcode = 
cool_start.gcode = 
cool_end.gcode = 
replace.csv = 
preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
	;This code is added before the T(n)
postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
	;This code is added after the T(n)


e log

Running: /usr/share/cura/CuraEngine -v -p -s initialSpeedupLayers=4 -s minimalFeedrate=10 -s preSwitchExtruderCode=;Switch between the current extruder and the next extruder, when printing with multiple extruders.
;This code is added before the T(n)
 -s supportXYDistance=700 -s insetXSpeed=20 -s retractionZHop=0 -s extruderOffset[3].X=0 -s extruderOffset[3].Y=0 -s postSwitchExtruderCode=;Switch between the current extruder and the next extruder, when printing with multiple extruders.
;This code is added after the T(n)
 -s retractionSpeed=40 -s filamentFlow=100 -s infillOverlap=15 -s inset0Speed=30 -s coolHeadLift=0 -s extrusionWidth=399 -s upSkinCount=5 -s initialLayerSpeed=20 -s minimalLayerTime=5 -s infillSpeed=30 -s supportExtruder=-1 -s fanSpeedMax=100 -s supportType=1 -s enableCombing=1 -s fanSpeedMin=100 -s supportZDistance=150 -s supportEverywhere=0 -s filamentDiameter=1750 -s initialLayerThickness=300 -s supportAngle=-1 -s fanFullOnLayerNr=1 -s extruderOffset[1].X=-30000 -s extruderOffset[1].Y=0 -s layerThickness=200 -s endCode=;End GCode
M104 S0                     ;extruder heater off
M140 S0                     ;heated bed heater off (if you have it)
G91                                    ;relative positioning
G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F3000 ;move Z up a bit and retract filament even more
G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
M84                         ;steppers off
G90                         ;absolute positioning
;CURA_PROFILE_STRING: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
 -s minimalExtrusionBeforeRetraction=20 -s retractionMinimalDistance=1500 -s objectSink=0 -s retractionAmount=4500 -s skinSpeed=30 -s skirtLineCount=20 -s startCode=M92 E120.000000
M190 S70.000000
M109 S210.000000
;Sliced at: Sat 03-10-2015 12:12:44
;Basic settings: Layer height: 0.2 Walls: 1.2 Fill: 20
;Print time: #P_TIME#
;Filament used: #F_AMNT#m #F_WGHT#g
;Filament cost: #F_COST#
;M190 S70 ;Uncomment to add your own bed temperature line
;M109 S210 ;Uncomment to add your own temperature line
G21        ;metric values
G90        ;absolute positioning
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G28 X0 Y0  ;move X/Y to min endstops
G28 Z0     ;move Z to min endstops
G1 Z15.0 F3000 ;move the platform down 15mm
G92 E0                  ;zero the extruded length
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F3000
;Put printing message on LCD screen
M117 Printing...
 -s skirtDistance=0 -s extruderOffset[2].Y=0 -s extruderOffset[2].X=0 -s perimeterBeforeInfill=0 -s printSpeed=50 -s fixHorrible=1 -s layer0extrusionWidth=400 -s moveSpeed=50 -s supportLineDistance=2666 -s retractionAmountExtruderSwitch=16500 -s sparseInfillLineDistance=2000 -s insetCount=3 -s downSkinCount=5 -s multiVolumeOverlap=150 -g 49674 -s posx=22584 -s posy=24974 $
Cura_SteamEngine version 15.04.2
Copyright (C) 2014 David Braam

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see [www.gnu.org].
Default config 'default.cfg' not used
Reading mesh from socket with 146580 vertexes

Mille grazie anticipate a chi mi darà una qualsiasi istruzione


PS ho già disintstallato e reinstallato...ma non funziona
Re: Quando la Cura non salva.....
October 04, 2015 04:10AM
Prima salvava e adesso non più? Come fai a salvarlo?


Andrea Lillia
Lillia.net
Pagina Facebook
Re: Quando la Cura non salva.....
October 04, 2015 10:48AM
menù File > Save Gcode...
non produce alcuno sliceing secondo me
Sorry, only registered users may post in this forum.

Click here to login