mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
Add more Polymaker filament presets (#13858)
* add new presets * fix inhernce * fix rename * update * apply fix * update index
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "PolyLite PLA Pro Metallic @Snapmaker U1",
|
||||
"inherits": "PolyLite PLA Pro Metallic @Snapmaker U1 base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL75_00",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Snapmaker U1 (0.4 nozzle)"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; filament end gcode \n\n"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
|
||||
],
|
||||
"description": " ",
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"enable_pressure_advance": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user