fix X mirroring (#26)

Thanks to @hotcubcar for catching this!
This commit is contained in:
Joseph Robertson
2026-05-19 22:54:50 -05:00
committed by GitHub
parent 8dc91d8b1d
commit f87a46ec6e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Custom Printer", "name": "Custom Printer",
"version": "02.03.02.66", "version": "02.03.02.67",
"force_update": "0", "force_update": "0",
"description": "My configurations", "description": "My configurations",
"machine_model_list": [ "machine_model_list": [

View File

@@ -82,6 +82,7 @@
"z_hop_types": [ "z_hop_types": [
"Normal Lift" "Normal Lift"
], ],
"post_gcode_remap_x": "rev_x",
"post_gcode_remap_y": "pos_z", "post_gcode_remap_y": "pos_z",
"post_gcode_remap_z": "pos_y", "post_gcode_remap_z": "pos_y",
"printer_extruder_id": [ "printer_extruder_id": [