Rotate instead of shear for slicing stage (#30)

* initial commit

* fix upper bounds for assemblies

* significantly less Z shift issues, still not quite tamped down yet though

* add instrumentation to logs

* finally found the issue

* update printer defaults
This commit is contained in:
Joseph Robertson
2026-05-22 15:21:33 -05:00
committed by GitHub
parent 218881c6f6
commit a9bae54f20
16 changed files with 513 additions and 96 deletions

View File

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

View File

@@ -89,9 +89,9 @@
"1"
],
"belt_printer": "1",
"belt_shear_z": "pos_tan",
"belt_shear_z_angle": "45",
"belt_scale_y": "inv_cos",
"belt_slice_rotation": "x",
"belt_slice_rotation_angle": "45",
"belt_slice_rotation_global": "1",
"gcode_shear_z": "pos_tan",
"gcode_scale_y": "inv_cos",
"build_plate_tilt_x": "45",