Merge branch 'fix/renkforcerf100xl' of github.com:imakecodes/Cura

CURA-9609
This commit is contained in:
Jaime van Kessel 2022-09-06 15:29:38 +02:00
commit f348249333
No known key found for this signature in database
GPG Key ID: C85F7A3AF1BAA7C4

View File

@ -18,55 +18,55 @@
"default_value": "skirt" "default_value": "skirt"
}, },
"bottom_thickness": { "bottom_thickness": {
"value": "0.6" "value": 0.6
}, },
"brim_width": { "brim_width": {
"value": "3.0" "value": 3.0
}, },
"cool_fan_enabled": { "cool_fan_enabled": {
"value": "True" "value": true
}, },
"cool_fan_full_at_height": { "cool_fan_full_at_height": {
"value": "0.5" "value": 0.5
}, },
"cool_fan_speed_max": { "cool_fan_speed_max": {
"value": "100.0" "value": 100.0
}, },
"cool_fan_speed_min": { "cool_fan_speed_min": {
"value": "100.0" "value": 100.0
}, },
"cool_lift_head": { "cool_lift_head": {
"value": "True" "value": true
}, },
"cool_min_layer_time": { "cool_min_layer_time": {
"value": "1.0" "value": 1.0
}, },
"cool_min_speed": { "cool_min_speed": {
"value": "5.0" "value": 5.0
}, },
"infill_before_walls": { "infill_before_walls": {
"value": "True" "value": true
}, },
"infill_line_width": { "infill_line_width": {
"value": "0.6" "value": 0.6
}, },
"infill_overlap": { "infill_overlap": {
"value": "15.0" "value": 15.0
}, },
"infill_sparse_density": { "infill_sparse_density": {
"value": "26.0" "value": 26.0
}, },
"ironing_enabled": { "ironing_enabled": {
"value": "True" "value": true
}, },
"layer_0_z_overlap": { "layer_0_z_overlap": {
"value": "0.11" "value": 0.11
}, },
"layer_height_0": { "layer_height_0": {
"value": "0.3" "value": 0.3
}, },
"machine_depth": { "machine_depth": {
"value": "200" "value": 200
}, },
"machine_end_gcode": { "machine_end_gcode": {
"default_value": ";End GCode\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" "default_value": ";End GCode\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done"
@ -75,10 +75,10 @@
"default_value": "RepRap (Marlin/Sprinter)" "default_value": "RepRap (Marlin/Sprinter)"
}, },
"machine_heated_bed": { "machine_heated_bed": {
"default_value": "true" "default_value": true
}, },
"machine_height": { "machine_height": {
"value": "200" "value": 200
}, },
"machine_name": { "machine_name": {
"default_value": "Renkforce RF100 XL" "default_value": "Renkforce RF100 XL"
@ -87,109 +87,109 @@
"default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..."
}, },
"machine_width": { "machine_width": {
"value": "200" "value": 200
}, },
"material_bed_temperature": { "material_bed_temperature": {
"value": "70" "value": 70
}, },
"ooze_shield_enabled": { "ooze_shield_enabled": {
"value": "True" "value": true
}, },
"raft_airgap": { "raft_airgap": {
"value": "0.33" "value": 0.33
}, },
"raft_base_line_spacing": { "raft_base_line_spacing": {
"value": "3.0" "value": 3.0
}, },
"raft_base_line_width": { "raft_base_line_width": {
"value": "1.0" "value": 1.0
}, },
"raft_base_thickness": { "raft_base_thickness": {
"value": "0.3" "value": 0.3
}, },
"raft_interface_line_spacing": { "raft_interface_line_spacing": {
"value": "3.0" "value": 3.0
}, },
"raft_interface_line_width": { "raft_interface_line_width": {
"value": "0.4" "value": 0.4
}, },
"raft_interface_thickness": { "raft_interface_thickness": {
"value": "0.27" "value": 0.27
}, },
"raft_margin": { "raft_margin": {
"value": "6.0" "value": 6.0
}, },
"raft_speed": { "raft_speed": {
"value": "20.0" "value": 20.0
}, },
"raft_surface_layers": { "raft_surface_layers": {
"value": "2" "value": 2
}, },
"raft_surface_line_spacing": { "raft_surface_line_spacing": {
"value": "0.4" "value": 0.4
}, },
"raft_surface_line_width": { "raft_surface_line_width": {
"value": "0.4" "value": 0.4
}, },
"raft_surface_thickness": { "raft_surface_thickness": {
"value": "0.1" "value": 0.1
}, },
"retraction_amount": { "retraction_amount": {
"value": "5.0" "value": 5.0
}, },
"retraction_combing": { "retraction_combing": {
"value": "'all'" "value": "all"
}, },
"retraction_enable": { "retraction_enable": {
"value": "True" "value": true
}, },
"retraction_min_travel": { "retraction_min_travel": {
"value": "1.5" "value": 1.5
}, },
"skin_overlap": { "skin_overlap": {
"value": "15.0" "value": 15.0
}, },
"skirt_brim_minimal_length": { "skirt_brim_minimal_length": {
"value": "150.0" "value": 150.0
}, },
"skirt_gap": { "skirt_gap": {
"value": "3.0" "value": 3.0
}, },
"skirt_line_count": { "skirt_line_count": {
"value": "3" "value": 3
}, },
"speed_infill": { "speed_infill": {
"value": "50.0" "value": 50.0
}, },
"speed_layer_0": { "speed_layer_0": {
"value": "15.0" "value": 15.0
}, },
"speed_print": { "speed_print": {
"value": "50.0" "value": 50.0
}, },
"speed_topbottom": { "speed_topbottom": {
"value": "30.0" "value": 30.0
}, },
"speed_travel": { "speed_travel": {
"value": "50.0" "value": 50.0
}, },
"speed_wall_0": { "speed_wall_0": {
"value": "25.0" "value": 25.0
}, },
"speed_wall_x": { "speed_wall_x": {
"value": "35.0" "value": 35.0
}, },
"support_angle": { "support_angle": {
"value": "60.0" "value": 60.0
}, },
"support_enable": { "support_enable": {
"value": "False" "value": false
}, },
"support_infill_rate": { "support_infill_rate": {
"value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15"
}, },
"support_line_width": { "support_line_width": {
"value": "0.6" "value": 0.6
}, },
"support_pattern": { "support_pattern": {
"default_value": "lines" "default_value": "lines"
@ -198,16 +198,16 @@
"default_value": "everywhere" "default_value": "everywhere"
}, },
"support_xy_distance": { "support_xy_distance": {
"value": "0.7" "value": 0.7
}, },
"support_z_distance": { "support_z_distance": {
"value": "0.35" "value": 0.35
}, },
"top_bottom_thickness": { "top_bottom_thickness": {
"value": "0.8" "value": 0.8
}, },
"wall_thickness": { "wall_thickness": {
"value": "0.8" "value": 0.8
} }
} }
} }