mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Anycubic Predator machine and print profiles (#11252)
* 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
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user