Change bed origin, max speeds, & max/min layer heights

This commit is contained in:
cochcoder
2024-05-15 13:59:25 -04:00
parent 477644db97
commit 20f94cbe63

View File

@@ -11,10 +11,10 @@
"nozzle_diameter": [ "0.4" ],
"printer_variant": "0.4",
"printable_area": [
"-156x-125",
"124x-125",
"124x125",
"-156x125"
"-140x-125",
"140x-125",
"140x125",
"-140x125"
],
"extruder_offset": [ "-20", "10" ],
"printable_height": "300",
@@ -27,15 +27,15 @@
"machine_max_acceleration_y": [ "20000", "20000" ],
"machine_max_acceleration_z": [ "500", "500" ],
"machine_max_speed_e": [ "100", "100" ],
"machine_max_speed_x": [ "150", "150" ],
"machine_max_speed_y": [ "150", "150" ],
"machine_max_speed_x": [ "200", "200" ],
"machine_max_speed_y": [ "200", "200" ],
"machine_max_speed_z": [ "20", "20" ],
"machine_max_jerk_e": [ "2.5", "2.5" ],
"machine_max_jerk_x": [ "9", "9" ],
"machine_max_jerk_y": [ "9", "9" ],
"machine_max_jerk_z": [ "3", "3" ],
"max_layer_height": [ "0.28" ],
"min_layer_height": [ "0.08" ],
"max_layer_height": [ "0.8" ],
"min_layer_height": [ "0.02" ],
"printer_settings_id": "Flashforge",
"retraction_minimum_travel": [ "1" ],
"retract_before_wipe": [ "100%" ],