Cura/resources/meshes
Steinar H. Gunderson 1ca58824ac Add printer definitions for Sovol SV08.
The SV08 (or SV-08; nomenclature is not completely consistent)
is a relatively new printed based on Voron 2.4, running Klipper.
This adds printer, extruder and material definitions for it,
based on the voron2_base definitions (by copying, so as to stay
independent of voron2_base is changed) plus Sovol's published
profiles for Orca Slicer:

  https://drive.google.com/drive/folders/1KWjLxwpO_9_Xqi_f6qu84HRxZi26a_GN

Unfortunately, the included STL model for the platform does not have
texture coordinates, so we cannot use the platform texture (unless someone
goes to add them manually or otherwise adjusts the model).

The following settings were not carried over, mostly because I could not
find any obvious equivalent in Cura:

  - Machine:
    "retract_before_wipe": [ "0%" ],
    "machine_max_acceleration_extruding": [ "20000" ],
    "machine_max_acceleration_retracting": [ "5000" ],
    "retract_length_toolchange": [ "2" ],
    "wipe_distance": [ "2" ],
    "retract_lift_below": [ "343" ],
    "thumbnails_format": "PNG",
    "before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",

  - Filament (using ABS as an example; the exact values differ between
    the four material profiles):
    "nozzle_temperature_range_low": [ "190" ],
    "nozzle_temperature_range_high": [ "250" ],
    "overhang_fan_threshold": [ "25%" ],
    "temperature_vitrification": [ "60" ],  # Only used for arranging.
    "close_fan_the_first_x_layers": [ "3" ],
    "full_fan_speed_layer": [ "0" ],  # Inconsistent; effectively 4.
    # Enclosure fan (M106 P3 commands)
    "activate_air_filtration": [ "1" ],
    "complete_print_exhaust_fan_speed": [ "60" ],
    "during_print_exhaust_fan_speed": [ "100" ],

  - Process: A bunch (e.g. bridge_flow, elephant_foot_compensation,
    overhang_1_4_speed, etc. etc.), but it's unclear how many are
    printer-specific and how many are just Orca defaults where Cura wants
    to do things differently.

The start and end G-code are mostly copied over verbatim, except that it
leaves the printer in relative coordinate mode and Cura does not set this
explicitly back to absolute, so we need an explicit G90 at the end. (Also,
there seems to be a Klipper issue where G90 does not reset extrusion to
absolute as well, so we need to send an explicit M82.) We give
EXTRUDER_TEMP= and BED_TEMP= as parameters to the START_PRINT macro; the
Sovol stock macros ignore these, but the popular mainline Klipper
installation can use this to e.g. bed mesh at the correct temperature.
We also use the new Cura 5.8 conditionals to reduce the extrusion amount
for finer nozzles than 0.4mm, as we get Klipper errors otherwise.

Unfortunately, Cura chooses SS_ as prefix instead of SV08_. I don't know
if there is a way to override this; the other Sovol printers seem to have
the same issue.

I've tested this with the standard 0.4mm nozzle and ABS/PLA, using the
Moonraker plugin. PETG and TPU are untested, in part because the current
nozzle is said to be unsafe for PETG. The time estimates from Cura are not
all that good, but klipper_estimator helps. (The Klipper object exclusion
plugin is also recommended, as it allows the printer to bed mesh a smaller
area.)

