mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
* feat: anycubic predator * buildplate texture & cover image * Newlines * buildplate texture and model * modified printable area * added to custom printers list * flip buildplate model * Merge branch 'SoftFever:main' into feature/anycubic-predator-profile * make profile safe (speed, acceleration, jerk), added better start gcode with prime line * rotate texture to avoid confusion * updated start gcode * rotate the texture back * Merge branch 'main' into feature/anycubic-predator-profile * Merge branch 'main' into feature/anycubic-predator-profile * Update cover image & fix gcode flavor
32 lines
912 B
JSON
32 lines
912 B
JSON
{
|
|
"default_acceleration": "1500",
|
|
"default_jerk": "9",
|
|
"exclude_object": "1",
|
|
"from": "system",
|
|
"gap_infill_speed": "200",
|
|
"inherits": "fdm_process_common",
|
|
"initial_layer_acceleration": "1500",
|
|
"initial_layer_infill_speed": "100",
|
|
"initial_layer_speed": "50",
|
|
"inner_wall_acceleration": "1500",
|
|
"inner_wall_speed": "200",
|
|
"instantiation": "true",
|
|
"internal_solid_infill_speed": "200",
|
|
"name": "0.20mm Standard @Anycubic Predator",
|
|
"outer_wall_acceleration": "1500",
|
|
"outer_wall_speed": "120",
|
|
"overhang_1_4_speed": "80",
|
|
"setting_id": "GP001",
|
|
"sparse_infill_speed": "250",
|
|
"top_surface_acceleration": "1500",
|
|
"top_surface_speed": "200",
|
|
"travel_acceleration": "1500",
|
|
"travel_speed": "400",
|
|
"travel_jerk": "9",
|
|
"type": "process",
|
|
"compatible_printers": [
|
|
"Anycubic Predator 0.4 nozzle"
|
|
]
|
|
}
|
|
|