mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Acceleration fixes
This commit is contained in:
@@ -16,6 +16,25 @@
|
|||||||
"retraction_length": ["2.4"],
|
"retraction_length": ["2.4"],
|
||||||
"retraction_speed": ["30"],
|
"retraction_speed": ["30"],
|
||||||
"silent_mode": "0",
|
"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",
|
"single_extruder_multi_material": "1",
|
||||||
"change_filament_gcode": "M600",
|
"change_filament_gcode": "M600",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
|
|||||||
@@ -13,6 +13,18 @@
|
|||||||
"bottom_surface_pattern": "monotonic",
|
"bottom_surface_pattern": "monotonic",
|
||||||
"bottom_shell_layers": "5",
|
"bottom_shell_layers": "5",
|
||||||
"bottom_shell_thickness": "0",
|
"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_flow": "1",
|
||||||
"bridge_speed": "60",
|
"bridge_speed": "60",
|
||||||
"internal_bridge_speed": "100%",
|
"internal_bridge_speed": "100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user