mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Remove comments from profiles
Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards. Contributes to issue CURA-8746.
This commit is contained in:
parent
e78caa10c6
commit
1ca5290d71
@ -19,7 +19,6 @@ cool_fan_speed_max = =cool_fan_speed
|
|||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_print_temperature = =default_material_print_temperature + 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
# prime_tower_enable: see CURA-4248
|
|
||||||
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
|
@ -19,7 +19,6 @@ cool_fan_speed_max = =cool_fan_speed
|
|||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
machine_nozzle_heat_up_speed = 1.6
|
||||||
material_print_temperature = =default_material_print_temperature + 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
# prime_tower_enable: see CURA-4248
|
|
||||||
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user