mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 11:15:53 +08:00
Fix Dremel 3D40 (#8751)
* Fix Dremel 3D40 extrusion * Fix incorrect layer height
This commit is contained in:
parent
38fb975d2a
commit
4900c546f9
@ -17,10 +17,10 @@
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"255x0",
|
||||
"255x155",
|
||||
"0x155"
|
||||
"-127.5x-77.5",
|
||||
"97.5x-77.5",
|
||||
"97.5x77.5",
|
||||
"-127.5x77.5"
|
||||
],
|
||||
"printable_height": "170",
|
||||
"nozzle_type": "undefine",
|
||||
@ -143,6 +143,7 @@
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"use_relative_e_distances": "0",
|
||||
"machine_start_gcode": "G90\nG28\nM132 X Y Z A\nG1 Z100 F3300\nG1 X-110.5 Y-74 F6000\nM6 T0\nM907 X100 Y100 Z60 A100\nG1 Z0.6 F3300\nG4 P2000\nM108 T0",
|
||||
"machine_end_gcode": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84",
|
||||
"thumbnails_format": "PNG",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"ironing_type": "top",
|
||||
"initial_layer_infill_speed": "25",
|
||||
"line_width": "0.42",
|
||||
"layer_height": "0.1",
|
||||
"layer_height": "0.2",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"outer_wall_line_width": "0.42",
|
||||
|
Loading…
x
Reference in New Issue
Block a user