mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces. This effectively reduces the size by almost 20 MB. | Current | New | |---|---| | 85.2 Mib | 67 Mib | Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON. > [!NOTE] > Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","420x0","420x420","0x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "420",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y419 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,27 +9,57 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","383x0","383x420","11x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"383x0",
|
||||
"383x420",
|
||||
"11x420"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["0"],
|
||||
"extruders_count": ["2"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"0"
|
||||
],
|
||||
"extruders_count": [
|
||||
"2"
|
||||
],
|
||||
"change_filament_gcode": "",
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","230x0","230x420","11x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"230x0",
|
||||
"230x420",
|
||||
"11x420"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","200x0","200x420","11x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"200x0",
|
||||
"200x420",
|
||||
"11x420"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 IDRE",
|
||||
"model_id": "V420I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 IDRE",
|
||||
"model_id": "V420I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","420x0","420x420","0x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "420",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 Performance",
|
||||
"model_id": "V420K",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 Performance",
|
||||
"model_id": "V420K",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Normal speed (Stage 2) - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","420x0","420x420","0x420"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"420x0",
|
||||
"420x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "420",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 Stage 2",
|
||||
"model_id": "V420S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO42 Stage 2",
|
||||
"model_id": "V420S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO42",
|
||||
"model_id": "V420",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO42",
|
||||
"model_id": "V420",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO42_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.6"],
|
||||
"printable_area": ["0x0","650x0","650x650","0x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x650",
|
||||
"0x650"
|
||||
],
|
||||
"printable_height": "650",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.5"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.5"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y649 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,27 +9,57 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","613x0","613x650","11x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"613x0",
|
||||
"613x650",
|
||||
"11x650"
|
||||
],
|
||||
"printable_height": "630",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["0"],
|
||||
"extruders_count": ["2"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"0"
|
||||
],
|
||||
"extruders_count": [
|
||||
"2"
|
||||
],
|
||||
"change_filament_gcode": "",
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","345x0","345x650","11x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"345x0",
|
||||
"345x650",
|
||||
"11x650"
|
||||
],
|
||||
"printable_height": "630",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","315x0","315x650","11x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"315x0",
|
||||
"315x650",
|
||||
"11x650"
|
||||
],
|
||||
"printable_height": "630",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 IDRE",
|
||||
"model_id": "V650I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 IDRE",
|
||||
"model_id": "V650I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","650x0","650x650","0x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x650",
|
||||
"0x650"
|
||||
],
|
||||
"printable_height": "650",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.35"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.35"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.6"],
|
||||
"printable_area": ["0x0","650x0","650x650","0x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x650",
|
||||
"0x650"
|
||||
],
|
||||
"printable_height": "650",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.5"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.5"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.8"],
|
||||
"printable_area": ["0x0","650x0","650x650","0x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x650",
|
||||
"0x650"
|
||||
],
|
||||
"printable_height": "650",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.7"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.7"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 Performance",
|
||||
"model_id": "V650K",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 Performance",
|
||||
"model_id": "V650K",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Normal speed (Stage 2) - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.6"],
|
||||
"printable_area": ["0x0","650x0","650x650","0x650"],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x650",
|
||||
"0x650"
|
||||
],
|
||||
"printable_height": "650",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.4"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.4"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 Stage 2",
|
||||
"model_id": "V650S2",
|
||||
"nozzle_diameter": "0.6",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO65 Stage 2",
|
||||
"model_id": "V650S2",
|
||||
"nozzle_diameter": "0.6",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "EXO65",
|
||||
"model_id": "V650",
|
||||
"nozzle_diameter": "0.6",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "EXO65",
|
||||
"model_id": "V650",
|
||||
"nozzle_diameter": "0.6",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "EXO65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","650x0","650x300","0x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "G90\nG0 X1 Y419 F5000\nG0 X1 Y419 F5000\nM107\nG91\nT0\nG1 E-1\nM104 T0 S0\nG92 E0\nM140 S0\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,27 +9,57 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","613x0","613x300","11x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"613x0",
|
||||
"613x300",
|
||||
"11x300"
|
||||
],
|
||||
"printable_height": "280",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["0"],
|
||||
"extruders_count": ["2"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"0"
|
||||
],
|
||||
"extruders_count": [
|
||||
"2"
|
||||
],
|
||||
"change_filament_gcode": "",
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[1]}",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","345x0","345x300","11x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"345x0",
|
||||
"345x300",
|
||||
"11x300"
|
||||
],
|
||||
"printable_height": "280",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} COPY=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,26 +9,56 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4","0.4"],
|
||||
"printable_area": ["11x0","315x0","315x300","11x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"11x0",
|
||||
"315x0",
|
||||
"315x300",
|
||||
"11x300"
|
||||
],
|
||||
"printable_height": "280",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"single_extruder_multi_material": ["1"],
|
||||
"extruders_count": ["1"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": [
|
||||
"1"
|
||||
],
|
||||
"extruders_count": [
|
||||
"1"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER={first_layer_temperature[0]} EXTRUDER1={first_layer_temperature[0]} MIRROR=1",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "SH65 IDRE",
|
||||
"model_id": "V650300I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "SH65 IDRE",
|
||||
"model_id": "V650300I",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Performance 150 - 0.15mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","650x0","650x300","0x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "SH65 Performance",
|
||||
"model_id": "V650300K",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "SH65 Performance",
|
||||
"model_id": "V650300K",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic PLA Ultra"
|
||||
}
|
||||
|
||||
@@ -9,24 +9,49 @@
|
||||
"default_print_profile": "Normal speed (Stage 2) - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","650x0","650x300","0x300"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"650x0",
|
||||
"650x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"layer_change_gcode": "TIMELAPSE_TAKE_FRAME",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "SH65 Stage 2",
|
||||
"model_id": "V650300S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "SH65 Stage 2",
|
||||
"model_id": "V650300S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "SH65",
|
||||
"model_id": "V650300",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "SH65",
|
||||
"model_id": "V650300",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "SH65_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -7,23 +7,48 @@
|
||||
"inherits": "fdm_volumic_common",
|
||||
"printer_model": "VS20MK2",
|
||||
"default_print_profile": "Compatible speed - 0.15mm",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","200x0","200x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"200x0",
|
||||
"200x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "220",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.275"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.275"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2"],
|
||||
"retraction_speed": ["25"],
|
||||
"deretraction_speed": ["25"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS20MK2",
|
||||
"model_id": "V20",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS20_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS20MK2",
|
||||
"model_id": "V20",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS20_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -7,23 +7,48 @@
|
||||
"inherits": "fdm_volumic_common",
|
||||
"printer_model": "VS30MK2",
|
||||
"default_print_profile": "Compatible speed - 0.15mm",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.275"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.275"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2"],
|
||||
"retraction_speed": ["25"],
|
||||
"deretraction_speed": ["25"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK2",
|
||||
"model_id": "V30",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30PRO_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK2",
|
||||
"model_id": "V30",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30PRO_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y299 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed (Stage 2) - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4000"],
|
||||
"machine_max_acceleration_y": ["4000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK3 Stage 2",
|
||||
"model_id": "V300AS2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK3 Stage 2",
|
||||
"model_id": "V300AS2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK3",
|
||||
"model_id": "V300A",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30MK3",
|
||||
"model_id": "V300A",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC",
|
||||
"model_id": "V300A",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC",
|
||||
"model_id": "V300A",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"host_type": "esp3d",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "310",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal performance VS30 - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "310",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4500"],
|
||||
"machine_max_acceleration_y": ["4500"],
|
||||
"machine_max_acceleration_z": ["150"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4500"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"150"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2 Performance",
|
||||
"model_id": "V300P",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2 Performance",
|
||||
"model_id": "V300P",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -9,23 +9,48 @@
|
||||
"default_print_profile": "Normal speed (Stage 2) - 0.20mm",
|
||||
"host_type": "octoprint",
|
||||
"print_host": "192.168.0.60",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","300x0","300x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "310",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.025"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.025"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["4000"],
|
||||
"machine_max_acceleration_y": ["4000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"4000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"4000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "START_PRINT BED=[first_layer_bed_temperature] EXTRUDER=[first_layer_temperature]",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "END_PRINT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2 Stage 2",
|
||||
"model_id": "V300S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2 Stage 2",
|
||||
"model_id": "V300S2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2",
|
||||
"model_id": "V300",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30SC2",
|
||||
"model_id": "V300",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -7,23 +7,48 @@
|
||||
"inherits": "fdm_volumic_common",
|
||||
"printer_model": "VS30ULTRA",
|
||||
"default_print_profile": "Normal speed - 0.15mm",
|
||||
"nozzle_diameter": ["0.4"],
|
||||
"printable_area": ["0x0","290x0","290x200","0x200"],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"290x0",
|
||||
"290x200",
|
||||
"0x200"
|
||||
],
|
||||
"printable_height": "300",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"gcode_flavor": "marlin",
|
||||
"max_layer_height": ["0.3"],
|
||||
"min_layer_height": ["0.05"],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"deretraction_speed": ["30"],
|
||||
"machine_max_acceleration_x": ["2000"],
|
||||
"machine_max_acceleration_y": ["2000"],
|
||||
"machine_max_acceleration_z": ["50"],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"50"
|
||||
],
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
"before_layer_change_gcode": "G92 E0",
|
||||
"machine_end_gcode": "M107\nM104 S0\nM140 S0\nG0 X1 Y199 F5000\nM84\nM300"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "VS30ULTRA",
|
||||
"model_id": "V300B",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
"type": "machine_model",
|
||||
"name": "VS30ULTRA",
|
||||
"model_id": "V300B",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VOLUMIC",
|
||||
"bed_model": "VS30U_bed.STL",
|
||||
"default_materials": "Volumic UNIVERSAL Ultra"
|
||||
}
|
||||
|
||||
@@ -4,43 +4,114 @@
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"gcode_flavor": "marlin",
|
||||
"emit_machine_limits_to_gcode": ["0"],
|
||||
"emit_machine_limits_to_gcode": [
|
||||
"0"
|
||||
],
|
||||
"printer_settings_id": "",
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"retract_before_wipe": ["70%"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
"retract_length_toolchange": ["6"],
|
||||
"z_hop": ["0"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"retraction_length": ["2.4"],
|
||||
"retraction_speed": ["30"],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"6"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"silent_mode": "0",
|
||||
|
||||
"machine_max_acceleration_e": ["0","0"],
|
||||
"machine_max_acceleration_extruding": ["0","0"],
|
||||
"machine_max_acceleration_retracting": ["0","0"],
|
||||
"machine_max_acceleration_travel": ["0","0"],
|
||||
"machine_max_acceleration_x": ["0","0"],
|
||||
"machine_max_acceleration_y": ["0","0"],
|
||||
"machine_max_acceleration_z": ["0","0"],
|
||||
"machine_max_jerk_e": ["0","0"],
|
||||
"machine_max_jerk_x": ["0","0"],
|
||||
"machine_max_jerk_y": ["0","0"],
|
||||
"machine_max_jerk_z": ["0","0"],
|
||||
"machine_max_speed_e": ["0","0"],
|
||||
"machine_max_speed_x": ["0","0"],
|
||||
"machine_max_speed_y": ["0","0"],
|
||||
"machine_max_speed_z": ["0","0"],
|
||||
"machine_min_extruding_rate": ["0","0"],
|
||||
"machine_min_travel_rate": ["0","0"],
|
||||
|
||||
"machine_max_acceleration_e": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"wipe": ["1"],
|
||||
"default_filament_profile": ["Volumic UNIVERSAL Ultra"],
|
||||
"bed_exclude_area": ["0x0"],
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Volumic UNIVERSAL Ultra"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "undefine",
|
||||
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y299 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
|
||||
|
||||
Reference in New Issue
Block a user