mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Eryone Thinker Definition Bug fix for Layer Height 0
Fixing issue when layer_height_0 value was not being resolved correctly in Cura.
This commit is contained in:
parent
7ee67b08bf
commit
c3cd05a0c7
@ -62,12 +62,12 @@
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0 ;turn off extruder\nM140 S0 ;turn off bed\nM107 ;turn off all fans\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more\nG90 ;absolute positioning\nG1 X0 Y250 F4800 ; position for easy part removal\nM84 ;steppers off"
|
||||
},
|
||||
"layer_height_0": {
|
||||
"value": "max(0.1, min(extruderValues('layer_height')))"
|
||||
},
|
||||
"layer_height": {
|
||||
"value": 0.2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"resolve": "max(0.1, layer_height)"
|
||||
},
|
||||
"initial_layer_line_width_factor": {
|
||||
"value": 120
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user