Commit graph

4678 commits

Author SHA1 Message Date
casperlamboo
78ca98f9bf Applied printer-linter format 2022-12-22 12:31:00 +00:00
Casper Lamboo
f4308533e4
Merge pull request #12056 from Modix3D/master
Add printer profile for Modix3D printers
2022-12-22 13:29:53 +01:00
Modix-Lazar
9b60bf38ad Updated the end-gcode
The end gcode contained a typo (a rogue N was in front of the G10 P1 S0), and updated it to work a little bit better (now retracts, uses M106 S0 instead of M107, and moves out of the way quicker, and deselects the tool properly)
2022-12-21 12:04:46 +01:00
just-trey
c88b203096 Applied printer-linter format 2022-12-20 04:20:38 +00:00
just-trey
b00388cf9f fix merge issue 2022-12-19 23:19:25 -05:00
just-trey
20f9bd3f80
Merge branch 'main' into master 2022-12-19 23:17:44 -05:00
just-trey
0c47a8da9c resovel conflict 2022-12-19 23:16:32 -05:00
just-trey
43cf00c631 fix brim issue and acceleration enhancements 2022-12-19 23:06:20 -05:00
just-trey
b6ab52ed0b reset xy_offset_layer_0 to defaults 2022-12-16 11:37:14 -05:00
Rijk van Manen
ac3c91a4fd increase initial layer skin flow
This makes adhesion more robust for inaccuracies in the first layer thickness. PP-288
2022-12-16 14:19:32 +01:00
rijkvanmanen
80f938a502 Applied printer-linter format 2022-12-16 13:16:01 +00:00
Rijk van Manen
a9a20a09e8 make corner preference None
While waiting on further improving seam location, None gives currently the best results. PP-282
2022-12-16 14:14:55 +01:00
Rijk van Manen
86853a19b6 make adhesion_extruder_nr optional
Since the brim_skirt extruder will be -1 by default, it does make sense to allow the parent setting to be -1 as well. This requires an extra resolve for the raft extruders, since these cant be -1.
PP-286
2022-12-16 14:01:55 +01:00
braga-dev
3b49f5a062 Applied printer-linter format 2022-12-16 12:27:33 +00:00
Duarte Bragadesto
dc21a6905e
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:30 +00:00
Duarte Bragadesto
bb4b0c41de
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:18 +00:00
Duarte Bragadesto
12285e9325
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:03 +00:00
Duarte Bragadesto
9b3bd349db
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:48 +00:00
Duarte Bragadesto
35ecb7c3a9
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:36 +00:00
Duarte Bragadesto
0e0fab3698
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:22 +00:00
Duarte Bragadesto
b6104c14fc
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:24:59 +00:00
Duarte Bragadesto
1dabc6bfc6
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:24:48 +00:00
Duarte Bragadesto
1c2dcd8ef6
Merge branch 'Ultimaker:main' into master 2022-12-16 12:00:33 +00:00
Ed Ropple
f64c0b5e65
squash of ed/sovol-rework 2022-12-15 10:38:11 -05:00
ChipCE
03a29845a0 update start gcode 2022-12-15 22:17:24 +09:00
ChipCE
4e865e4fcb - set default material_diameter to 1.75
- update start gcode
2022-12-15 22:09:14 +09:00
jellespijker
5c098e3f02 Applied printer-linter format 2022-12-13 19:42:33 +00:00
Jelle Spijker
44d94a1206
Merge pull request #13973 from whoseyoung/main
official profiles for Geeetech printers

Contributes to CURA-10039
2022-12-13 20:41:25 +01:00
Remco Burema
b553c9f31a
Revert "[CURA-9548] The engine now operates on the area _before_ the offset." 2022-12-13 14:43:57 +01:00
Jelle Spijker
cea7bb83c8 Revert "Fix multiline printer-linter PR suggestions"
This reverts commit 7820cc98
2022-12-13 11:52:39 +01:00
Jelle Spijker
027507ed60 Revert "Fix multiline printer-linter PR suggestions"
This reverts commit 7820cc98
2022-12-13 11:48:12 +01:00
jelle Spijker
6f1abe4340 fixup! Change preffered quality from normal (0.1mm) to fast (0.15mm) (#13974) 2022-12-13 11:46:13 +01:00
Paul Kuiper
7a671eaa03
Change preffered quality from normal (0.1mm) to fast (0.15mm) (#13974)
Change preferred quality from normal (0.1mm) to fast (0.15mm) to increase the default productivity.

Added a default layer height of 0.15mm in unsupported modes.

This also applies some linter suggestions

Co-authored-by: pkuiper-ultimaker <pkuiper-ultimaker@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-13 10:17:18 +01:00
whoseyoung
d4e4901ae5 fixed known bugs 2022-12-13 14:46:24 +08:00
whoseyoung
e61bcf3033
Merge branch 'Ultimaker:main' into main 2022-12-13 14:33:37 +08:00
Rijk van Manen
205902ee68 printer linter format
PP-296
2022-12-12 15:39:28 +01:00
c.lamboo
532965fb46 Disable "Small Feature Max Length", "Small Feature Speed" and "Small Feature Initial Layer Speed" when "small hole size = 0"
CURA-9987
2022-12-12 13:09:59 +01:00
ChipCE
0b68716cc8 fixed redundant-override 2022-12-11 09:49:50 +09:00
Jelle Spijker
6ead64049b
Merge pull request #13967 from lggomez/feat/sermoonv1_update
Update Sermoon V1 profile with hotend specifics
2022-12-10 16:36:54 +01:00
ChipCE
df283db1a0 Added profiles for SnakeOilXY printers
By : John Smith (chip@snakeoildev.com)
2022-12-10 20:33:50 +09:00
whoseyoung
f192df875b update official profiles for Geeetech printers 2022-12-10 17:17:49 +08:00
whoseyoung
5f5958dfe8
Merge branch 'Ultimaker:main' into main 2022-12-10 17:05:22 +08:00
casperlamboo
c309b594c2 Applied printer-linter format 2022-12-09 15:49:46 +00:00
Casper Lamboo
45092d7113
Merge pull request #13992 from just-trey/master
tune in settings for AnkerMake M5 Definitions

contributes to CURA-10008
2022-12-09 16:48:44 +01:00
Joeydelarago
450cdda8e0 Applied printer-linter format 2022-12-08 15:33:29 +00:00
Joey de l'Arago
1f6123cc0e
Merge pull request #13896 from EDUARDOCHAMORRO/main
added machine config file and extruder config file for FABLABBCN
2022-12-08 16:32:16 +01:00
just-trey
9b2f6c023c update as linter suggested 2022-12-08 00:27:45 -05:00
just-trey
4103dee6d2
Merge branch 'main' into master 2022-12-08 00:20:21 -05:00
just-trey
016ab4714d major updates 2022-12-07 12:18:28 -05:00
whoseyoung
8b5d254017 update geeetech_GiantArmD200.def.json 2022-12-07 10:26:02 +08:00