mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Add Anycubic 4Max Pro support
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Anycubic 4Max Pro 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_bbl_3dp_001_common",
|
||||
"printer_model": "Anycubic 4Max Pro",
|
||||
"default_filament_profile": [
|
||||
"Bambu PLA Basic @BBL X1"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @A4MaxPro",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"270x0",
|
||||
"270x205",
|
||||
"0x205"
|
||||
],
|
||||
"printable_height": "200",
|
||||
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"layer_change_gcode": "",
|
||||
"scan_first_layer": "0",
|
||||
"machine_load_filament_time": "17",
|
||||
"machine_unload_filament_time": "16",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
|
||||
13
resources/profiles/BBL/machine/Anycubic 4Max Pro.json
Normal file
13
resources/profiles/BBL/machine/Anycubic 4Max Pro.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic 4Max Pro",
|
||||
"model_id": "BL-P002",
|
||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BBL-3DP",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA;Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu Support W @BBL X1;Bambu TPU 95A @BBL X1;PolyTerra PLA @BBL X1;PolyLite PLA @BBL X1;"
|
||||
}
|
||||
Reference in New Issue
Block a user