* Fix 'min' accidentally defined as 'max' * Remove duplicate retract_lift_above/below definitions * Add correct unit for jerk * Make speed tooltip consistent with others * Remove accidental 's' in Qidi XPlus config * Remove trailing comma in RatRig config * Add 'type' field to KP3S PRO configs * Revert "Make speed tooltip consistent with others" This reverts commit 16c05751814cc6222fa976612ce7ff8e456141c8. * Revert "Remove duplicate retract_lift_above/below definitions" This reverts commit 54ca51f3de2a5e3ca1d9e9538c51a28b59acabcf. * Remove non-translated retract_lift_above/below definitions * Update PrintConfig.cpp Revert jerk unit
29 lines
889 B
JSON
29 lines
889 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP004",
|
|
"name": "0.20mm Bambu Support W @RatRig",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_process_bbl_0.20",
|
|
"enable_support": "1",
|
|
"support_interface_top_layers": "3",
|
|
"support_top_z_distance": "0.2",
|
|
"support_interface_loop_pattern": "1",
|
|
"support_interface_spacing": "0",
|
|
"support_interface_speed": "80",
|
|
"support_filament": "0",
|
|
"support_interface_filament": "0",
|
|
"enable_prime_tower": "0",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "105",
|
|
"outer_wall_speed": "120",
|
|
"inner_wall_speed": "200",
|
|
"sparse_infill_speed": "300",
|
|
"internal_solid_infill_speed": "200",
|
|
"top_surface_speed": "100",
|
|
"gap_infill_speed": "100",
|
|
"travel_speed": "350",
|
|
"compatible_printers": [
|
|
"RatRig V-Core 3 500 0.4 nozzle"
|
|
]
|
|
}
|