mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Construct 1 Print profile update: Z-Jerk optimisation & Thumbnail QOI Fix (#5161)
* Z-Jerk optimisation & Thumbnail QOI Fix * Adding support for dynamic meshing
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"instantiation": "false",
|
||||
"printer_technology": "FFF",
|
||||
"deretraction_speed": [
|
||||
"70"
|
||||
"50"
|
||||
],
|
||||
"extruder_colour": [
|
||||
"#003f87"
|
||||
@@ -63,7 +63,7 @@
|
||||
"20"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.5"
|
||||
"0.2"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0"
|
||||
@@ -86,7 +86,7 @@
|
||||
],
|
||||
"printer_settings_id": "",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
"2.6"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
@@ -110,7 +110,7 @@
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
@@ -119,7 +119,7 @@
|
||||
],
|
||||
"thumbnails_format": "QOI",
|
||||
"thumbnails": [
|
||||
"300x300"
|
||||
"160x160"
|
||||
],
|
||||
"z_lift_type": "Auto Lift",
|
||||
"default_print_profile": "",
|
||||
|
||||
Reference in New Issue
Block a user