set default internal_solid_infill_pattern to monotonic for Qidi machines

This commit is contained in:
SoftFever 2023-11-03 18:35:05 +08:00
parent e7507e1af5
commit 01ff70197b
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@
"initial_layer_travel_speed": "50%",
"inner_wall_speed": "200",
"internal_bridge_speed": "50",
"internal_solid_infill_pattern": "zig-zag",
"internal_solid_infill_pattern": "monotonic",
"internal_solid_infill_speed": "200",
"is_custom_defined": "0",
"layer_height": "0.28",

View file

@ -111,7 +111,7 @@
"wall_generator": "classic",
"gcode_label_objects": "0",
"internal_bridge_speed": "50",
"internal_solid_infill_pattern": "zig-zag",
"internal_solid_infill_pattern": "monotonic",
"initial_layer_travel_speed": "50%",
"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 bottom of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n #Parameters\n {% set s = params.S|float %}\n \n M141 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp\n {% if s != 0 %}\n TEMPERATURE_WAIT SENSOR=\"heater_generic hot\" MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree)\n {% endif %}"
}