* 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>
25 lines
582 B
JSON
25 lines
582 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Anker Generic PETG-CF @base",
|
|
"inherits": "fdm_filament_pet",
|
|
"from": "system",
|
|
"filament_id": "GFG98",
|
|
"instantiation": "false",
|
|
"filament_type": [
|
|
"PETG-CF"
|
|
],
|
|
"required_nozzle_HRC": [
|
|
"40"
|
|
],
|
|
"filament_cost": [
|
|
"35"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"6"
|
|
],
|
|
"filament_retraction_speed": "20",
|
|
"filament_deretraction_speed": "60",
|
|
"filament_retract_when_changing_layer": "1",
|
|
"filament_wipe": "1",
|
|
"filament_retract_before_wipe": "100"
|
|
}
|