Put zOffset into MatterSlice and implemented the UI for it.
Put Robo z offset at 1 for the R1 Turned off 2Point leveling Turned off auto run print leveling
This commit is contained in:
parent
749bcd06c4
commit
fe88e63c5e
3 changed files with 3 additions and 3 deletions
|
|
@ -91,6 +91,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
//endCode=M104 S0
|
||||
new MapEndGCode("endCode", "end_gcode"),
|
||||
|
||||
new MapItem("zOffset", "z_offset"),
|
||||
|
||||
//extruderOffsets=[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]]
|
||||
|
||||
//extrusionWidth=0.4 # The width of the line to extrude.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue