Made the DeleteCacheData function take a number of days to consider for deletion
Updated the jumpstart profile
This commit is contained in:
parent
670325edcd
commit
850cb7bebd
5 changed files with 28 additions and 42 deletions
|
|
@ -13,7 +13,7 @@ build_height = 200
|
|||
cancel_gcode = G28 X0\n
|
||||
center_part_on_bed = 1
|
||||
complete_objects = 0
|
||||
connect_gcode = M205 X8\nM201 X1000 Y1500 Z100 E3000\nM204 S0 T1800
|
||||
connect_gcode = M205 X8\nM201 X500 Y500 Z100 E3000\nM204 S500 T500
|
||||
cool_extruder_lift = 1
|
||||
print_leveling_solution = 3 Point Plane
|
||||
print_leveling_method = Manual
|
||||
|
|
@ -69,7 +69,7 @@ infill_extrusion_width = 0
|
|||
infill_first = 0
|
||||
infill_only_where_needed = 1
|
||||
infill_overlap_perimeter = 0.2
|
||||
infill_speed = 45
|
||||
infill_speed = 40
|
||||
infill_type = TRIANGLES
|
||||
layer_height = 0.2
|
||||
layer_to_pause =
|
||||
|
|
@ -123,7 +123,7 @@ solid_fill_pattern = rectilinear
|
|||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 60
|
||||
solid_infill_speed = 40
|
||||
solid_shell = 0
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
|
|
@ -157,7 +157,7 @@ toolchange_gcode =
|
|||
top_infill_extrusion_width = 0
|
||||
top_solid_infill_speed = 35
|
||||
top_solid_layers = 4
|
||||
travel_speed = 100
|
||||
travel_speed = 40
|
||||
use_firmware_retraction = 0
|
||||
use_relative_e_distances = 0
|
||||
vibration_limit = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue