mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 07:35:13 +08:00
Corrected Rep+ zero speed values
Some speed values were set to zero accientally, these updates ensure that all speed params have non zero values. Also, I noticed some temperatures were not correct. I added a few changes to correct layer_0, initial, and final print temperature values. The default print temp is still not correct, I will submit another commit for this. PP-538
This commit is contained in:
parent
4c6acca3f8
commit
c0a734a1ac
@ -16,6 +16,7 @@
|
|||||||
"chromatik_",
|
"chromatik_",
|
||||||
"3D-Fuel_",
|
"3D-Fuel_",
|
||||||
"bestfilament_",
|
"bestfilament_",
|
||||||
|
"eazao_",
|
||||||
"emotiontech_",
|
"emotiontech_",
|
||||||
"eryone_",
|
"eryone_",
|
||||||
"eSUN_",
|
"eSUN_",
|
||||||
@ -64,7 +65,7 @@
|
|||||||
"machine_extruder_trains": { "0": "ultimaker_replicator_extruder" },
|
"machine_extruder_trains": { "0": "ultimaker_replicator_extruder" },
|
||||||
"preferred_material": "ultimaker_pla_175",
|
"preferred_material": "ultimaker_pla_175",
|
||||||
"preferred_quality_type": "draft",
|
"preferred_quality_type": "draft",
|
||||||
"preferred_variant_name": "replicator_smart_extruder_plus",
|
"preferred_variant_name": "ultimaker_replicator_smart_extruder_plus",
|
||||||
"reference_machine_id": "replicator_b",
|
"reference_machine_id": "replicator_b",
|
||||||
"supports_network_connection": true,
|
"supports_network_connection": true,
|
||||||
"supports_usb_connection": false,
|
"supports_usb_connection": false,
|
||||||
@ -133,12 +134,28 @@
|
|||||||
"material_bed_temperature": { "enabled": false },
|
"material_bed_temperature": { "enabled": false },
|
||||||
"material_bed_temperature_layer_0": { "enabled": false },
|
"material_bed_temperature_layer_0": { "enabled": false },
|
||||||
"material_diameter": { "default_value": 1.75 },
|
"material_diameter": { "default_value": 1.75 },
|
||||||
|
"material_final_print_temperature":
|
||||||
|
{
|
||||||
|
"enabled": false,
|
||||||
|
"value": "material_print_temperature"
|
||||||
|
},
|
||||||
"material_flow": { "default_value": 100 },
|
"material_flow": { "default_value": 100 },
|
||||||
|
"material_initial_print_temperature":
|
||||||
|
{
|
||||||
|
"enabled": false,
|
||||||
|
"value": "material_print_temperature"
|
||||||
|
},
|
||||||
"material_print_temperature":
|
"material_print_temperature":
|
||||||
{
|
{
|
||||||
"maximum_value": 250,
|
"maximum_value": 250,
|
||||||
"maximum_value_warning": 235
|
"maximum_value_warning": 235
|
||||||
},
|
},
|
||||||
|
"material_print_temperature_layer_0":
|
||||||
|
{
|
||||||
|
"maximum_value": 250,
|
||||||
|
"maximum_value_warning": 235,
|
||||||
|
"value": "material_print_temperature + 5"
|
||||||
|
},
|
||||||
"min_bead_width":
|
"min_bead_width":
|
||||||
{
|
{
|
||||||
"minimum_value": "line_width * 0.5",
|
"minimum_value": "line_width * 0.5",
|
||||||
|
@ -14,5 +14,5 @@ variant = Smart Extruder+
|
|||||||
[values]
|
[values]
|
||||||
jerk_print = 30
|
jerk_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_wall_0 = speed_wall
|
speed_wall_0 = =speed_wall
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
[general]
|
[general]
|
||||||
definition = ultimaker_replicator_plus
|
definition = ultimaker_replicator_plus
|
||||||
name = Fast
|
name = Fast - Experimental
|
||||||
version = 4
|
version = 4
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
|
is_experimental = True
|
||||||
material = ultimaker_pla_175
|
material = ultimaker_pla_175
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
setting_version = 24
|
setting_version = 24
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
[general]
|
[general]
|
||||||
definition = ultimaker_replicator_plus
|
definition = ultimaker_replicator_plus
|
||||||
name = Fast
|
name = Fast - Experimental
|
||||||
version = 4
|
version = 4
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
|
is_experimental = True
|
||||||
material = ultimaker_tough_pla_175
|
material = ultimaker_tough_pla_175
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
setting_version = 24
|
setting_version = 24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user