Add new machines (#8274)

* Add new machines

* profils fixes

* Update VS30ULTRA (0.4 nozzle).json

* accelerations removing

* Fixes

* Acceleration fixes

* Update .gitignore

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
VOLUMIC
2025-02-07 17:10:12 +01:00
committed by GitHub
parent 03a9d3f5ca
commit 2af5aa56d8
72 changed files with 879 additions and 164 deletions

View File

@@ -3,16 +3,6 @@
"name": "fdm_process_volumic_common",
"from": "system",
"instantiation": "false",
"default_acceleration": ["0"],
"outer_wall_acceleration": ["0"],
"inner_wall_acceleration": ["0"],
"bridge_acceleration": ["0"],
"sparse_infill_acceleration": ["0"],
"internal_solid_infill_acceleration": ["0"],
"initial_layer_acceleration": ["0"],
"top_surface_acceleration": ["0"],
"travel_acceleration": ["0"],
"precise_outer_wall": "1",
"enable_overhang_speed": "1",
"adaptive_layer_height": "0",
@@ -23,6 +13,18 @@
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"accel_to_decel_enable": "0",
"default_acceleration": ["0","0"],
"outer_wall_acceleration": ["0","0"],
"inner_wall_acceleration": ["0","0"],
"bridge_acceleration": ["0","0"],
"sparse_infill_acceleration": ["0","0"],
"internal_solid_infill_acceleration": ["0","0"],
"initial_layer_acceleration": ["0","0"],
"top_surface_acceleration": ["0","0"],
"travel_acceleration": ["0","0"],
"bridge_flow": "1",
"bridge_speed": "60",
"internal_bridge_speed": "100%",
@@ -35,14 +37,14 @@
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "100%",
"line_width": "100%",
"initial_layer_line_width": "100%",
"sparse_infill_line_width": "100%",
"inner_wall_line_width": "100%",
"internal_solid_infill_line_width": "100%",
"support_line_width": "100%",
"top_surface_line_width": "100%",
"outer_wall_line_width": "120%",
"line_width": "120%",
"initial_layer_line_width": "120%",
"sparse_infill_line_width": "120%",
"inner_wall_line_width": "120%",
"internal_solid_infill_line_width": "120%",
"support_line_width": "120%",
"top_surface_line_width": "120%",
"wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45",
"sparse_infill_density": "25%",
@@ -51,9 +53,9 @@
"infill_anchor":"20%",
"infill_wall_overlap": "20%",
"interface_shells": "0",
"ironing_flow": "25%",
"ironing_flow": "30%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_speed": "40",
"ironing_type": "no ironing",
"layer_height": "0.2",
"reduce_infill_retraction": "1",
@@ -69,7 +71,7 @@
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"support_on_buildplate_only": "1",
"raft_first_layer_expansion": "0",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"spiral_mode": "0",
@@ -78,7 +80,7 @@
"resolution": "0.01",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_on_build_plate_only": "1",
"support_top_z_distance": "0.1",
"support_bottom_z_distance": "0.1",
"support_filament": "0",
@@ -91,7 +93,7 @@
"support_base_pattern": "lightning",
"support_base_pattern_spacing": "2.5",
"support_angle": "45",
"support_threshold_angle": "50",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "50",
"tree_support_wall_count": "0",