CURA-3480 Fix boolean values for Cartesio config files

This commit is contained in:
Lipu Fei 2017-03-09 14:14:05 +01:00
parent e67aecb041
commit fa71f22bf6
3 changed files with 9 additions and 9 deletions

View file

@ -45,19 +45,19 @@ speed_travel_layer_0 = =round(speed_travel)
speed_support_interface = =round(speed_topbottom)
retraction_combing = off
retraction_hop_enabled = true
retraction_hop_enabled = True
retraction_hop = 1
support_z_distance = 0
support_xy_distance = 0.5
support_join_distance = 10
support_interface_enable = true
support_interface_enable = True
adhesion_type = skirt
skirt_gap = 0.5
skirt_brim_minimal_length = 50
coasting_enable = true
coasting_enable = True
coasting_volume = 0.1
coasting_min_volume = 0.17
coasting_speed = 90

View file

@ -45,19 +45,19 @@ speed_travel_layer_0 = =round(speed_travel)
speed_support_interface = =round(speed_topbottom)
retraction_combing = off
retraction_hop_enabled = true
retraction_hop_enabled = True
retraction_hop = 1
support_z_distance = 0
support_xy_distance = 0.5
support_join_distance = 10
support_interface_enable = true
support_interface_enable = True
adhesion_type = skirt
skirt_gap = 0.5
skirt_brim_minimal_length = 50
coasting_enable = true
coasting_enable = True
coasting_volume = 0.1
coasting_min_volume = 0.17
coasting_speed = 90

View file

@ -46,19 +46,19 @@ speed_travel_layer_0 = =round(speed_travel)
speed_support_interface = =round(speed_topbottom)
retraction_combing = off
retraction_hop_enabled = true
retraction_hop_enabled = True
retraction_hop = 1
support_z_distance = 0
support_xy_distance = 0.5
support_join_distance = 10
support_interface_enable = true
support_interface_enable = True
adhesion_type = skirt
skirt_gap = 0.5
skirt_brim_minimal_length = 50
coasting_enable = true
coasting_enable = True
coasting_volume = 0.1
coasting_min_volume = 0.17
coasting_speed = 90