Use spaces instead of tabs

And remove floating point rounding errors too.

Contributes to issue CURA-7260.
This commit is contained in:
Ghostkeeper 2020-02-27 10:57:15 +01:00
parent f6bc220faa
commit d7102729f1
No known key found for this signature in database
GPG Key ID: 37E2020986774393

View File

@ -154,7 +154,7 @@
"default_value": 0.2
},
"bottom_skin_expand_distance": {
"value": "1.2000000000000002"
"value": "1.2"
},
"machine_start_gcode": {
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 X0 Y0;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nM420 S1 Z0.9 ;enable bed levelling\nG1 Z10 F250 ;move the platform down 10mm\nM107 ;fan off\nM42 P11 S255 ;turn on front fan\nM140 S{material_bed_temperature}\nM104 T0 S{material_print_temperature}\nM104 T1 S{material_print_temperature}\nG1 F2500 Y260\nM190 S{material_bed_temperature}\nM109 T0 S{material_print_temperature}\nM109 T1 S{material_print_temperature}\nM60 ;enable E-FADE Algorithm\nM62 A ;filament sensor off\nG92 E0 ;zero the extruded length\nT1\nG92 E0;zero the extruded length\nG1 F300 Z0.3\nG1 F1200 X20\nG1 F1200 X180 E21 ;extrude 21 mm of feed stock\nG1 F1200 E15 ;retracting 6 mm\nG1 F2000 E21\nG1 F2000 E15\nG1 F300 Z1.5\nG92 E0 ;zero the extruded length again\nT0\nG92 E0 ;zero the extruded length\nG1 F1200 Y258\nG1 F300 Z0.3\nG1 F1200 X40 E21 ;extrude 21 mm of feed stock\nG1 F1200 E15 ;retracting 6 mm\nG1 F2000 E21\nG1 F2000 E15\nG1 Z1.5\nM61 A\nM63 A ;filament sensor on\nG92 E0 ;zero the extruded length again\nM58 ;end of Start G-Code and signal retract management"
@ -256,7 +256,7 @@
"value": "'zigzag'"
},
"top_skin_expand_distance": {
"value": "1.2000000000000002"
"value": "1.2"
},
"acceleration_travel_layer_0": {
"value": "250.0"
@ -268,7 +268,7 @@
"default_value": 30
},
"skin_preshrink": {
"value": "1.2000000000000002"
"value": "1.2"
},
"material_bed_temperature_layer_0": {
"value": "50"
@ -385,7 +385,7 @@
"default_value": 0.22
},
"bottom_skin_preshrink": {
"value": "1.2000000000000002"
"value": "1.2"
},
"jerk_skirt_brim": {
"value": "5"
@ -562,7 +562,7 @@
"value": "5"
},
"top_skin_preshrink": {
"value": "1.2000000000000002"
"value": "1.2"
},
"material_print_temperature": {
"value": "195"