Future work would include supporting the 0.2mm, 0.6mm and 0.8mm nozzles.
There are separate profiles for them, with different layer height, support
settings, print speeds, etc. -- and then there is a specific PLA/0.2mm
profile with lower printing speed and higher fan settings. Also, it would
be really good to support the enclosure fan (M106 P3, known as
exhaust_fan in Orca) for printing ABS; it's possible that something could
be done using the Cura fan control plugin, but it would be better to
simply have it right in the filament settings. Similarly, the ABS/PETG
profiles want to turn off the fan entirely the first three layers
(to improve adhesion), but Cura can only ramp linearly starting from the
first layer, not hold the first few layers constant.
2025-06-22 23:14:23 +02:00
..
3dator_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
3di_d300_platform.STL Adding 3DI D300 (#9863) 2021-10-05 16:38:50 +02:00
3dtech_semi_professional_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
101hero-platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
alya_nx_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
alya_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
aneta6_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
ankermake_m5_platform.obj Add AnkerMake M5 Profile 2022-10-22 19:56:51 -04:00
ankermake_m5c_platform.obj fix: add a new machine named M5C for ankermake 2023-12-11 18:47:46 +08:00
anycubic_4max_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
anycubic_chiron_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
anycubic_i3_mega_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
anycubic_i3_mega_s_platform.3mf Added Anycubic Mega S Profil 2021-04-29 22:10:26 +02:00
anycubic_i3_mega_x_platform.stl Mega X: Fixed Layer Mesh, Optimized qualities 2021-05-17 20:23:51 +02:00
anycubic_kobra2_platform.stl Add files via upload 2023-07-10 13:42:39 +08:00
anycubic_kobra3v2_buildplate.stl add Anycubic kobra 3 v2 (and ace pro) profiles 2025-06-18 01:31:17 +08:00
anycubic_mega_zero_platform.stl Adding profile for Anycubic Mega Zero 2020-05-02 21:49:48 +03:00
anycubic_vyper_platform.stl Add Anycubic Vyper 2021-08-25 11:59:19 +02:00
arjun300_platform.stl New Definition 2020-11-23 13:59:08 +05:30
arjunpro300_platform.STL Update arjunpro300_platform.STL 2021-08-07 01:08:05 +05:30
artemis_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
artillery_genius.stl Added the Artillery Sidewinder X1 and Genius (#8301) 2020-10-13 18:16:58 +02:00
artillery_hornet.stl Add Artillery Hornet 3d printer definition 2022-11-30 18:23:46 +01:00
artillery_swx1.stl Added the Artillery Sidewinder X1 and Genius (#8301) 2020-10-13 18:16:58 +02:00
atmat_asterion_platform.stl changed version of variants and names of files 2020-04-18 20:50:33 +02:00
atmat_signal_pro_platform.stl changed version of variants and names of files 2020-04-18 20:50:33 +02:00
Atom 3 bed.3mf refactor: New meshes for Atom 3 / lite 2021-03-15 14:21:01 +01:00
Atom 3 lite bed.3mf refactor: New meshes for Atom 3 / lite 2021-03-15 14:21:01 +01:00
bambulab_a1mini.obj Rename brand (without final S) and add A1 mini 2025-04-03 11:53:42 +02:00
bambulab_x1.obj Rename brand (without final S) and add A1 mini 2025-04-03 11:53:42 +02:00
beamup_l.3mf Actually compress the 3MF archive 2020-06-26 19:00:15 +02:00
beamup_s.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
BEEVERYCREATIVE-helloBEEprusa.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
BIQU_BX_PLATE.stl Biqu bx definition (#10086) 2021-07-19 15:57:30 +02:00
BIQU_Hurakan_bed.stl Reduced bed size 2022-10-10 17:35:51 +02:00
BIQU_SSS.stl Added BIQU machine base files as well as BIQU B1 machine files. (#8276) 2020-09-30 17:00:10 +02:00
blocks_mk2_platform.stl Add mesh files 2022-03-07 11:11:05 +00:00
blocks_pros30_platform.stl Add mesh files 2022-03-07 11:11:05 +00:00
blocks_pros100_platform.stl Update Meshes Blocks Printers 2022-10-14 17:35:04 +01:00
blocks_r21_platform.stl Add mesh files 2022-03-07 11:11:05 +00:00
blocks_rd50_platform.stl Update Meshes Blocks Printers 2022-10-14 17:35:04 +01:00
blocks_zero_platform.stl Update Meshes Blocks Printers 2022-10-14 17:35:04 +01:00
blv_mgn_cube_300_platform.3mf Add BLV mgn Cube printer definition (#8261) 2020-09-24 09:20:30 +02:00
blv_mgn_cube_350_platform.3mf Add BLV mgn Cube printer definition (#8261) 2020-09-24 09:20:30 +02:00
bq_hephestos_2_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
bq_hephestos_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
bq_witbox_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
builder_premium_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
cartesio_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
cr-x.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
creality_cr10spro.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
creality_ender3.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
creality_ender3max.stl add ender-3 max profile 2021-12-03 01:28:50 -05:00
cremaker_platform_200.obj cremaker def files added (#10409) 2021-10-05 16:26:03 +02:00
cremaker_platform_220.obj cremaker def files added (#10409) 2021-10-05 16:26:03 +02:00
dagoma_discoeasy200.3mf Add 3mf meshes for mono extruder disco printers 2020-06-10 12:39:02 +02:00
dagoma_discoeasy200_bicolor.3mf Add 3mf meshes for single extrusion dagoma disco printers 2020-06-02 19:10:32 +02:00
dagoma_discoultimate.3mf Add 3mf meshes for mono extruder disco printers 2020-06-10 12:39:02 +02:00
dagoma_discoultimate_bicolor.3mf Add 3mf meshes for single extrusion dagoma disco printers 2020-06-02 19:10:32 +02:00
dagoma_magis.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
dagoma_neva.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
dagoma_pro430.obj Introduces Dagoma Sigma printer and enhance Pro430 profiles (definitions, variants, qualities) 2022-10-07 16:32:16 +02:00
dagoma_sigma.stl Convert the dagoma sigma build plate to stl 2022-12-28 13:22:54 +01:00
dagoma_sigma_pro.obj Introduces Sigma Pro profiles 2023-09-11 16:30:44 +02:00
deltacomb.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
deltacomb_dc20.stl New Deltacomb Models and updates 2020-03-26 00:28:31 +01:00
deltacomb_dc30.stl New Deltacomb Models and updates 2020-03-26 00:28:31 +01:00
diy220_platform.obj changed platform 2020-11-23 19:16:22 +05:30
elegoo_neptune_2.stl Update elegoo_neptune_2.stl 2022-01-15 15:56:38 -08:00
elegoo_platform.3mf Elegoo Neptune series Printer Configuration 2023-01-07 17:01:11 +08:00
elegoo_platform_max.3mf Elegoo Neptune series Printer Configuration 2023-01-07 17:01:11 +08:00
eryone_er20_plateform.stl Added the eryone_er20 3d printer 2020-12-10 20:25:00 +08:00
eryone_thinker_platform.obj Merge pull request #9202 2021-02-24 15:10:28 +01:00
fabtotum_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
fabxpro_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
farm2_platform.obj add Farm 2 and Farm 2CE printer, extruder profiles, variants, quality, meshes and images. (#9574) 2021-06-22 16:54:21 +02:00
FelixPro2_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
FelixTec4_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
FlashForge_DreamerNX.obj Cura Definition for Flasforge DreamerNX (#9303) 2021-03-08 16:51:45 +01:00
flsun_qq_s.3mf Fix #9687: FLSUN QQ-S preview mesh rotated to face -Y 2022-04-25 13:44:48 -07:00
flsun_sr.stl Improve FLSUN Super Racer profile (#10192) 2021-08-20 17:18:37 +02:00
flsun_v400.stl Flsun V400 (#12796) 2023-01-10 09:16:32 +01:00
flyingbear_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
FT-5_build_plate.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
gmax_1-5_xt-plus_s3d_full model_150707.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
grr_neo_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
hardprint_hozo_ix_platform.stl Add Hozo, Hozo 3Dprinter (#10856) 2022-01-28 16:39:14 +01:00
hardprint_hozo_platform.stl Add Hozo, Hozo 3Dprinter (#10856) 2022-01-28 16:39:14 +01:00
hctech_hc300-m1&m1h.3mf Add profiles and platforms for 3 new printer from HCTECH 2022-03-10 12:17:31 +08:00
hctech_hc300-m2h.3mf Add profiles and platforms for 3 new printer from HCTECH 2022-03-10 12:17:31 +08:00
hctech_hc300-m3.3mf Add profiles and platforms for 3 new printer from HCTECH 2022-03-10 12:17:31 +08:00
hellbot_adonis.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
hellbot_hidra.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
hellbot_hidra_plus.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
hellbot_magna.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
Hellbot_Magna_2_230.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
Hellbot_Magna_2_300.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
Hellbot_Magna_2_400.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
Hellbot_Magna_2_500.obj Squashed commit of the following: 2021-10-01 16:55:26 +02:00
hellbot_magna_SE.obj Add new Hellbot 3D printer Magna SE (#10614) 2021-12-15 18:53:08 +01:00
Hellbot_Magna_SE_300.obj Add new Hellbot 3D printers (#14500) 2023-03-21 20:29:44 +01:00
Hellbot_Magna_SE_Pro.obj Add new Hellbot 3D printers (#14500) 2023-03-21 20:29:44 +01:00
hms_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
ideagen3D_sapphire_plus.3mf Fixed Bed Position 2020-11-16 12:43:20 +10:00
imade3d_jellybox_2_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
imade3d_jellybox_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
inat_proton_x_buildplate.stl Definitions for INAT Proton X printers 2021-02-11 18:05:42 +01:00
inventor_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
jgaurora_a5.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
jgaurora_a6_platform.stl Squashed commit of the following: 2021-04-15 14:26:31 +02:00
kemiq_q2.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
kingroon_kp3.stl Added Kingroon K3P and K3PS definitions (#9972) 2021-07-30 10:41:57 +02:00
kingroon_kp3s.stl Added Kingroon K3P and K3PS definitions (#9972) 2021-07-30 10:41:57 +02:00
koonovo.obj Create koonovo_base.def.json 2020-10-28 16:14:25 +01:00
koonovo_kn3.stl Create koonovo_base.def.json 2020-10-28 16:14:25 +01:00
koonovo_kn5.stl Create koonovo_base.def.json 2020-10-28 16:14:25 +01:00
kossel_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
kossel_pro_build_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
leapfrog_bolt_pro_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
liquid_platform.stl Updated print platform 2020-10-29 17:42:41 +02:00
lnl3d_d3.stl Added LNL3D printer profiles 2023-03-05 16:41:25 -08:00
lnl3d_d5.stl Fix meshes for LNL3D printers 2023-03-22 11:06:10 +01:00
lnl3d_d6.3mf simplyfied meshes for LNL3D D6 2023-03-22 11:44:34 +01:00
longer_235mm_platform.stl add LONGER fdm printer series 2021-01-20 10:37:51 +08:00
longer_310mm_platform.stl add LONGER fdm printer series 2021-01-20 10:37:51 +08:00
longer_415mm_platform.stl add LONGER fdm printer series 2021-01-20 10:37:51 +08:00
longer_cube2_platform.stl add LONGER fdm printer series 2021-01-20 10:37:51 +08:00
lotmaxx_sc_10_20_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
lulzbot_mini.stl add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles (#9335) 2021-03-09 09:27:46 +01:00
lulzbot_taz_pro_bed.stl add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles (#9335) 2021-03-09 09:27:46 +01:00
makeR_pegasus_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
makeR_prusa_tairona_i3_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
makergear_m2_platform.3mf Add files via upload 2021-12-20 10:30:39 -06:00
makerstarter_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
malyan_m200_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
mankati_fullscale_xt_plus_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
mendel90_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
mingda_d2_base.stl Adding the MINGDA D2 (#8872) 2021-01-11 09:07:35 +01:00
mingda_d4pro_base.stl Add files via upload 2021-03-16 14:43:53 +01:00
mingda_magician_max_base.stl Add the meshes to Magician printer 2022-02-26 20:01:20 +08:00
mingda_magician_pro_base.stl Add the meshes to Magician printer 2022-02-26 20:01:20 +08:00
mingda_magician_x_base.stl Add the meshes to Magician printer 2022-02-26 20:01:20 +08:00
mingda_rock3_base.stl Add files via upload 2021-03-16 14:43:53 +01:00
mixware_hyper_k_platform.stl stl extension lowercase 2023-03-21 20:02:12 +01:00
mixware_hyper_s_platform.stl Add printer for Mixware (#14510) 2023-03-21 19:46:35 +01:00
mixware_vulcan_platform.stl stl extension lowercase 2023-03-21 20:02:12 +01:00
mixware_wand_platform.stl stl extension lowercase 2023-03-21 20:02:12 +01:00
moai.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
mp_mini_delta_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
npscura.stl take review from Nallath into account 2022-07-19 16:00:44 +02:00
Original_Prusa_i3_MK3S_MK3_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
pbr3d_g1_buildplate.stl Add PBR 3D Gen-I printer definition (#9307) 2021-07-06 11:42:44 +02:00
predator_platform.stl Squashed commit of the following: 2020-04-28 11:55:15 +02:00
printrbot_play.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
printrbot_simple_metal_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
printrbot_simple_metal_upgrade.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
prusai3_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
prusai3_xl_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
ratrig_vcore3_200.stl Add RatRig printers configurations 2024-01-05 16:46:40 +01:00
ratrig_vcore3_300.stl Add RatRig printers configurations 2024-01-05 16:46:40 +01:00
ratrig_vcore3_400.stl Add RatRig printers configurations 2024-01-05 16:46:40 +01:00
ratrig_vcore3_500.stl Add RatRig printers configurations 2024-01-05 16:46:40 +01:00
ratrig_vminion.stl Add RatRig printers configurations 2024-01-05 16:46:40 +01:00
rigid3d_mucit2_platform.3mf Mucit2 Definition and Rigid3D Definition Updates 2021-02-12 01:50:26 +03:00
rigid3d_mucit_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
rigid3d_zero2_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
rigid3d_zero3_platform.3mf Zero3 Definitions 2022-03-10 18:10:45 +03:00
rigidbot_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
rigidbotbig_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
rostock_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
sapphireplus_platform.stl Adding Twotrees Full range printer profiles 2021-01-12 11:59:39 +08:00
sapphirepro_platform.stl Update sapphirepro_platform.stl 2021-01-16 10:27:16 +08:00
SH65_platform.STL Add new VOLUMIC printers model 2021-11-09 13:43:12 +01:00
skriware_2_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
sovol_sv08_buildplate_model.stl Add printer definitions for Sovol SV08. 2025-06-22 23:14:23 +02:00
stereotech_start.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
stereotech_ste320_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
STREAM20PRO_platform.STL Re-optimized STL 2021-05-04 16:59:23 +02:00
STREAM30PRO_platform.STL Re-optimized STL 2021-05-04 16:59:23 +02:00
STREAM30ULTRA_platform.STL Re-optimized STL 2021-05-04 16:59:23 +02:00
tam_series1.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
tank_m.obj Add tank-M machine (#13036) 2022-09-05 14:08:59 +02:00
tevo_blackwidow.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
tevo_tarantula_pro_platform.3mf Rotate and align Tevo Tarantula Pro build plate mesh 2020-08-27 16:40:17 +02:00
tinyboy_fabrikator15.stl Added build plate STL 2020-10-14 18:12:23 +02:00
tinyboy_ra20.obj Add TinyBoy & mago 3D Printer 2020-06-15 18:01:45 +02:00
tizyx_k25_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
trimaker_cosmosII_platform.stl adding profiles for Trimaker printers (#8537) 2021-02-09 15:28:04 +01:00
trimaker_nebula_platform.stl adding profiles for Trimaker printers (#8537) 2021-02-09 15:28:04 +01:00
tronxy.stl Tronxy Logo Mesh 2020-04-28 23:08:18 -04:00
twotrees235x235_generic.stl Adding Twotrees Full range printer profiles 2021-01-12 11:59:39 +08:00
twotrees300x300_generic.stl Adding Twotrees Full range printer profiles 2021-01-12 11:59:39 +08:00
twotrees_platform.stl Adding TwoTrees Bluer printer (#8620) 2020-11-06 15:28:38 +01:00
ultimaker2_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
ultimaker2_plus_connect_platform.obj Increase canvas size of backplate image to stop repeating texture (MacOS does not attempt to tile the image, however Ubuntu does) 2022-02-01 10:58:44 +01:00
ultimaker2go_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
ultimaker3_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
ultimaker_factor4_platform.obj Adding Factor 4 platform and backplate. 2024-04-22 13:10:04 +02:00
ultimaker_method_platform.stl Add Method X and Method XL meshes 2023-10-31 18:51:33 +01:00
ultimaker_method_xl_platform.stl Add Method X and Method XL meshes 2023-10-31 18:51:33 +01:00
ultimaker_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
ultimaker_replicator_plus_platform.3MF Initial Profiles for Replicator+ 2025-01-27 17:03:00 -05:00
ultimaker_s3_platform.obj Add S3 and S5 new backplate image. The new images are higher resolution and scaled to fit the size of the backplate. 2022-01-31 09:21:06 +01:00
ultimaker_s5_platform.obj Add S3 and S5 new backplate image. The new images are higher resolution and scaled to fit the size of the backplate. 2022-01-31 09:21:06 +01:00
ultimaker_s7_platform.obj make S7 public 2023-01-26 19:11:16 +01:00
ultimaker_sketch_large_platform.obj requested changes for sketch definition file and missing meshes 2024-10-02 10:53:40 -04:00
ultimaker_sketch_platform.obj requested changes for sketch definition file and missing meshes 2024-10-02 10:53:40 -04:00
ultimaker_sketch_sprint_platform.obj Adjust Sketch Sprint mesh and image 2024-11-06 11:48:24 +01:00
uni_200_platform.stl UNI3D platforms 2020-04-28 16:09:10 +03:00
uni_250_platform.stl UNI3D platforms 2020-04-28 16:09:10 +03:00
uni_300_platform.stl UNI3D platforms 2020-04-28 16:09:10 +03:00
uni_mini_platform.stl UNI3D platforms 2020-04-28 16:09:10 +03:00
uni_print_3d_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
Vertex_build_panel.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
vivedino_trex.stl Fix the Vivendio T-Rex meshes by using a single mesh for the T-Rex 2 and 3 (they are virtually the same dimensions anyways). Fix some of the mesh issues caused by the previous optimization and reduce the overall size. 2022-09-12 15:09:20 -07:00
voron0_120_bed.stl Add Voron V0 Printer 2021-04-17 15:56:24 -04:00
voron2_250_bed.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
voron2_300_bed.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
voron2_350_bed.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
voron_trident_250mm_bed_model.stl Updated meshes to meet filesize reqs 2022-12-31 16:53:18 -08:00
voron_trident_300mm_bed_model.stl Updated meshes to meet filesize reqs 2022-12-31 16:53:18 -08:00
voron_trident_350mm_bed_model.stl Updated meshes to meet filesize reqs 2022-12-31 16:53:18 -08:00
vzbot_235_bed.stl Reduce filesize for vzbot 2022-09-08 13:49:54 +02:00
vzbot_330_bed.stl VzBot (#13181) 2022-09-08 13:49:32 +02:00
wanhao_110_110_platform.obj Fix trailing slash in wanhao printers 2020-04-16 18:00:57 +02:00
wanhao_150_150_platform.obj Fix trailing slash in wanhao printers 2020-04-16 18:00:57 +02:00
wanhao_200_200_platform.obj Fix trailing slash in wanhao printers 2020-04-16 18:00:57 +02:00
wanhao_225_145_platform.obj Fix trailing slash in wanhao printers 2020-04-16 18:00:57 +02:00
wanhao_300_200_platform.obj Fix trailing slash in wanhao printers 2020-04-16 18:00:57 +02:00
wanhao_300_300_platform.obj Optimise all OBJ meshes 2020-04-10 18:01:25 +02:00
weedo_x40.3mf Add WEEDO X40 printer 2021-07-23 13:53:23 +02:00
z-bolt_classic_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
z-bolt_plus_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
zav_big.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zav_bigplus.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zav_l.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zav_max.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zav_maxpro.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zav_mini.stl ZAV3D Series printers 2020-11-06 17:58:47 +01:00
zyyx_platform.3mf Optimise deflate compression with ECT 2020-04-21 08:57:28 +02:00
zyyx_pro_platform.stl Initial commit of zyyx profiles 2024-01-25 15:43:46 +01:00