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
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
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