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
This commit is contained in:
dylan
2024-08-27 01:14:19 +08:00
parent 7fdb1a5862
commit 97eec47be6
56 changed files with 274 additions and 123 deletions

View File

@@ -0,0 +1,49 @@
{
"type": "filament",
"from": "system",
"instantiation": "false",
"name": "fdm_filament_breakaway",
"inherits": "fdm_filament_common",
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"70"
],
"filament_flow_ratio": [
"0.98"
],
"filament_cost": [
"100"
],
"filament_density": [
"1.32"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_length": [
"1.8"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature": [
"220"
],
"temperature_vitrification": [
"154"
],
"default_filament_colour": [
"#ffffff"
],
"filament_type": [
"Breakaway Support"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"200"
]
}