mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 10:05:42 +08:00
Correction to M180 settings for X3G
These settings are needed for X3G output to have the correct dimensions and feedrate. The steps_per_mm settings are important.
This commit is contained in:
parent
32b0e53621
commit
9917d567a3
@ -25,8 +25,7 @@
|
||||
"default_value": true
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4,
|
||||
"minimum_value": "0.001"
|
||||
"default_value": 0.4
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
@ -36,6 +35,21 @@
|
||||
[ 18, 35 ]
|
||||
]
|
||||
},
|
||||
"machine_max_feedrate_z": {
|
||||
"default_value": 400
|
||||
},
|
||||
"steps_per_mm_x": {
|
||||
"default_value": 93
|
||||
},
|
||||
"steps_per_mm_y": {
|
||||
"default_value": 93
|
||||
},
|
||||
"steps_per_mm_z": {
|
||||
"default_value": 1600
|
||||
},
|
||||
"steps_per_mm_e": {
|
||||
"default_value": 92
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user