mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-24 18:37:39 +00:00
Enable Snapmaker U1 bed type selector (#15174)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Snapmaker",
|
||||
"version": "02.04.00.08",
|
||||
"version": "02.04.00.09",
|
||||
"force_update": "0",
|
||||
"description": "Snapmaker configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -186,7 +186,6 @@
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\nTIMELAPSE_TAKE_FRAME\nDEFECT_DETECTION_DETECT",
|
||||
"machine_pause_gcode": "M600",
|
||||
"nozzle_volume": "143",
|
||||
"support_multi_bed_types": "0",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} CURRENT_LAYER={layer_num+1}",
|
||||
"default_print_profile": "0.10 Standard @Snapmaker U1 (0.2 nozzle)"
|
||||
}
|
||||
|
||||
@@ -186,7 +186,6 @@
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\nTIMELAPSE_TAKE_FRAME\nDEFECT_DETECTION_DETECT",
|
||||
"default_print_profile": "0.20 Standard @Snapmaker U1 (0.4 nozzle)",
|
||||
"machine_pause_gcode": "M600",
|
||||
"default_bed_type": "Textured PEI Plate",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} CURRENT_LAYER={layer_num+1}",
|
||||
"nozzle_volume": "143",
|
||||
"resonance_avoidance": "1",
|
||||
|
||||
@@ -187,6 +187,5 @@
|
||||
"machine_pause_gcode": "M600",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} CURRENT_LAYER={layer_num+1}",
|
||||
"nozzle_volume": "143",
|
||||
"support_multi_bed_types": "0",
|
||||
"default_print_profile": "0.30 Standard @Snapmaker U1 (0.6 nozzle)"
|
||||
}
|
||||
|
||||
@@ -187,6 +187,5 @@
|
||||
"machine_pause_gcode": "M600",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} CURRENT_LAYER={layer_num+1}",
|
||||
"nozzle_volume": "143",
|
||||
"support_multi_bed_types": "0",
|
||||
"default_print_profile": "0.40 Standard @Snapmaker U1 (0.8 nozzle)"
|
||||
}
|
||||
|
||||
@@ -183,7 +183,8 @@
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"default_bed_type": "Textured PEI Plate",
|
||||
"support_multi_bed_types": "1",
|
||||
"default_bed_type": "4",
|
||||
"printable_area": [
|
||||
"0.5x1",
|
||||
"270.5x1",
|
||||
|
||||
Reference in New Issue
Block a user