mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
Add filament_retract_length_toolchange/filament_retract_restart_extra_toolchange config and update tool changer printer's profiles (#15039)
* update snapmaker profiles. largely ported for Snapmaker Orca fork * update prime volume * set precise_outer_wall to 1 * Update per-material multi-tool ramming to the filament library * Add per-filament overrides for toolchange retraction * Set toolchange retraction per filament for Snapmaker U1 * set default support type to tree * format snapmaker profiles
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Snapmaker PLA Translucent @U1 base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "SPTR001",
|
||||
"instantiation": "false",
|
||||
"filament_end_gcode": [
|
||||
""
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"nil"
|
||||
],
|
||||
"filament_loading_speed_start": [
|
||||
"35"
|
||||
],
|
||||
"filament_loading_speed": [
|
||||
"35"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"35"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"35"
|
||||
],
|
||||
"filament_load_time": [
|
||||
"2"
|
||||
],
|
||||
"filament_unload_time": [
|
||||
"2"
|
||||
],
|
||||
"filament_cooling_moves": [
|
||||
"2"
|
||||
],
|
||||
"filament_cooling_initial_speed": [
|
||||
"35"
|
||||
],
|
||||
"filament_cooling_final_speed": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user