mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Change bed origin, max speeds, & max/min layer heights
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
"nozzle_diameter": [ "0.4" ],
|
"nozzle_diameter": [ "0.4" ],
|
||||||
"printer_variant": "0.4",
|
"printer_variant": "0.4",
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"-156x-125",
|
"-140x-125",
|
||||||
"124x-125",
|
"140x-125",
|
||||||
"124x125",
|
"140x125",
|
||||||
"-156x125"
|
"-140x125"
|
||||||
],
|
],
|
||||||
"extruder_offset": [ "-20", "10" ],
|
"extruder_offset": [ "-20", "10" ],
|
||||||
"printable_height": "300",
|
"printable_height": "300",
|
||||||
@@ -27,15 +27,15 @@
|
|||||||
"machine_max_acceleration_y": [ "20000", "20000" ],
|
"machine_max_acceleration_y": [ "20000", "20000" ],
|
||||||
"machine_max_acceleration_z": [ "500", "500" ],
|
"machine_max_acceleration_z": [ "500", "500" ],
|
||||||
"machine_max_speed_e": [ "100", "100" ],
|
"machine_max_speed_e": [ "100", "100" ],
|
||||||
"machine_max_speed_x": [ "150", "150" ],
|
"machine_max_speed_x": [ "200", "200" ],
|
||||||
"machine_max_speed_y": [ "150", "150" ],
|
"machine_max_speed_y": [ "200", "200" ],
|
||||||
"machine_max_speed_z": [ "20", "20" ],
|
"machine_max_speed_z": [ "20", "20" ],
|
||||||
"machine_max_jerk_e": [ "2.5", "2.5" ],
|
"machine_max_jerk_e": [ "2.5", "2.5" ],
|
||||||
"machine_max_jerk_x": [ "9", "9" ],
|
"machine_max_jerk_x": [ "9", "9" ],
|
||||||
"machine_max_jerk_y": [ "9", "9" ],
|
"machine_max_jerk_y": [ "9", "9" ],
|
||||||
"machine_max_jerk_z": [ "3", "3" ],
|
"machine_max_jerk_z": [ "3", "3" ],
|
||||||
"max_layer_height": [ "0.28" ],
|
"max_layer_height": [ "0.8" ],
|
||||||
"min_layer_height": [ "0.08" ],
|
"min_layer_height": [ "0.02" ],
|
||||||
"printer_settings_id": "Flashforge",
|
"printer_settings_id": "Flashforge",
|
||||||
"retraction_minimum_travel": [ "1" ],
|
"retraction_minimum_travel": [ "1" ],
|
||||||
"retract_before_wipe": [ "100%" ],
|
"retract_before_wipe": [ "100%" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user