mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-18 01:12:20 -06:00
Acceleration fixes
This commit is contained in:
parent
b5b837cf41
commit
921e4cef2e
2 changed files with 31 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue