Skip to content

Commit

Permalink
Qidi profile updates (#7056)
Browse files Browse the repository at this point in the history
* Qidi.json

* Qidi.json

* Qidi.json

* new change

new change

* Qidi.json

* Update fdm_filament_pla.json

little change

* Update fdm_filament_pla.json

little change

* Update fdm_machine_common.json

little change

* Update fdm_process_qidi_x3_common.json

little change
  • Loading branch information
HYzd766 authored Oct 27, 2024
1 parent 65157da commit c59cb0e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion resources/profiles/Qidi/filament/fdm_filament_abs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"instantiation": "false",
"inherits": "fdm_filament_common",
"activate_chamber_temp_control": [
"1"
"0"
],
"cool_plate_temp" : [
"90"
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/Qidi/filament/fdm_filament_asa.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"instantiation": "false",
"inherits": "fdm_filament_common",
"activate_chamber_temp_control": [
"1"
"0"
],
"cool_plate_temp" : [
"90"
Expand Down
6 changes: 0 additions & 6 deletions resources/profiles/Qidi/filament/fdm_filament_pla.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@
],
"enable_overhang_bridge_fan": [
"0"
],
"filament_z_hop_types": [
"Spiral Lift"
],
"filament_wipe_distance": [
"2"
]

}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
"wipe_distance": [
"2"],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"thumbnails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"deretraction_speed": [
"0"
],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"extruder_clearance_radius": "70",
"extruder_clearance_height_to_rod": "30",
"extruder_clearance_height_to_lid": "118",
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"deretraction_speed": [
"0"
],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"wipe_distance": [
"2"],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"thumbnails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"140x140/COLPIC",
"110x110/PNG"
],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
Expand Down
4 changes: 2 additions & 2 deletions resources/profiles/Qidi/machine/fdm_machine_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
"retraction_speed": [
"30"
],
"single_extruder_multi_material": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"z_lift_type": "AutoLift",
"z_hop_types": ["Auto Lift"],
"default_print_profile": "",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "G28\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "10000",
"bridge_no_support": "1",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "0",
Expand Down Expand Up @@ -115,6 +115,7 @@
"internal_solid_infill_pattern": "zig-zag",
"initial_layer_travel_speed": "50%",
"filter_out_gap_fill": "2",
"small_perimeter_threshold": "4",
"notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n {% set s = params.S|float %}\n {% if s == 0 %}\n # If target temperature is 0, do nothing\n M117 Chamber heating cancelled\n {% else %}\n SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}\n # Orca: uncomment the following line if you want to use heat bed to assist chamber heating\n M140 S90\n TEMPERATURE_WAIT SENSOR=\"heater_generic chamber_heater\" MINIMUM={s-1} MAXIMUM={s+1}\n M117 Chamber at target temperature\n {% endif %}",
"exclude_object": "1"
}

0 comments on commit c59cb0e

Please sign in to comment.