mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Qidi profile updates (#7056)
* 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
This commit is contained in:
@@ -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",
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user