mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Update Snapmaker profiles (#2939)
* fix printing parameters for Snapmaker printers * update * Update Snapmaker profiles * update end gcode
This commit is contained in:
42
resources/profiles/Snapmaker/process/fdm_process_idex.json
Normal file
42
resources/profiles/Snapmaker/process/fdm_process_idex.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "process",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"name": "fdm_process_idex",
|
||||
"setting_id": "2703811679",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"enable_arc_fitting": "1",
|
||||
"initial_layer_infill_speed": "75",
|
||||
"outer_wall_speed": "100",
|
||||
"inner_wall_speed": "250",
|
||||
"sparse_infill_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"gap_infill_speed": "150",
|
||||
"support_speed": "100",
|
||||
"ironing_speed": "30",
|
||||
"travel_speed": "350",
|
||||
"default_acceleration": "10000",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"bridge_acceleration": "2000",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"internal_solid_infill_acceleration": "10000",
|
||||
"top_surface_acceleration": "2000",
|
||||
"travel_acceleration": "12000",
|
||||
"infill_jerk": "9",
|
||||
"initial_layer_jerk": "9",
|
||||
"inner_wall_jerk": "9",
|
||||
"outer_wall_jerk": "9",
|
||||
"top_surface_jerk": "9",
|
||||
"travel_jerk": "10",
|
||||
"support_filament": "1",
|
||||
"support_interface_filament": "2",
|
||||
"support_top_z_distance": "0",
|
||||
"support_bottom_z_distance": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{print_time}_J1.gcode",
|
||||
"small_perimeter_threshold": "0",
|
||||
"support_material_synchronize_layers": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user