Add new machines

This commit is contained in:
VOLUMIC
2025-02-01 17:01:04 +01:00
parent 6473a0d2c8
commit 1924d9b7ae
73 changed files with 1062 additions and 29 deletions

View File

@@ -37,6 +37,15 @@
"machine_max_jerk_x": ["0"],
"machine_max_jerk_y": ["0"],
"machine_max_jerk_z": ["0"],
"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"],
"machine_start_gcode": "M117 Demarrage\nM106 S0\nM140 S[first_layer_bed_temperature]\nM104 T0 S[first_layer_temperature]\nG28\nG90\nM82\nG92 E0\nG1 Z5 F600\nG1 X1 Y199 F6000\nM109 T0 S[first_layer_temperature]\nM300 P350\nG92 E0\nM117 Impression",
"before_layer_change_gcode": "G92 E0",