mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
update 3rd party printer profiles
This commit is contained in:
parent
b1145f368f
commit
02ab24f459
5 changed files with 13 additions and 4 deletions
|
@ -17,6 +17,9 @@
|
||||||
"default_acceleration": "1000",
|
"default_acceleration": "1000",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "500",
|
||||||
"top_surface_acceleration": "800",
|
"top_surface_acceleration": "800",
|
||||||
|
"travel_acceleration": "1000",
|
||||||
|
"inner_wall_acceleration": "900",
|
||||||
|
"outer_wall_acceleration": "700",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Prusa",
|
"name": "Prusa",
|
||||||
"version": "01.02.00.01",
|
"version": "01.02.00.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Prusa configurations",
|
"description": "Prusa configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|
|
@ -16,7 +16,10 @@
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "1000",
|
"default_acceleration": "1000",
|
||||||
"initial_layer_acceleration": "500",
|
"initial_layer_acceleration": "500",
|
||||||
"top_surface_acceleration": "800",
|
"top_surface_acceleration": "1000",
|
||||||
|
"travel_acceleration": "1000",
|
||||||
|
"inner_wall_acceleration": "1000",
|
||||||
|
"outer_wall_acceleration": "700",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Voron",
|
"name": "Voron",
|
||||||
"version": "01.02.00.01",
|
"version": "01.02.00.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Voron configurations",
|
"description": "Voron configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|
|
@ -16,8 +16,11 @@
|
||||||
"brim_object_gap": "0.1",
|
"brim_object_gap": "0.1",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"default_acceleration": "7000",
|
"default_acceleration": "5000",
|
||||||
"top_surface_acceleration": "3000",
|
"top_surface_acceleration": "3000",
|
||||||
|
"travel_acceleration": "7000",
|
||||||
|
"inner_wall_acceleration": "5000",
|
||||||
|
"outer_wall_acceleration": "3000",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"draft_shield": "disabled",
|
"draft_shield": "disabled",
|
||||||
"elefant_foot_compensation": "0",
|
"elefant_foot_compensation": "0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue