Fix Dremel 3D40 (#8751)

* Fix Dremel 3D40 extrusion

* Fix incorrect layer height
This commit is contained in:
cochcoder 2025-03-08 01:03:10 -05:00 committed by GitHub
parent 38fb975d2a
commit 4900c546f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -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",

View File

@ -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",