mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Change adhesion_type to 'raft';
Change travel_speed to 65mm/s for LKx printers;
This commit is contained in:
parent
28b90b1ebe
commit
f7ece0e580
6 changed files with 16 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue