From 4a397eab31796a021194d2cc3b347d3b88f94771 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:06:23 -0400 Subject: [PATCH] Update values --- .../Dremel Generic PLA @3D45 all.json | 24 +++++++++---------- .../machine/Dremel 3D45 0.4 nozzle.json | 4 +--- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json index 304a59d97e..483ccb09c4 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA @3D45 all.json @@ -5,28 +5,26 @@ "from": "system", "instantiation": "true", "inherits": "Dremel Generic PLA", - "filament_max_volumetric_speed": ["9"], - "slow_down_layer_time": ["10"], + "slow_down_min_speed": "10", + "close_fan_the_first_x_layers": "3", + "filament_loading_speed_start": "3", + "filament_loading_speed": "28", + "filament_unloading_speed_start": "100", + "filament_unloading_speed": "90", + "filament_cooling_moves": "4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_final_speed": "3.4", "filament_retraction_length": [ "3" ], "filament_retraction_speed": [ "60" ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "hot_plate_temp": [ - "60" - ], "nozzle_temperature": [ - "225" + "200" ], "nozzle_temperature_initial_layer": [ - "225" - ], - "nozzle_temperature_range_high": [ - "230" + "200" ], "compatible_printers": [ "Dremel 3D45 0.4 nozzle" diff --git a/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json b/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json index e202b45764..56da9c1ffc 100644 --- a/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json +++ b/resources/profiles/Dremel/machine/Dremel 3D45 0.4 nozzle.json @@ -38,9 +38,6 @@ "z_hop": [ "0.5" ], - "z_hop_types": [ - "Normal Lift" - ], "machine_max_acceleration_e": [ "10000", "10000" @@ -113,6 +110,7 @@ "40" ], "use_relative_e_distances": "0", + "reduce_infill_retraction": "0", "machine_start_gcode": "G28\nG1 Z50.00 F400\nG92 E0\nG1 F200 E3\nG92 E0\nM132 X Y Z A\nM907 X100 Y100 Z50 A100", "machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors", "machine_pause_gcode": "G5",