Initial release

This commit is contained in:
Louis Rossmann
2026-05-11 07:39:33 -05:00
commit c661ddc2eb
16967 changed files with 4075897 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"gcode_flavor": "marlin",
"silent_mode": "0",
"machine_max_acceleration_e": ["5000"],
"machine_max_acceleration_extruding": ["7000"],
"machine_max_acceleration_retracting": ["7000"],
"machine_max_acceleration_travel": ["7000"],
"machine_max_acceleration_x": ["7000"],
"machine_max_acceleration_y": ["7000"],
"machine_max_acceleration_z": ["300"],
"machine_max_speed_e": ["60"],
"machine_max_speed_x": ["500"],
"machine_max_speed_y": ["500"],
"machine_max_speed_z": ["20"],
"machine_min_extruding_rate": ["0"],
"machine_min_travel_rate": ["0"],
"max_layer_height": ["0.32"],
"min_layer_height": ["0.08"],
"printable_height": "250",
"extruder_clearance_radius": "50",
"extruder_clearance_height_to_rod": "30",
"nozzle_diameter": ["0.4"],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": ["2"],
"retract_before_wipe": ["70%"],
"retract_when_changing_layer": ["1"],
"retraction_length": ["1"],
"retract_length_toolchange": ["1"],
"z_hop": ["0"],
"retract_restart_extra": ["0"],
"retract_restart_extra_toolchange": ["0"],
"retraction_speed": ["35"],
"deretraction_speed": ["35"],
"single_extruder_multi_material": "1",
"wipe": ["1"],
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n\n;[layer_z]\n\nTIMELAPSE_TAKE_FRAME\n\nG92 E0.0",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"change_filament_gcode": "M600",
"machine_end_gcode": "PRINT_END\nM84",
"machine_pause_gcode": "PAUSE",
"machine_start_gcode": "START_PRINT_PREPARE BED_TEMP=[bed_temperature_initial_layer_single]\nSTART_PURGE_WIPE TRAVEL_SPEED=[travel_speed]\nSTART_PRINT_COOL_PURGE\nSTART_PRINT_FINAL_HEAT BED_TEMP=[bed_temperature_initial_layer_single] NOZZLE_TEMP=[nozzle_temperature_initial_layer] TRAVEL_SPEED=[travel_speed]\nSTART_PRIME_LINES TRAVEL_SPEED=[travel_speed]\n; filament start gcode"
}