Added inset_direction to crazyprint

Should have happend when removing the old setting
This commit is contained in:
Jaime van Kessel 2021-09-28 15:22:03 +02:00
parent 88b0ca560f
commit 40552762b7

View File

@ -54,6 +54,7 @@
"top_bottom_pattern": { "default_value" : "concentric" },
"fill_outline_gaps": { "default_value": true },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"inset_direction": {"value": "'outside_in'" },
"machine_start_gcode": {
"default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
},