From 921e4cef2e9778281a7369e4f626bcd57f712ee0 Mon Sep 17 00:00:00 2001 From: VOLUMIC <31067164+VOLUMIC@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:49:14 +0100 Subject: [PATCH] Acceleration fixes --- .../Volumic/machine/fdm_volumic_common.json | 19 +++++++++++++++++++ .../process/fdm_process_volumic_common.json | 12 ++++++++++++ 2 files changed, 31 insertions(+) diff --git a/resources/profiles/Volumic/machine/fdm_volumic_common.json b/resources/profiles/Volumic/machine/fdm_volumic_common.json index b845721cb2..a1a943dcb1 100644 --- a/resources/profiles/Volumic/machine/fdm_volumic_common.json +++ b/resources/profiles/Volumic/machine/fdm_volumic_common.json @@ -16,6 +16,25 @@ "retraction_length": ["2.4"], "retraction_speed": ["30"], "silent_mode": "0", + + "machine_max_acceleration_e": ["0","0"], + "machine_max_acceleration_extruding": ["0","0"], + "machine_max_acceleration_retracting": ["0","0"], + "machine_max_acceleration_travel": ["0","0"], + "machine_max_acceleration_x": ["0","0"], + "machine_max_acceleration_y": ["0","0"], + "machine_max_acceleration_z": ["0","0"], + "machine_max_jerk_e": ["0","0"], + "machine_max_jerk_x": ["0","0"], + "machine_max_jerk_y": ["0","0"], + "machine_max_jerk_z": ["0","0"], + "machine_max_speed_e": ["0","0"], + "machine_max_speed_x": ["0","0"], + "machine_max_speed_y": ["0","0"], + "machine_max_speed_z": ["0","0"], + "machine_min_extruding_rate": ["0","0"], + "machine_min_travel_rate": ["0","0"], + "single_extruder_multi_material": "1", "change_filament_gcode": "M600", "machine_pause_gcode": "M601", diff --git a/resources/profiles/Volumic/process/fdm_process_volumic_common.json b/resources/profiles/Volumic/process/fdm_process_volumic_common.json index 8cd64030d1..b66bd1d283 100644 --- a/resources/profiles/Volumic/process/fdm_process_volumic_common.json +++ b/resources/profiles/Volumic/process/fdm_process_volumic_common.json @@ -13,6 +13,18 @@ "bottom_surface_pattern": "monotonic", "bottom_shell_layers": "5", "bottom_shell_thickness": "0", + "accel_to_decel_enable": "0", + + "default_acceleration": ["0","0"], + "outer_wall_acceleration": ["0","0"], + "inner_wall_acceleration": ["0","0"], + "bridge_acceleration": ["0","0"], + "sparse_infill_acceleration": ["0","0"], + "internal_solid_infill_acceleration": ["0","0"], + "initial_layer_acceleration": ["0","0"], + "top_surface_acceleration": ["0","0"], + "travel_acceleration": ["0","0"], + "bridge_flow": "1", "bridge_speed": "60", "internal_bridge_speed": "100%",