* Add .02 nozzle profiles * Remove carbon fiber 0.2 profiles * Flag Filament Types Correctly * Add missing PC 0.2 profile * Correct PLA nozzle name typo * Tune supports for the thinner layer lines * Pull in latest main branch updates * Correct Support bottom distance * Correct the numbering * Add 0.25mm Nozzle Profiles * Enable manual filament changing for all AnkerMake Printers * Pull in latest main branch updates * Remove extra white space from file name --------- Co-authored-by: Geofrey Ward <Xelinor@mail.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
38 lines
701 B
JSON
38 lines
701 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Anker Generic PLA-CF @base",
|
|
"inherits": "fdm_filament_pla",
|
|
"from": "system",
|
|
"filament_id": "GFL98",
|
|
"instantiation": "false",
|
|
"filament_type": [
|
|
"PLA-CF"
|
|
],
|
|
"required_nozzle_HRC": [
|
|
"40"
|
|
],
|
|
"filament_cost": [
|
|
"25"
|
|
],
|
|
"temperature_vitrification": [
|
|
"70"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"225"
|
|
],
|
|
"nozzle_temperature": [
|
|
"220"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"65"
|
|
],
|
|
"hot_plate_temp": [
|
|
"65"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"12"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"7"
|
|
]
|
|
}
|