mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-03 02:18:41 +03:00
Several new materials were added and the parameters were optimized
This commit is contained in:
@@ -25,11 +25,10 @@
|
||||
"printable_area": ["0x0","245x0","245x245","0x245"],
|
||||
"printable_height": "240",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["10"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"retract_lift_below":["239"],
|
||||
"retraction_length": ["0.8"],
|
||||
"retraction_minimum_travel": ["1"],
|
||||
"single_extruder_multi_material": "0",
|
||||
"thumbnail_size": ["160x160/PNG","112x112/PNG"],
|
||||
"layer_change_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 X97 Y235 F20000\nG1 Y254 F2000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 E[retraction_length] F300\nG1 X85 F2000\nG1 X97 F2000\nG1 Y220 F2000\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0",
|
||||
"wipe_distance": ["2"]
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
"nozzle_diameter": ["0.8"],
|
||||
"printer_model": "Q1 Pro",
|
||||
"printer_variant": "0.8",
|
||||
"retract_length_toolchange": ["3"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"retraction_length": ["3"]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Q1 Pro",
|
||||
"model_id": "Qidi-Q1Pro",
|
||||
"model_id": "Q1 Pro",
|
||||
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Qidi",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"printer_structure": "corexy",
|
||||
"printer_variant": "0.4",
|
||||
"retract_before_wipe": ["0%"],
|
||||
"retract_length_toolchange": ["1"],
|
||||
"retract_length_toolchange": ["2"],
|
||||
"retract_restart_extra_toolchange": ["0"],
|
||||
"retract_restart_extra": ["0"],
|
||||
"retract_when_changing_layer": ["1"],
|
||||
@@ -53,7 +53,7 @@
|
||||
"retraction_speed": ["30"],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"support_air_filtration": ["1"],
|
||||
"support_chamber_temp_control": "1",
|
||||
"thumbnail_size": ["380x380","210x210","110x110"],
|
||||
|
||||
Reference in New Issue
Block a user