Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
macdylan committed May 8, 2024
1 parent 3b9079a commit 61e20e9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
6 changes: 1 addition & 5 deletions OrcaSlicer/Snapmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,6 @@
"name": "PolyTerra PLA @0.2 nozzle",
"sub_path": "filament/PolyTerra PLA @0.2 nozzle.json"
},
{
"name": "Snapmaker PVA @base",
"sub_path": "filament/Snapmaker PVA @base.json"
},
{
"name": "Snapmaker TPU @base",
"sub_path": "filament/Snapmaker TPU @base.json"
Expand Down Expand Up @@ -1299,4 +1295,4 @@
"sub_path": "machine/Snapmaker Artisan (0.8 nozzle).json"
}
]
}
}
27 changes: 26 additions & 1 deletion OrcaSlicer/Snapmaker/filament/Snapmaker PET.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,30 @@
"name": "Snapmaker PET",
"setting_id": "3543479015",
"inherits": "Snapmaker PET @base",
"compatible_printers": null
"compatible_printers": [
"Snapmaker A250 (0.4 nozzle)",
"Snapmaker A250 (0.6 nozzle)",
"Snapmaker A250 (0.8 nozzle)",
"Snapmaker A250 BKit (0.4 nozzle)",
"Snapmaker A250 BKit (0.6 nozzle)",
"Snapmaker A250 BKit (0.8 nozzle)",
"Snapmaker A250 QS+B Kit (0.4 nozzle)",
"Snapmaker A250 QS+B Kit (0.6 nozzle)",
"Snapmaker A250 QS+B Kit (0.8 nozzle)",
"Snapmaker A250 QSKit (0.4 nozzle)",
"Snapmaker A250 QSKit (0.6 nozzle)",
"Snapmaker A250 QSKit (0.8 nozzle)",
"Snapmaker A350 (0.4 nozzle)",
"Snapmaker A350 (0.6 nozzle)",
"Snapmaker A350 (0.8 nozzle)",
"Snapmaker A350 BKit (0.4 nozzle)",
"Snapmaker A350 BKit (0.6 nozzle)",
"Snapmaker A350 BKit (0.8 nozzle)",
"Snapmaker A350 QS+B Kit (0.4 nozzle)",
"Snapmaker A350 QS+B Kit (0.6 nozzle)",
"Snapmaker A350 QS+B Kit (0.8 nozzle)",
"Snapmaker A350 QSKit (0.4 nozzle)",
"Snapmaker A350 QSKit (0.6 nozzle)",
"Snapmaker A350 QSKit (0.8 nozzle)"
]
}
1 change: 0 additions & 1 deletion OrcaSlicer/Snapmaker/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
"flush_into_infill": "0",
"flush_into_support": "1",
"flush_into_objects": "0",
"flush_multiplier": "0.05",
"slicing_mode": "regular",
"print_sequence": "by layer",
"spiral_mode": "0",
Expand Down
4 changes: 0 additions & 4 deletions PrusaSlicer/Snapmaker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ wipe_tower_cone_angle = 40
flush_into_infill = 0
flush_into_support = 1
flush_into_objects = 0
flush_multiplier = 0.05
slicing_mode = regular
print_sequence = by layer
fuzzy_skin = none
Expand Down Expand Up @@ -2440,9 +2439,6 @@ inherits = *PolyTerra PLA @base*
compatible_printers_condition = (printer_model=="Snapmaker A250" or printer_model=="Snapmaker A250 BKit" or printer_model=="Snapmaker A250 QS+B Kit" or printer_model=="Snapmaker A250 QSKit" or printer_model=="Snapmaker A350" or printer_model=="Snapmaker A350 BKit" or printer_model=="Snapmaker A350 QS+B Kit" or printer_model=="Snapmaker A350 QSKit") and (nozzle_diameter[0]=="0.2")
filament_max_volumetric_speed = 1.4

[filament:*Snapmaker PVA @base*]
inherits = *fdm_filament_pva*

[filament:*Snapmaker TPU @base*]
inherits = *fdm_filament_tpu*

Expand Down

0 comments on commit 61e20e9

Please sign in to comment.