mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-17 07:52:08 +00:00
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:
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user