mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:40:12 +08:00
Updated Acceleration to firmware default
Updated Acceleration to firmware default to increase time estimation accuracy and match firmware default
This commit is contained in:
parent
3527a14f04
commit
b33f4640ad
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
"material_diameter": { "default_value": 1.75 },
|
"material_diameter": { "default_value": 1.75 },
|
||||||
|
|
||||||
"acceleration_print": { "value": 1800 },
|
"acceleration_print": { "value": 1500 },
|
||||||
"acceleration_travel": { "value": 3000 },
|
"acceleration_travel": { "value": 3000 },
|
||||||
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
||||||
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
|
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
"machine_name": { "default_value": "Anycubic i3 Mega X" },
|
"machine_name": { "default_value": "Anycubic i3 Mega X" },
|
||||||
"machine_width": { "default_value": 300 },
|
"machine_width": { "default_value": 300 },
|
||||||
"machine_height": { "default_value": 305 },
|
"machine_height": { "default_value": 305 },
|
||||||
"machine_depth": { "default_value": 300 }
|
"machine_depth": { "default_value": 300 },
|
||||||
|
|
||||||
|
"acceleration_print": { "value": 400 },
|
||||||
|
"acceleration_travel": { "value": 400 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user