mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
ENH: add filament category
Jira: none Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I0f31a376527bc540d27c49908712d08bdba3d719 (cherry picked from commit 3f2f704676f0a8a6cf1e43e8b32fd999bcc59d31)
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"filament_category": [
|
||||
"300"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user