mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: update PLA/PETG start gcode
Change-Id: I7488f8d38dce87ac3d3c08f6d0367743b61a04ff (cherry picked from commit 6058fe6fdc8293d7d2542958b9e9aa3562a62bd9)
This commit is contained in:
parent
523c91c605
commit
2c00a44de6
12 changed files with 29 additions and 5 deletions
|
@ -16,5 +16,8 @@
|
|||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"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}"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue