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:
Alan Bjorklund 2025-02-07 17:35:05 -05:00
parent 4c6acca3f8
commit c0a734a1ac
4 changed files with 23 additions and 4 deletions

View File

@ -16,6 +16,7 @@
"chromatik_",
"3D-Fuel_",
"bestfilament_",
"eazao_",
"emotiontech_",
"eryone_",
"eSUN_",
@ -64,7 +65,7 @@
"machine_extruder_trains": { "0": "ultimaker_replicator_extruder" },
"preferred_material": "ultimaker_pla_175",
"preferred_quality_type": "draft",
"preferred_variant_name": "replicator_smart_extruder_plus",
"preferred_variant_name": "ultimaker_replicator_smart_extruder_plus",
"reference_machine_id": "replicator_b",
"supports_network_connection": true,
"supports_usb_connection": false,
@ -133,12 +134,28 @@
"material_bed_temperature": { "enabled": false },
"material_bed_temperature_layer_0": { "enabled": false },
"material_diameter": { "default_value": 1.75 },
"material_final_print_temperature":
{
"enabled": false,
"value": "material_print_temperature"
},
"material_flow": { "default_value": 100 },
"material_initial_print_temperature":
{
"enabled": false,
"value": "material_print_temperature"
},
"material_print_temperature":
{
"maximum_value": 250,
"maximum_value_warning": 235
},
"material_print_temperature_layer_0":
{
"maximum_value": 250,
"maximum_value_warning": 235,
"value": "material_print_temperature + 5"
},
"min_bead_width":
{
"minimum_value": "line_width * 0.5",

View File

@ -14,5 +14,5 @@ variant = Smart Extruder+
[values]
jerk_print = 30
speed_wall = =speed_print
speed_wall_0 = speed_wall
speed_wall_0 = =speed_wall

View File

@ -1,9 +1,10 @@
[general]
definition = ultimaker_replicator_plus
name = Fast
name = Fast - Experimental
version = 4
[metadata]
is_experimental = True
material = ultimaker_pla_175
quality_type = draft
setting_version = 24

View File

@ -1,9 +1,10 @@
[general]
definition = ultimaker_replicator_plus
name = Fast
name = Fast - Experimental
version = 4
[metadata]
is_experimental = True
material = ultimaker_tough_pla_175
quality_type = draft
setting_version = 24