Skip to content

Commit

Permalink
1106 Flashforge: Update TPU, classic mode change etc. (#2627)
Browse files Browse the repository at this point in the history
Co-authored-by: SoftFever <[email protected]>
  • Loading branch information
FlashforgeOfficial and SoftFever authored Nov 7, 2023
1 parent c0a8f43 commit 5788fd3
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
"0"
],
"hot_plate_temp_initial_layer": [
"45"
"55"
],
"hot_plate_temp": [
"45"
"50"
],
"nozzle_temperature": [
"220"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp": [
"50"
],
"nozzle_temperature": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"12"
],
"hot_plate_temp_initial_layer": [
"45"
"55"
],
"hot_plate_temp": [
"45"
"50"
],
"slow_down_layer_time": [
"8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"25"
],
"hot_plate_temp_initial_layer": [
"45"
"55"
],
"hot_plate_temp": [
"45"
"50"
],
"slow_down_layer_time": [
"6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
"; filament end gcode \n"
],
"filament_flow_ratio": [
"0.95"
"1"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"5"
"3.5"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
Expand All @@ -92,7 +92,7 @@
"nil"
],
"filament_retraction_length": [
"0.4"
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
Expand Down Expand Up @@ -140,7 +140,7 @@
"45"
],
"nozzle_temperature": [
"230"
"235"
],
"nozzle_temperature_initial_layer": [
"235"
Expand All @@ -158,7 +158,7 @@
"50%"
],
"pressure_advance": [
"0.025"
"0.035"
],
"reduce_fan_stop_start_freq": [
"1"
Expand All @@ -173,7 +173,7 @@
"8"
],
"slow_down_min_speed": [
"15"
"20"
],
"support_material_interface_fan_speed": [
"100"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.42",
"top_shell_layers": "3",
"top_shell_thickness": "0",
"top_shell_thickness": "0.6",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "80",
"outer_wall_speed": "200",
Expand All @@ -110,7 +110,7 @@
"only_one_wall_top": "1",
"slow_down_layers": "1",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "1",
"overhang_speed_classic": "0",
"internal_bridge_speed": "50",
"outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.42",
"top_shell_layers": "3",
"top_shell_thickness": "0",
"top_shell_thickness": "0.6",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "80",
"outer_wall_speed": "200",
Expand All @@ -110,7 +110,7 @@
"only_one_wall_top": "1",
"slow_down_layers": "1",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "1",
"overhang_speed_classic": "0",
"internal_bridge_speed": "50",
"outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.62",
"top_shell_layers": "3",
"top_shell_thickness": "0",
"top_shell_thickness": "0.6",
"initial_layer_speed": "45",
"initial_layer_infill_speed": "65",
"outer_wall_speed": "120",
Expand All @@ -107,7 +107,7 @@
"wall_generator": "classic",
"only_one_wall_top": "1",
"small_perimeter_speed": "50%",
"overhang_speed_classic": "1",
"overhang_speed_classic": "0",
"internal_bridge_speed": "50",
"outer_wall_acceleration": "5000",
"internal_solid_infill_acceleration": "7000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"overhang_2_4_speed": "40",
"overhang_3_4_speed": "20",
"overhang_4_4_speed": "10",
"overhang_speed_classic": "1",
"overhang_speed_classic": "0",
"post_process": [],
"precise_outer_wall": "0",
"prime_tower_brim_width": "3",
Expand Down Expand Up @@ -174,7 +174,7 @@
"thick_bridges": "0",
"timelapse_type": "0",
"top_shell_layers": "3",
"top_shell_thickness": "0",
"top_shell_thickness": "0.6",
"top_solid_infill_flow_ratio": "1",
"top_surface_acceleration": "2000",
"top_surface_jerk": "9",
Expand Down

0 comments on commit 5788fd3

Please sign in to comment.