mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 15:03:33 +00:00
* Update/add re:3D profiles. * Fix encoding issue with UTF-8 BOM * Change spaces to tabs. * Fix alignment-based space indentation issues. * Test: rename_from property * Test 2: rename_from property * Test 3: use 'renamed' instead of 'rename' * Add renamed property for each conflicting profile. * Revert to optimized assets improved on [#13149](https://github.com/OrcaSlicer/OrcaSlicer/pull/13149)
131 lines
2.9 KiB
JSON
131 lines
2.9 KiB
JSON
{
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"instantiation": "false",
|
|
"type": "machine",
|
|
"deretraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"enable_filament_ramming": "1",
|
|
"extruder_offset": [
|
|
"0x0",
|
|
"0x0"
|
|
],
|
|
"extruders_count": [
|
|
"2"
|
|
],
|
|
"inherits": "fdm_machine_common",
|
|
"machine_end_gcode": "G92 E0\nTURN_OFF_HEATERS\nG28 X Y\nM18\nM107",
|
|
"machine_start_gcode": "M83 ; Use relative extrusion distances\nG28 ; Home all axes\nM140 S{first_layer_bed_temperature[initial_tool]} ; Start heating bed\nM190 S{first_layer_bed_temperature[initial_tool]} ; Wait for bed to reach temperature\n\nT{initial_tool}\n\n\n; ---------------------------\n; HEAT THE USED TOOL\n; ---------------------------\n{if is_extruder_used[initial_tool]}\nM104 T{initial_tool} S{first_layer_temperature[initial_tool]} ; Preheat active extruder to first layer temperature\nM109 T{initial_tool} S{first_layer_temperature[initial_tool]} ; Wait for active extruder to reach temperature\n{endif}\n\nG1 F18000\nG4 S0\nG92 E0",
|
|
"machine_tool_change_time": [
|
|
"90"
|
|
],
|
|
"name": "fdm_re3D_common",
|
|
"printer_technology": "FFF",
|
|
"retract_before_wipe": [
|
|
"70%",
|
|
"70%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"12",
|
|
"12"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"-0.08",
|
|
"-0.08"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_length": [
|
|
"1.0",
|
|
"1.0"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"single_extruder_multi_material": "0",
|
|
"wipe": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"z_hop_types": [
|
|
"Normal Lift",
|
|
"Normal Lift"
|
|
],
|
|
"bed_temperature_formula": "by_first_filament",
|
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
|
"best_object_pos": "0.5,0.5",
|
|
"cooling_tube_length": "0",
|
|
"cooling_tube_retraction": "0",
|
|
"default_nozzle_volume_type": [
|
|
"Standard",
|
|
"Standard"
|
|
],
|
|
"disable_m73": "0",
|
|
"extruder_colour": [
|
|
"#FCE94F",
|
|
"#FCE94F"
|
|
],
|
|
"extruder_type": [
|
|
"Direct Drive",
|
|
"Direct Drive"
|
|
],
|
|
"extruder_variant_list": [
|
|
"Direct Drive Standard",
|
|
"Direct Drive Standard"
|
|
],
|
|
"fan_kickstart": "0",
|
|
"fan_speedup_overhangs": "1",
|
|
"fan_speedup_time": "0",
|
|
"host_type": "octoprint",
|
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
|
"machine_pause_gcode": "PAUSE",
|
|
"machine_unload_filament_time": "0",
|
|
"manual_filament_change": "0",
|
|
"master_extruder_id": "1",
|
|
"physical_extruder_map": [
|
|
"0"
|
|
],
|
|
"preferred_orientation": "0",
|
|
"printer_extruder_id": [
|
|
"1",
|
|
"2"
|
|
],
|
|
"printer_extruder_variant": [
|
|
"Direct Drive Standard",
|
|
"Direct Drive Standard"
|
|
],
|
|
"support_air_filtration": "0",
|
|
"support_chamber_temp_control": "0",
|
|
"thumbnails": "48x48/PNG, 300x300/PNG",
|
|
"thumbnails_format": "PNG",
|
|
"travel_slope": [
|
|
"3",
|
|
"3"
|
|
],
|
|
"use_firmware_retraction": "0",
|
|
"use_relative_e_distances": "1",
|
|
"wipe_distance": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"wipe_tower_type": "type2",
|
|
"z_offset": "0"
|
|
} |