supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.11k stars 520 forks source link

Creality CR-10SE Printer profile #4148

Open Bizzik opened 7 months ago

Bizzik commented 7 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Please add CR-10SE printer profile.

Describe how it would work Printer default profile settings file: machine_name=CR-10 SE machine_shape=rectangle machine_height=265 machine_width=220 machine_depth=220 machine_heated_bed=true machine_center_is_zero=false has_preview_img=true preview_img_type=png machine_extruder_count=1 machine_head_with_fans_polygon=[[-20,10],[10,10],[10,-10],[-20,-10]] machine_gcode_flavor=4408 machine_extruder_type=Proximal machine_start_gcode=M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S[material_print_temperature_layer_0]\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800 \n machine_end_gcode=G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z3 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n machine_max_feedrate_x=600 machine_max_feedrate_y=600 machine_max_feedrate_z=30 machine_max_feedrate_e=100 machine_max_jerk_xy=10 machine_max_jerk_z=2 machine_max_jerk_e=2.5 machine_max_acceleration_x=8000 machine_max_acceleration_y=8000 machine_max_acceleration_z=500 machine_max_acceleration_e=3000 machine_chamber_fan_exist=false machine_cds_fan_exist=false machine_LED_light_exist=true

Describe alternatives you've considered

Additional context Add any other context or paint drawing about the feature request here.

supermerill commented 7 months ago

I don't know you get these, but these are not a slic3r/prusaSlicer/Superslicer settings. Please enter your settings in the slicer, and then export. thanks.

Note: profiles are located at https://github.com/slic3r/slic3r-profiles