orcaslicer/resources/profiles/Snapmaker/machine/fdm_linear2_dual.json
dylan 97eec47be6 update Snapmaker profiles
- add Breakaway Support filament
- add preheat params for Snapmaker Dual/IDEX printers
- update the check bounds code in start-gcode, which is now off by default
2024-08-27 01:14:19 +08:00

29 lines
No EOL
502 B
JSON

{
"type": "machine",
"from": "system",
"instantiation": "false",
"name": "fdm_linear2_dual",
"inherits": "fdm_linear2",
"retraction_speed": [
"35",
"35"
],
"deretraction_speed": [
"35",
"35"
],
"extruder_clearance_height_to_rod": "60",
"extruder_clearance_height_to_lid": "285",
"retract_length_toolchange": [
"18",
"18"
],
"default_filament_profile": [
"Snapmaker PLA",
"Snapmaker PETG"
],
"extruder_offset": [
"0x0",
"0x0"
]
}