mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:19:01 +08:00
Change adhesion_type to 'raft';
Change travel_speed to 65mm/s for LKx printers;
This commit is contained in:
parent
cfe395460f
commit
5a5e913f57
@ -133,7 +133,7 @@
|
||||
"cool_fan_enabled": { "value": true },
|
||||
"cool_min_layer_time": { "value": 10 },
|
||||
|
||||
"adhesion_type": { "value": "'skirt'" },
|
||||
"adhesion_type": { "value": "'raft'" },
|
||||
"brim_replaces_support": { "value": false },
|
||||
"skirt_gap": { "value": 10.0 },
|
||||
"skirt_line_count": { "value": 3 },
|
||||
|
@ -27,6 +27,8 @@
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 18 }
|
||||
"gantry_height": { "value": 18 },
|
||||
|
||||
"speed_travel": { "value": 65 }
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,8 @@
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 33 }
|
||||
"gantry_height": { "value": 33 },
|
||||
|
||||
"speed_travel": { "value": 65 }
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,8 @@
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 33 }
|
||||
"gantry_height": { "value": 33 },
|
||||
|
||||
"speed_travel": { "value": 65 }
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,8 @@
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 33 }
|
||||
"gantry_height": { "value": 33 },
|
||||
|
||||
"speed_travel": { "value": 65 }
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,8 @@
|
||||
]
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 33 }
|
||||
"gantry_height": { "value": 33 },
|
||||
|
||||
"speed_travel": { "value": 65 }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user