mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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:
@@ -63,6 +63,10 @@
|
||||
{
|
||||
"name": "Anycubic i3 Mega S",
|
||||
"sub_path": "machine/Anycubic i3 Mega S.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Predator",
|
||||
"sub_path": "machine/Anycubic Predator.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@@ -233,6 +237,10 @@
|
||||
{
|
||||
"name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle",
|
||||
"sub_path": "process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic Predator",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic Predator.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
@@ -493,6 +501,10 @@
|
||||
{
|
||||
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Predator 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic Predator 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user