mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
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.
118 lines
2.0 KiB
JSON
118 lines
2.0 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "Dremel 3D45 0.4 nozzle",
|
|
"inherits": "fdm_dremel_common",
|
|
"from": "system",
|
|
"setting_id": "GM001",
|
|
"instantiation": "true",
|
|
"printer_model": "Dremel 3D45",
|
|
"printer_variant": "0.4",
|
|
"printer_settings_id": "Dremel",
|
|
"gcode_flavor": "marlin",
|
|
"default_filament_profile": [
|
|
"Dremel Generic PLA @3D45 all"
|
|
],
|
|
"default_print_profile": ".20mm Standard @Dremel 3D45 0.4",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"printable_area": [
|
|
"-127.5x-77.5",
|
|
"97.5x-77.5",
|
|
"97.5x77.5",
|
|
"-127.5x77.5"
|
|
],
|
|
"printable_height": "170",
|
|
"deretraction_speed": [
|
|
"40"
|
|
],
|
|
"emit_machine_limits_to_gcode": "1",
|
|
"enable_filament_ramming": "1",
|
|
"extra_loading_move": "-2",
|
|
"wipe": [
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0.5"
|
|
],
|
|
"machine_max_acceleration_e": [
|
|
"10000",
|
|
"10000"
|
|
],
|
|
"machine_max_acceleration_extruding": [
|
|
"1500",
|
|
"1500"
|
|
],
|
|
"machine_max_acceleration_retracting": [
|
|
"1500",
|
|
"1500"
|
|
],
|
|
"machine_max_acceleration_x": [
|
|
"9000",
|
|
"9000"
|
|
],
|
|
"machine_max_acceleration_y": [
|
|
"9000",
|
|
"9000"
|
|
],
|
|
"machine_max_acceleration_z": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_jerk_e": [
|
|
"2.5",
|
|
"2.5"
|
|
],
|
|
"machine_max_jerk_x": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_y": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"machine_max_jerk_z": [
|
|
"0.2",
|
|
"0.2"
|
|
],
|
|
"machine_max_speed_e": [
|
|
"120",
|
|
"120"
|
|
],
|
|
"machine_max_speed_x": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_y": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"machine_max_speed_z": [
|
|
"12",
|
|
"12"
|
|
],
|
|
"max_layer_height": [
|
|
"0.34"
|
|
],
|
|
"min_layer_height": [
|
|
"0.07"
|
|
],
|
|
"retraction_length": [
|
|
"1"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"2"
|
|
],
|
|
"retraction_speed": [
|
|
"40"
|
|
],
|
|
"use_relative_e_distances": "0",
|
|
"machine_start_gcode": "G28; home printer\nG1 Z50.00 F400; pruge line\nG1 F200 E3\nM132 X Y Z A; prepare printer\nM907 X100 Y100 Z50 A100",
|
|
"machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors",
|
|
"machine_pause_gcode": "G5",
|
|
"change_filament_gcode": "G5"
|
|
}
|