mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
parent
dec33a93e8
commit
6d0369f5d7
115 changed files with 3106 additions and 87 deletions
|
@ -115,6 +115,6 @@
|
|||
"internal_solid_infill_pattern": "monotonic",
|
||||
"initial_layer_travel_speed": "50%",
|
||||
"filter_out_gap_fill": "2",
|
||||
"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 %}",
|
||||
"notes": "",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue