Merge pull request #19763 from Ultimaker/PP-533-Small-corrections-for-5.9-Stable

Small corrections for 5.9 Stable
This commit is contained in:
HellAholic 2024-10-21 13:08:08 +02:00 committed by GitHub
commit b98744c0e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 50 additions and 45 deletions

View file

@ -343,6 +343,7 @@
"multiple_mesh_overlap": { "value": 0 },
"optimize_wall_printing_order": { "value": true },
"prime_blob_enable": { "enabled": false },
"prime_tower_enable": { "default_value": true },
"prime_tower_flow": { "value": "material_flow" },
"prime_tower_line_width":
{

View file

@ -126,8 +126,23 @@
"machine_nozzle_heat_up_speed": { "default_value": 1.4 },
"machine_start_gcode": { "default_value": "M140 S50 T0; Set Platform Temp\nM104 S220 T0; Set Extruder Temp\nG90; Use Absolute Positioning\nG28; Home\nM132 X Y Z A B; Set Current Position to Home\nG161 X Y F3300; Move to min axes positions\nM7 T0; Wait For Platform to Heat\nM6 T0; Wait For Extruders to Heat\nM651; Turn on back fan\nM907 X100 Y100 Z40 A80 B20; Set Stepper Currents\nM106; Enable Cooling Fan\n; Purge Line\nG92 E0; Reset Extruder Axis Position\nG1 X-26.18 Y-75.90 Z0.200 F420\nG1 X26.18 Y-75.90 E10\nG92 E0; Reset Extruder Axis Position\n; Start GCode\n" },
"machine_width": { "default_value": 150 },
"material_bed_temperature":
{
"maximum_value": 100,
"maximum_value_warning": 70
},
"material_bed_temperature_layer_0":
{
"maximum_value": 100,
"maximum_value_warning": 70
},
"material_diameter": { "default_value": 1.75 },
"material_flow": { "default_value": 100 },
"material_print_temperature":
{
"maximum_value": 240,
"maximum_value_warning": 230
},
"min_bead_width":
{
"minimum_value": "line_width * 0.5",
@ -148,6 +163,7 @@
"enabled": true,
"value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
},
"print_sequence": { "enabled": false },
"raft_margin": { "value": "5" },
"retract_at_layer_change": { "value": true },
"retraction_amount":

View file

@ -171,11 +171,12 @@
"material_flow": { "default_value": 100 },
"material_print_temperature":
{
"maximum_value": 280,
"maximum_value": 260,
"maximum_value_warning": 240
},
"min_bead_width": { "value": 0.3 },
"multiple_mesh_overlap": { "value": "0" },
"print_sequence": { "enabled": false },
"raft_airgap": { "value": 0.35 },
"raft_base_acceleration": { "value": "acceleration_layer_0" },
"raft_base_speed":