From: msutas Date: Sun, 28 Dec 2014 10:20:11 +0000 (+0200) Subject: Update on Rigid3d Machine Profile X-Git-Tag: 15.01-RC6~7^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1f75392dfdc5f09fe9f79372dec8f1398180cc72;p=cura.git Update on Rigid3d Machine Profile --- diff --git a/resources/machine_profiles/Rigid3D.ini b/resources/machine_profiles/Rigid3D.ini index e2a2471f..2a5857df 100644 --- a/resources/machine_profiles/Rigid3D.ini +++ b/resources/machine_profiles/Rigid3D.ini @@ -22,7 +22,7 @@ solid_layer_thickness = 0.6 fill_density = 20 nozzle_size = 0.4 print_speed = 50 -print_temperature = 220 +print_temperature = 260 print_bed_temperature = 100 support = None platform_adhesion = None @@ -34,13 +34,13 @@ retraction_min_travel = 2 retraction_combing = True retraction_minimal_extrusion = 0.1 retraction_hop = 0.0 -bottom_thickness = 0.6 -layer0_width_factor = 100 -travel_speed = 150 +bottom_thickness = 0.2 +layer0_width_factor = 110 +travel_speed = 120 bottom_layer_speed = 25 -infill_speed = 80 +infill_speed = 50 inset0_speed = 40 -insetx_speed = 60 +insetx_speed = 50 cool_min_layer_time = 10 skirt_line_count = 1 skirt_gap = 3.0 @@ -49,49 +49,32 @@ cool_min_feedrate = 10 solid_top = True solid_bottom = True fill_overlap = 15 +support_type = Lines +support_angle = 45 +skirt_gap = 6 [alterations] start.gcode = - ; -- 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 + ; -- START GCODE -- + G21 G28 ; Home extruder G29 ; - G1 Z15 F{Z_TRAVEL_SPEED} M107 ; Turn off fan G90 ; Absolute positioning M82 ; Extruder in absolute mode - {IF_BED}M190 S{BED} - ; Activate all used extruder - {IF_EXT0}M104 T0 S{TEMP0} - ; {IF_EXT1}M104 T1 S{TEMP1} G92 E0 ; Reset extruder position - ; Wait for all used extruders to reach temperature - {IF_EXT0}M109 T0 S{TEMP0} - ; {IF_EXT1}M109 T1 S{TEMP1} - ;Put printing message on LCD screen - ;M117 Printing... - ; -- end of START GCODE -- + ; -- end of START GCODE -- end.gcode = - ; -- END GCODE -- - ; Get extruder out of way. - G0 X0 Y230 ; home X and Y axis + ; -- END GCODE -- + G1 X0 Y230 ; Get extruder out of way. Uncomment to use! M107 ; Turn off fan ; Disable all extruder G91 ; Relative positioning G0 Z20 ; - {IF_EXT0}T0 - {IF_EXT0}G1 E-1 ; Reduce filament pressure + T0 + G1 E-1 ; Reduce filament pressure M104 T0 S0 - ; {IF_EXT1}T1 - ; {IF_EXT1}G1 E-1 ; Reduce filament pressure - ; M104 T1 S0 G90 ; Absolute positioning G92 E0 ; Reset extruder position M140 S0 ; Disable heated bed